home *** CD-ROM | disk | FTP | other *** search
/ Season's Greetings & Games Unlimited / UGOLD_cd2.iso / sforce / sforce.bat < prev    next >
DOS Batch File  |  1994-09-09  |  256b  |  18 lines

  1. @echo off
  2. indxldat index5 to index1 /set=on /ver=on
  3. if not errorlevel 1 goto end
  4. if not errorlevel 2 goto a
  5. if not errorlevel 5 goto end
  6. :a
  7. cls
  8. indxldat index6 to index1 /set=off 
  9. goto exit
  10. :b
  11. :c
  12. :end
  13. cls
  14. echo ShadowForce aborted.
  15. :exit
  16.  
  17.  
  18.