home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 319.img / CAE1NEUA.ZIP / SSA.BAT < prev    next >
DOS Batch File  |  1990-09-07  |  444b  |  20 lines

  1. echo off
  2. cls
  3. if not exist ssaprog.exe goto :checkthere
  4. echo The computer is loading
  5. echo Challenge of the Ancient Empires!
  6. ssaprog.exe %1 %2 %3
  7. goto :end
  8. :checkthere
  9. if not exist \tlc\ssa\ssaprog.exe goto :notthere
  10. echo The computer is loading
  11. echo Challenge of the Ancient Empires!
  12. cd \tlc\ssa
  13. ssaprog.exe %1 %2 %3
  14. cd \
  15. goto :end
  16. :notthere
  17. echo Challenge of the Ancient Empires!
  18. echo could not be found on this drive.
  19. :end
  20.