home *** CD-ROM | disk | FTP | other *** search
/ PC Attack (Unknown Issue 102) / PC_Attack_Magazine_102_Interplay_1995.iso / skfiles / sk.bat < prev    next >
Encoding:
DOS Batch File  |  1995-01-01  |  347 b   |  20 lines

  1. @echo off
  2. if "%1"=="" goto error
  3. rem  ***** place movie titles below!
  4. :loop
  5. sksample.exe %1 %2 %3
  6. if errorlevel 3 goto end
  7. if errorlevel 2 goto m1
  8. if errorlevel 1 goto end
  9. :m1
  10. skintro.exe %1 %2 %3
  11. if errorlevel 3 goto end
  12. if errorlevel 2 goto loop
  13. if errorlevel 1 goto end
  14. goto loop
  15.  
  16. :error
  17. @echo this requires a command!
  18.  
  19. :end
  20.