home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Aktief 1995 #6 / CDA_6.iso / shell / uk / txt / help.txt < prev    next >
Text File  |  1995-06-09  |  1KB  |  41 lines

  1. Problems with Pkunzip?
  2.  
  3. As even a computer is work of man, it might happen
  4. that programs are not correctly unwrapped.
  5. The alternative is then to unwrap these files by hand.
  6.  
  7. I'll give you an example:
  8.  
  9. First you note the name of the Zip file you want to
  10. unwrap. Then you make a directory TEST on your hard 
  11. disc (C). Step by step:
  12.  
  13. Make a directory TEST on your hard disc.
  14.  
  15. MD TEST
  16.  
  17. Copy the file you want to unwrap to this directory:
  18.  
  19. COPY FILE.ZIP C:\TEST 
  20.  
  21. Please note, to simplify matters I assume that your hard
  22. disc is C: The file FILE.ZIP is an example of course! 
  23. Instead of FILE.ZIP you name of course the ZIP file you
  24. want to unwrap!
  25.  
  26. Now on your hard disc you have a directory TEST with the 
  27. ZIP file you want to unwrap. Copy also PKUNZIP.EXE to this
  28. TEST directory. Go to this directory and type: 
  29.  
  30. PKUNZIP FILE.ZIP.
  31.  
  32. As a result, your ZIP file will be unwrapped. 
  33. You can test it now, that's why the directory is called 
  34. TEST! If you don' t like the program, you can delete your
  35. complete TEST directory with 
  36.  
  37. DELTREE TEST.
  38.  
  39. A good advice: buy yourself a good DOS book, it's 
  40. not as difficult as you think it is. And you
  41. can read and consult it at ease.