home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 March / SOFM_Mar1995.bin / pc / games / spcngt.bat < prev   
DOS Batch File  |  1995-01-27  |  258b  |  16 lines

  1. echo off
  2. cls
  3. if exist %1\theclub\spcngt\nul goto sub
  4. md %1\theclub
  5. md %1\theclub\spcngt
  6. xcopy \games\spcngt /s %1\theclub\spcngt
  7. attrib %1\theclub\spcngt\*.* -r
  8. pause
  9.  
  10. :sub
  11. %1
  12. cd %1\theclub\spcngt
  13. if exist %1\theclub\spcngt SN.exe
  14. SN.exe
  15.  
  16. :end