home *** CD-ROM | disk | FTP | other *** search
- echo off
- prompt $p$g
- if "%os%"=="" loadsys ask
- if "%os%"=="os%%" loadsys ask
- if "%os%"=="DRDOS" loadsys ask
- path %bootdrv%\;%bootdrv%\cdos
- if "%os%"=="CDOS386" echo Operating environment is Concurrent DOS 386 Release %ver%
- if "%os%"=="CDOS386" echo current path is %path%
- if "%1"=="1" runmenu hdmenu.dat
- if "%os%"=="CDOS386" exit
- rem Existing autoexec.bat starts here.
-
-