home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / arachne / archn170.exe / SYSTEM / DGI / DOSSHELL.BAT < prev    next >
Encoding:
DOS Batch File  |  2000-03-28  |  328 b   |  16 lines

  1. @echo off
  2. set oldpmt=%prompt%
  3. set prompt=Type EXIT to return to Arachne$_$p$g
  4. if exist ppp.log set prompt=You are still online$_Type EXIT to return to Arachne$_$p$g
  5. if (%COMSPEC%)==() goto nocomspec
  6. %COMSPEC% /E:512
  7. goto end
  8. :nocomspec
  9. COMMAND.COM /E:512
  10. :end
  11. set prompt=%oldpmt%
  12. set oldpmt=
  13. %1
  14. cd %1system
  15. cd ..
  16.