home *** CD-ROM | disk | FTP | other *** search
/ PC Player 1996 September / PCP0996.BIN / DEMOS / CITIZENS / GAME.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-05-18  |  111 b   |  14 lines

  1. @echo off
  2. cd src
  3. if Test%1 == Test GOTO NOCHARS
  4. game -N%1
  5. GOTO Done
  6.  
  7. :NOCHARS
  8. game
  9.  
  10. :Done
  11. cd ..
  12.  
  13.  
  14.