home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / comm / backfile.zip / BACKFILE.DOC next >
Text File  |  1992-12-26  |  2KB  |  78 lines

  1.  
  2.      BACKFILE.EXE -- (c)1992 Steve Horrighs Jr.
  3.  
  4.  
  5.   DESCRIPTION
  6.   -----------
  7.         BackFile is a quick and dirty little utility I wrote to store
  8.     my BBS Logfiles for future use if needed.  In short it renames the
  9.     specified file to todays date (MM-DD-YY format) with a defined
  10.     extention.  Then places that file into a Zip Archive that the user
  11.     defines.
  12.  
  13.   SETUP
  14.   -----
  15.         Backfile is fairly simple to set up.  At anytime just type
  16.     BACKFILE at the command line to get a summary of options.  Normal
  17.     execution will use the following:
  18.  
  19.       BACKFILE C:\SF\WORK\CALLERS.LOG LOG LOGFILES
  20.                 ^^^                   ^^^  ^^^
  21.                  |                     |    |
  22.                  |                     |    ArcName
  23.                  |                     Extention
  24.                  Filename you want processed
  25.  
  26.     FileName (Required) - this is the file that you wish to Store in the
  27.                           Archive.
  28.  
  29.     Extention (Required) - the defined extention for the processed files.
  30.  
  31.     ArcName (Optional) - this will set the name of the Archive, defaults
  32.                          to BACKFILE.
  33.  
  34.  
  35.   DISTRIBUTION
  36.   ------------
  37.         BACKFILE is distributed under the shareware concept.  You are free
  38.     to distribute the BACKFILE program as long as it remains UNMODIFIED and
  39.     no fee is charged.  If you continue to use this program after an adequate
  40.     evaluation period please drop me a message, I would like to know who uses
  41.     the program.
  42.  
  43.  
  44.     Please send mail to:
  45.  
  46.         1:2430/2  FIDONet
  47.         75:7217/1 DoorNet
  48.         >>217000  CircuitNet   (any sysop conference)
  49.  
  50.         Steve Horrighs
  51.         P O  BOX 320
  52.         Williamsville, IL  62693-0320
  53.     
  54.  
  55.  
  56.     DISCLAIMER
  57.     ----------
  58.  
  59.     Steve Horrighs and FlatLine Software shall not be held responsible
  60.     for any damage incurred by the user to hardware, software or peripheral 
  61.     devices while running BACKFILE.  All responsibility lies with the user
  62.     of the software, and always have back-ups!
  63.  
  64.  
  65.  
  66.     Revision History
  67.     ----------------
  68.  
  69.     Version 1.00 -  Initial Release
  70.  
  71.     Version 2.00 -  Now works with non-text files
  72.                  -  User can now define the the ArcFile Name
  73.                  -  will now search the PATH for Pkzip.
  74.  
  75.  
  76.  
  77.  
  78.