home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / australi / spgames.lzh / GAMES.BAT < prev    next >
DOS Batch File  |  1989-07-25  |  2KB  |  51 lines

  1. ECHO OFF
  2. rem    Sample Batch file to start the games on both this disk and disk 1.
  3. rem    (this batch file works best with an ANSI compatible device driver)
  4. rem
  5. rem    **** please study the notes at the end of the file if you have any
  6. rem         problems getting this batch file to work.
  7. :begin
  8. cls
  9. type games.txt
  10. option A1a1B2b2C3c3D4d4E5e5F6f6G7g7H8h8I9i9J:j:K;k;-24H
  11. cls
  12. if errorlevel 11  goto end
  13. if errorlevel 10  hypocycl
  14. if errorlevel 9   O&Xkey
  15. if errorlevel 8   O&Xmouse
  16. if errorlevel 7   squasher squasher.ini
  17. if errorlevel 6   blackjak cards.tpg
  18. if errorlevel 5   pokersq cards.tpg
  19. if errorlevel 4   walkline 20
  20. if errorlevel 3   horse horses.tpg
  21. if errorlevel 2   aliens
  22. if errorlevel 1   conquest
  23. goto begin
  24. rem **************************************************************************
  25. rem **************************************************************************
  26. rem    This batch file will run best when executed from the directory the
  27. rem    games are located in;  Squasher and PokerSq require other files
  28. rem    which this batch file assumes are in the current directory!
  29. rem
  30. rem    If you wanted to place this batch file in a different directory to the
  31. rem    games:  include both that directory and the games directory in the PATH
  32. rem    and prefix the parameters for squasher and pokersq square with the
  33. rem    directory they are located in
  34. rem        for example:
  35. rem           if errorlevel 1   pokersq c:\games\cards.pcx
  36. rem                                     ^^^^^^^^^games directory
  37. rem        or
  38. rem           if errorlevel 1   c:\games\pokersq c:\games\cards.pcx
  39. rem           ** this version doesn't require the games dir. to be on the PATH.
  40. rem
  41. rem    It should be fairly easly (hopefully) to extend this batch file (if you
  42. rem    wanted) to include any other games (or other applications)!
  43. rem
  44. rem    Stephen Peter
  45. rem    SPETER Software
  46. rem    PO Box 643
  47. rem    Lane Cove
  48. rem    NSW   2066
  49. rem    Australia
  50. :end
  51.