home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / arachne / archn170.exe / OOPS / DOSSHELL.OOK next >
Encoding:
Text File  |  1999-06-20  |  140 b   |  9 lines

  1. @echo off
  2. echo Type 'EXIT' to return to Arachne...
  3. if (%COMSPEC%)==() goto nocomspec
  4. %COMSPEC%
  5. goto end
  6. :nocomspec
  7. COMMAND.COM
  8. :end
  9.