home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xtgzip2.zip / XTGZIP2.TXT < prev   
Text File  |  1993-01-24  |  1KB  |  36 lines

  1. Sysop of XTree BBS suggests work around for incompatability
  2. with new PKZIP version until official patch is issued.
  3.  
  4. Msg#: 1954 *XTreeGold*
  5. 01-19-93 10:17:59
  6. From: SYSOP
  7.   To: JAY PURCELL
  8. Subj: REPLY TO MSG# 1942 (PK204)
  9.  
  10. The eXecute command will work fine (to unZIP 2.04c files), but XTreeGold
  11. provides an even better way to do it.
  12.  
  13. In your XTGOLD directory, create a batch file named ZIP.BAT:
  14.  
  15. @echo off
  16. %2: cd %3 c:\pkz204c\pkunzip %4.%5
  17.  
  18. Now, when you hit Open (or ALT+Open to drop XTGold out of memory) the batch
  19. file will change to the .ZIP file's drive and directory, and run PKUNZIP.  The
  20. files will extract to the same subdirectory as the .ZIP file.
  21.  
  22. Two things: I formulated this off the top of my head; if there's a problem, ge
  23. back to me.  Two, PKUNZIP might (probably does) allow for a destination
  24. directory right on the command line.  In which case, ignore the two middle
  25. lines and have the third line read:
  26.  
  27. c:\pkz204c\pkunzip %1 %2:%3
  28.  
  29. Where %2:%3 is the destination specification.
  30.  
  31. If this is too confusing, stick to my original ZIP.BAT.  I'm 98% positive it
  32. will work.
  33.  
  34. For more info, check 8-16 to 8-21 of the User's Guide.
  35.  
  36.