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

  1. @echo off
  2. rem **** This batch file simply deletes the PGENTABL.DAT file
  3. rem **** from the game directory, returning the range of
  4. rem **** attributes generated for Free Agents to the normal
  5. rem **** level.
  6.  
  7. echo Converting Free Agent generation to normal values...
  8. del PGENTABL.DAT > nul
  9. echo .
  10. echo .
  11. echo .
  12. echo finished.
  13. echo.
  14. echo Free agents players will now be generated with normal attribute
  15. echo values.  To return free agent generation to enhanced levels,
  16. echo type:  FADRAFT [enter]
  17.