home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.7 / 1996-08_Disc_2.7.iso / topgun / utils / readme.txt < prev    next >
Text File  |  1996-01-31  |  3KB  |  68 lines

  1. +-------------------------------------+
  2. |          BOOT DISK MAKER            |
  3. |     for TOP GUN: FIRE AT WILL!      |
  4. |        Version 1.9  1/30/96         |
  5. |            by Samuel Kolb           |
  6. +-------------------------------------+
  7.  
  8. Introduction
  9. ------------
  10. This boot disk maker will make a boot disk for use with
  11. Top Gun: Fire at Will. It works by reading your AUTOEXEC.BAT
  12. and CONFIG.SYS files on your hard drive, identifying the
  13. necessary drivers (CD-ROM drive, mouse and sound card) and
  14. writing a new version of AUTOEXEC.BAT and CONFIG.SYS to
  15. a floppy disk in drive A.
  16.  
  17. How It Works
  18. ------------
  19. The boot disk maker compares sub-strings from the INCLUDE.LST
  20. file with each line in the open file (either AUTOEXEC.BAT or
  21. CONFIG.SYS). It then copies those lines which contain the
  22. sub-string to the appropriate file on the floppy disk. The
  23. program _does not_ write anything to your hard drive. Items
  24. in the REMOVE.LST file override those in the INCLUDE.LST file.
  25. Duplicate lines are also not copied.
  26.  
  27. How to Use the Boot Disk Maker
  28. ------------------------------
  29. Before you begin, make sure you have a formatted floppy disk
  30. ready. To format a floppy disk, insert a blank disk into
  31. drive A and type "FORMAT A:" at the DOS prompt.
  32.  
  33. The boot disk maker contains four files: BOOTDISK.BAT,
  34. INCLUDE.LST, REMOVE.LST and BOOTKMR.EXE
  35.  
  36. 1) Copy all of the above files to a single directory on your
  37.    hard drive. For example, type "COPY BOOT*.* C:\TOPGUN" and
  38.    then "COPY *.LST C:\TOPGUN" to copy the files to your
  39.    \TOPGUN directory.
  40.  
  41.    You can also run the boot disk maker from a floppy disk as
  42.    long as the floppy disk is _not_ write-protected and all of
  43.    the above files are on the floppy disk.
  44.  
  45. 2) Change to the directory where you copied the above files.
  46.    For example, type "CD \TOPGUN."
  47.  
  48. 3) To run the boot disk maker, type "BOOTDISK" and press Enter.
  49.  
  50. 4) The program will ask you to insert a floppy disk into drive
  51.    A. Make sure you use a formatted floppy disk.
  52.  
  53. 5) The program will then ask if your computer runs Windows 95.
  54.    Press "Y" for "Yes" if you have Windows 95 on your computer
  55.  
  56. 6) The program will write the AUTOEXEC.BAT and CONFIG.SYS files
  57.    to the floppy disk in drive A.
  58.  
  59. To use the boot disk for Top Gun: Fire at Will, insert the boot
  60. disk in drive A and reboot your computer. 
  61.  
  62. Multiple Boot Configurations
  63. ----------------------------
  64. If you are using a multiple boot configuration under DOS, you
  65. may have multiple copies of certain lines in the AUTOEXEC.BAT
  66. and CONFIG.SYS files on the boot disk. Using a text editor, you
  67. should edit these files to remove any duplicate lines.
  68.