home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM User 1996 April / CDROM21.bin / ilmbkup / cdro26.aut < prev    next >
Text File  |  1996-02-06  |  2KB  |  35 lines

  1.                     ADDITIONAL    S H A R E W A R E     HELP
  2.                     -----------------------------------------------------------------
  3.  
  4. Should you exprience problems with running the shareware programs directly from the CD-ROM menu system, the best option is to go to DOS (or DOS prompt in windows) and install them from there. 
  5.  
  6. On the coverdisc we have included 2 versions of most  of the programs one type is a ZIP file. This is compressed data and needs to be de-compressed onto your Hard disk.
  7.  
  8. To do this, first go to the relevant directory on the CD-ROM i.e. (assuming CD Drive is D:)
  9.   
  10. D:
  11. cd sw 
  12. cd skymap
  13.  
  14. Having then done that type DIR to see what is in that directory.
  15.  
  16. Now you have to unzip the file to your Hard disk.
  17. Type the following
  18.  
  19. PKUNZIP -d SKYMAP.ZIP C:\SKYMAP
  20.  
  21. and press the RETURN key. It should now decompress. 
  22.  
  23. To explain the above command line.
  24.  
  25. PKUNZIP is the program which unzips files and is best copied to either your DOS directory  or your windows directory (basically wherever your PATH statment looks)
  26.  
  27. -d is the additional command for PKUNZIP which tells it to create directories automatically.
  28.  
  29. SKYMAP.ZIP is the name oc the compressed file.
  30.  
  31. C:\sky    is the DRIVE and the directory you wish the uncompressed data to be put into. (this can be anywhere of your choice and does not have to already exist, that is taken care of by -d).
  32.  
  33. If all this doesn't work you can always use the ZIPFIX file which can sometimes save bad files.
  34.  
  35. Good luck.