home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 March / SOFM_Mar1995.bin / pc / sri / games / dschump.bat < prev    next >
DOS Batch File  |  1995-01-27  |  295b  |  17 lines

  1. echo off
  2. cls
  3. if exist %1\theclub\dschump\nul goto sub
  4. md %1\theclub
  5. md %1\theclub\Dschump
  6. xcopy \SRI\games\dschump /s %1\theclub\dschump
  7. attrib %1\theclub\dschump\*.* -r
  8. pause
  9.  
  10. :sub
  11. %1
  12. cd %1\theclub\dschump
  13. if exist %1\theclub\dschump\jump.cfg dschump.bat
  14. setup
  15. dschump.bat
  16.  
  17. :end