home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / SND_TOOL / WM10.ZIP / EXE1.DAT / shell.bat < prev    next >
Encoding:
DOS Batch File  |  1995-08-30  |  221 b   |  11 lines

  1. @ECHO OFF
  2. REM Executes in WM's home directory
  3. PROMPT REM *
  4. ECHO.
  5. ECHO ┌──────────────────────┐
  6. ECHO │ Type EXIT to return! │
  7. ECHO └──────────────────────┘
  8. IF NOT "%1"=="" CD %1
  9. PROMPT [WM Shell] $P$G
  10. %COMSPEC%
  11.