home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / maj / 4306 / go.bat < prev    next >
DOS Batch File  |  1994-05-04  |  259b  |  17 lines

  1. echo off
  2. cls
  3. ECHO These are the executable files on this directory.
  4. DIR *.EXE
  5. echo ....
  6. echo ....
  7. IF EXIST SM.EXE GOTO RUN
  8. ECHO You need to install on hard drive first.
  9. INSTALL
  10. GOTO STOP
  11. :RUN
  12. echo LOADING SCHOOL-MOM
  13. ECHO ...
  14. SM
  15. :STOP
  16. ECHO ...
  17.