home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 7 Games / 07-Games.zip / os2pl201.zip / TURN.CMD < prev    next >
OS/2 REXX Batch file  |  1996-09-05  |  504b  |  12 lines

  1. @echo off
  2. if exist player1\*.trn copy player1\*.trn game1
  3. if exist player2\*.trn copy player2\*.trn game1
  4. if exist player3\*.trn copy player3\*.trn game1
  5. if exist player4\*.trn copy player4\*.trn game1
  6. if exist player5\*.trn copy player5\*.trn game1
  7. if exist player6\*.trn copy player6\*.trn game1
  8. if exist player7\*.trn copy player7\*.trn game1
  9. if exist player8\*.trn copy player8\*.trn game1
  10. if exist player9\*.trn copy player9\*.trn game1
  11. if exist player10\*.trn copy player10\*.trn game1
  12.