home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1995 January / pcw-0195.iso / sam.bat < prev    next >
DOS Batch File  |  1994-12-31  |  174b  |  14 lines

  1. @echo off
  2. cls
  3. echo SAM AND MAX
  4. echo"
  5. echo Press [Escape] to exit.
  6. echo"
  7. echo Press any key to run the demo...
  8. pause >nul
  9. cd \demos\samnmax
  10. samdemo
  11. cd \
  12. dosmenu
  13.  
  14.