home *** CD-ROM | disk | FTP | other *** search
/ PC Spiel 1995 October / PCS1095.BIN / patches / hstrader / disk / patch.def < prev    next >
Text File  |  1995-06-15  |  1KB  |  36 lines

  1. // ==> PATCH.DEF
  2. // This file is the defination file for installation procedure INSTALL.EXE.
  3. // Note:
  4. //  1. After installation, install.exe will be renamed to be setup.exe,
  5. //          configuration file will be generated as   SETUP.CFG
  6. //  2. Installation will read "READ.ME" page by page for special notice.
  7. [Header]
  8. Drive=          C:              //Dest Drive (user changable)
  9. Dir=            HIGHSEAS        //Dest Directory (user changable)
  10. Exe=            HST            //Executable file
  11. Title=          High Seas Trader EURO //Title
  12. Version=        1.20            //Version
  13. Disks=          1               //Disks to be installed
  14. HardDrive=      1 M             //requirement
  15. RAM640=         0 K            //requirement
  16. RAMext=         0 M             //requirement
  17. Sound=          NO              //support sound
  18. Printer=        NO              //support printer
  19. SVGA=           NO              //using SVGA mode
  20. CD_ROM=         NO              //support CD ROM version(Source Drive)
  21. Patch=          Yes
  22.  
  23. [Disk 1]
  24. Id=DISK1                        //check file existance for the correct disk
  25. MD={Drive}{Dir}
  26. copy=patch.def,   {Drive}{Dir}
  27. copy=update.bat,  {Drive}{Dir}      
  28. copy=patch.txt,     {Drive}{Dir}      
  29. copy=hst.lzh,  {Drive}{Dir}      
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.