home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / CDOS10BT.ZIP / CDOS10BT.TD0 / AUTOEXEC.NEW < prev    next >
Encoding:
Text File  |  1989-01-26  |  382 b   |  13 lines

  1. echo off
  2. prompt $p$g
  3. if "%os%"=="" loadsys ask
  4. if "%os%"=="os%%" loadsys ask
  5. if "%os%"=="DRDOS" loadsys ask
  6. path %bootdrv%\;%bootdrv%\cdos
  7. if "%os%"=="CDOS386" echo Operating environment is Concurrent DOS 386 Release %ver%
  8. if "%os%"=="CDOS386" echo current path is %path%
  9. if "%1"=="1" runmenu hdmenu.dat
  10. if "%os%"=="CDOS386" exit
  11. rem Existing autoexec.bat starts here.
  12.  
  13.