home *** CD-ROM | disk | FTP | other *** search
/ Fanclub Das Freakmagazin 2 / FANCLUB2.ISO / patches / frontpba / fadraft.bat < prev    next >
DOS Batch File  |  1994-12-01  |  565b  |  17 lines

  1. @echo off
  2. rem **** This batch file simply copies the FADRAFT.NEW file to
  3. rem **** the name PGENTABL.DAT to allow the game to use the
  4. rem **** enhanced Free Agent attribute generation to stock
  5. rem **** fictional leagues.
  6.  
  7. echo Converting Free Agent generation to enhanced values...
  8. copy FADRAFT.NEW PGENTABL.DAT > nul
  9. echo .
  10. echo .
  11. echo .
  12. echo finished.
  13. echo.
  14. echo Free agents players will now be generated with enhanced attribute
  15. echo values for creation of fictional leagues.  To return the game to
  16. echo its original state, type:  REGDRAFT [enter]
  17.