home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / vrac / cfv10.zip / CFV.DOC next >
Text File  |  1995-06-19  |  4KB  |  77 lines

  1.                             COMPRESSED FILE VIEWER
  2.                                   Version 1.0
  3.  
  4.  
  5.  
  6.                           Written by: Chris Lonsberry
  7.                                 Copyright 1995
  8.  
  9.                             Fido         1:132/311
  10.                             A.C.T.S.  238:3900/100
  11.                             S.I.N.G.   93:4603/253
  12.                             Compuserve  71700,3260
  13.                             AOL         CLONSBERRY
  14.                        Internet 71700,3260@compuserve.com
  15.  
  16.  
  17. DISCLAIMER ----------------------------------------------------------------
  18.     By using this program, you assume all risks and responsibilities and the
  19. author, Chris Lonsberry, is not responsible for any problems encountered.
  20. If you encounter problems with the program, I'll try to help you, with the
  21. understanding that it's not my job, purpose in life, or reason for being. If
  22. you have suggestions, I'll be more than grateful but no promises. Using this
  23. program constitutes your acceptance of these terms.
  24.  
  25. WHY ------------------------------------------------------------------------
  26.     After buying Wildcat 4.1, I found that most of the utilities for it are
  27. either  commercial  software or  pay-for-me-or-I'll-shut-down-after-30-days
  28. shareware. Being a hobbiest with a family to feed, I can't justify paying
  29. for most of them. So I decided to write as many utilities as I can with the
  30. idea of putting them out there for free. Why not? I need to write them anyway.
  31. And if there's a project that turns into months of effort, perhaps donations
  32. would be appropriate. Computers were a ripe area for hobbiests and hackers (I
  33. refer to the basement programmers not the malicious types) before they became
  34. a money industry.  Perhaps it's time to advance the sport and get back to that
  35. kind of mentality. So... This is the first of my offerings.
  36.  
  37. WHAT -----------------------------------------------------------------------
  38.     Compressed File Viewer lists the files in archives while online.
  39.  
  40. HOW ------------------------------------------------------------------------
  41.     This program is really a little more than a smart batch file. In Wildcat,
  42. when you select V to view an archive, Wilcat calls a batch file named
  43. VIEWCOMP.BAT. This batch file runs a program called VZ which views the file
  44. list inside a zipped file. The problem I ran into was that VZ wasn't working
  45. with the version of PKZip that I was using. And there were the other types of
  46. archives such as ARJ and LZH. So here's what happens now...
  47.  
  48. - Wildcat calls the VIEWCOMP.BAT and passes the compressed file name.
  49. - VIEWCOMP.BAT runs CFV and passes the file name.
  50. - CFV parses the compression type...ZIP, ARJ, EXE, or LZH.
  51. - CFV shells out to the appropriate compression program with the right
  52.   command line switch to view the file and saves that to a temp file.
  53. - CFV reads the temp file, trims some 'fat' off of it, and displays it to
  54.   the screen
  55. - The screen output is redirected to the VIEWCOMP.DAT file which Wildcat
  56.   displays to the caller.
  57.  
  58. * You MUST HAVE the correct compression programs in your path for this to work.
  59.   I use PKZIP.EXE, ARJ.EXE, and LHA.EXE
  60. * You must also have sufficient rights in the current directory to create the
  61.   temporary file.
  62.  
  63. PRICE ----------------------------------------------------------------------
  64. This is a pretty basic program. There are others out there that do the same
  65. thing but variety is nice.  Besides, this one's free.  I would like to hear
  66. from  you if you decide to use it.  I just want to know if it's  being used.
  67. And it gives you the chance to get the latest version. I expect ALOT of
  68. improvements. But in the meantime, you could be using it so I chose not to
  69. hold back until they were in place.
  70.  
  71. HISTORY --------------------------------------------------------------------
  72. 1.0  - 06/18/95
  73.    First version. Supports ZIP, ARJ, and LZH. Also supports self-extracting
  74.    Zip files (EXE).
  75.  
  76.  
  77.