Yes, it is for business use, but I doubt I would get very far trying to get approval

I appreciate the offer though, and thanks again for the help!
@Echo OFF SET RAMDISK_DRIVE=R: SET RAMDISK_SIZE=1G SET RAMDISK_LABEL=RAM Disk IF NOT EXIST "%RAMDISK_DRIVE%" ( "%PROGRAMFILES%\OSFMount\OSFMount.com" -a -t vm -s %RAMDISK_SIZE% -o format:fat32:"%RAMDISK_LABEL%",rem -m "%RAMDISK_DRIVE% MKDIR "%RAMDISK_DRIVE%\TEMP" )
Leave a comment: