home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem **** This batch file simply copies the FADRAFT.NEW file to
- rem **** the name PGENTABL.DAT to allow the game to use the
- rem **** enhanced Free Agent attribute generation to stock
- rem **** fictional leagues.
-
- echo Converting Free Agent generation to enhanced values...
- copy FADRAFT.NEW PGENTABL.DAT > nul
- echo .
- echo .
- echo .
- echo finished.
- echo.
- echo Free agents players will now be generated with enhanced attribute
- echo values for creation of fictional leagues. To return the game to
- echo its original state, type: REGDRAFT [enter]
-