Subj : Software Quirks To : Kevin Nunn From : Andrew Leary Date : Sat Aug 03 2019 02:39:38 Hello Kevin! 02 Aug 19 17:48, you wrote to me: KN> Yea, I could do that. Just create them in my bbs startup.cmd. I can do KN> it in batch, but if you have some cool Rexx stuff, I'd like to check KN> it out. I have *never* messed with Rexx, but wanted to. /* STARTUP.CMD */ '@echo off' /* Load RexxUtil functions */ call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs' call SysLoadFuncs /* Create Flags directory on RAMDISK */ call SysFileTree 'K:\Flags', 'dir.', 'DO' if dir.0 = 0 then call SysMkDir 'K:\Flags'; This is the first few lines of my STARTUP.CMD on the OS/2 machine. It loads the RexxUtil functions, then checks if the Flags directory exists on drive K: (the RAM disk.) If not, it calls the system function to make the directory. This should do the trick for you. Andrew --- GoldED+/LNX 1.1.5-b20180707 * Origin: Phoenix BBS * phoenix.bnbbbs.net (618:100/2) .