@echo off
rem This is essentialy the DOS autoexec.bat of vDos.
rem Only one additional vDos specific command in here: USE.

rem At startup only Z: (bootdisk/command.com) is known by vDos.
rem vDos drive letters don't have to match those of Windows.
rem Preferrable they even don't, so access to the Windows filesystem is restricted.
rem Note: Files and folders that don't confirm to the DOS 8.3 filenaming are hidden in vDos by intend.

rem First you assign vDos driveletters to Windows folders or network shares.
rem USE <DOS driveletter:> <Windows folder|network share>
rem We just use the vDos working directory (.\) as C:
USE C: .\

rem Switch from Z: to C:
C:

m_idbio /s

rem Finally also close the vDos window as DP exits:
EXIT