home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games Special 3 / cd.iso / wingames / castle / readme.txt < prev    next >
Text File  |  1994-03-17  |  1KB  |  41 lines

  1. PC-Install for Windows READ.ME file                         11/1/93
  2. -------------------------------------------------------------------
  3.  
  4. 1) The WINITEM command needs all arguments in quotation marks except
  5. the icon_index which is a number.  The manual (page 64) is incorrect.
  6. Also, if you do not put put your executable files in PATH, you need
  7. to specify the path in the WINITEM command in order to execute an
  8. icon.  For example:
  9.  
  10.         WINITEM: "Zip Finder", "$DEFAULTDIR$\zipcode.exe", "ZIPman"
  11.  
  12.  
  13. 2) The value of the "attribute" option in the FILE command needs 
  14. to be in quotation marks.  The manual (page 38 and 39) is incorrect.
  15. For example:
  16.  
  17.         FILE: network.dat, attribute="hr"
  18.  
  19.  
  20. 3) Due to popular demand, we have added the following two variables   
  21. to allow installation of files to the WINDOWS directory and to the 
  22. WINDOWS\SYSTEM directory.  These variables also allow for these two
  23. directories to be specified in a path used in the AUTOEXEC.BAT or 
  24. CONFIG.SYS file.  The two variables are:
  25.  
  26.         $WINDIR$       for the WINDOWS directory
  27.         $WINSYSDIR$    for the WINDOWS\SYSTEM directory
  28.  
  29. Examples of usage are:
  30.  
  31.         FILE: $WINDIR$\chimes.wav
  32.  
  33.         FILE: $WINSYSDIR$\cgtimes.fon
  34.  
  35.         CONFIG: add="device=$WINSYSDIR$\mouse.drv"
  36.  
  37.         AUTOEXEC: add="$WINDIR$\mouse.com"
  38.  
  39.  
  40.                                 *** END ***
  41.