home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c100 / 1.ddi / RUNZIP.DOC < prev    next >
Encoding:
Text File  |  1990-10-26  |  3.5 KB  |  72 lines

  1. USING PACKED FILES
  2.  
  3.     At Computer Solutions we strive to give you the maximum amount of 
  4. information for your money.  In order to do this, on many of our disks 
  5. you will find that we have Packed some of the programs.  Archiving
  6. information means that we have actually compressed the data so that we 
  7. could put more programs on one single disk than you normally could.  
  8. This means that when you receive one disk from Computer Solutions, you 
  9. could get twice as many programs (sometimes even more!) as you would if 
  10. you bought software from another company.
  11.     However, information once it has been packed can not be used until 
  12. you un-pack it, putting it back to it's original form.  Doing this is 
  13. not difficult, and everything you need is included on your disk.  
  14.     The first thing you should do is determine if the disk that you 
  15. want to use has been packed.  To do this, put that disk in your A: 
  16. drive, and from the dos prompt ( A> for a floppy disk computer, C> if 
  17. you have a hard disk) type :
  18.  
  19.                 DIR A:
  20.  
  21.     This will list all the files on the disk you put in drive A:.  If 
  22. you look at the second column of information, those three letter 
  23. combinations following the file name (called the extensions), you might 
  24. see BAS, COM or any other of a long list of possibilities.  If you find 
  25. that there are file names followed by an ARC or ZIP, this means that 
  26. those files contain packed information.  Before you can use these 
  27. programs you will need to extract the information from the packed file.
  28.  
  29. HOW TO EXTRACT PACKED INFORMATION
  30.  
  31.     To un-pack information you will use a program called PKXARC or 
  32. PKUNZIP.  This is a utility supplied free of charge on all Computer 
  33. Solutions disks that contain packed information.  You will use this 
  34. utility to extract all the packed programs on your disk, one at a time.  
  35. Because packed data is usually much larger when it is un-pack it will 
  36. probably not all fit on to the one disk that it came on.  Therefore, 
  37. you must first prepair a supply of blank formatted disks.  If you are 
  38. unsure how to do this, consult the manuals that came with your 
  39. computer.  Then, you can copy one of the packed files onto one of the 
  40. blank disks.  First you put the original disk that you got from us in 
  41. drive A:, then put the blank disk in drive B:.  If you only have one 
  42. floppy disk drive, after the computer reads the file from drive A:, it 
  43. will tell you to put the other disk in the same drive when it is ready 
  44. for it.  You should pick one of the packed files to do, and type the 
  45. following to do this:
  46.  
  47. COPY A:filename.ARC B:
  48.      or
  49. COPY A:filename.ZIP B: (replace filename with the name of the file to 
  50. do)
  51.  
  52.     After you have copied the packed file onto the blank disk in drive 
  53. B:, you can extract the information you want.  Type the following 
  54. commands (with the original disk still in drive A:):
  55.  
  56. B:  (press return)      (the prompt should then change to B> )
  57.  
  58. A:PKXARC  filename.ARC
  59.       or
  60. A:PKUNZIP filename.ZIP  (press return)  (note: replace filename with the
  61.                                                name of the file again)
  62.  
  63.     This should have taken all of the information out of the packed 
  64. file, and put it onto the blank disk.  You can now use the programs or 
  65. information that was in that pack.  If there were any other files on 
  66. the original disk that you wanted to un-pack, you should put a 
  67. different blank disk in drive B:, and follow the same process (starting 
  68. with the COPY command) over again until all of the files you wanted are 
  69. done.
  70.  
  71.  
  72.