rem This is essentially the DOS autoexec.bat. rem ========================================= rem vDos has one additional command: USE. rem At startup, C: is the only drive letter known by vDos. rem But this vDos C: is NOT the same as Windows C: ! rem vDos drive letters don't have to match those of Windows. rem It's even preferable they don't, to limit access to the Windows file system. rem Files and folders that don't use DOS 8.3 naming are invisible in vDos. rem The USE command assigns vDos drive letters to Windows drives, rem folders, or network shares. The command syntax is: rem USE \ rem Examples: USE C: D:\dosprog\, USE F: \\server\share\dosprog\. rem If you assigned another drive letter with USE, you could select it now: rem F: rem But this is not necessary here, because vDos C: is by default rem assigned to the vDos working directory in Windows. rem The program to be started is located in the vDos C:\DPTEST folder. rem Call the batch file that lauches the DataPerfect demo program: rem CALL DPTEST\STARTDP rem @ECHO OFF rem The DataPerfect demo program is closed, and we return here. rem Add EXIT to close the vDos window: rem EXIT USE C: C:\ c: cd\MYM12 MYMLOCK