home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / LA / LA023.ZIP / FMARK11.ZIP / FILEMARK.DOC next >
Text File  |  1990-03-27  |  4KB  |  115 lines

  1.  
  2.           ======================== FileMark ========================
  3.  
  4.                                      v1.01
  5.  
  6.                            copr. Dave Williams, 1990
  7.  
  8.    FileMark is a utility for PCBoard sysops. It will take a PCBoard file list 
  9.  in standard format and feed the file descriptions into your files as comments.
  10.  This is a boon to users, who often download a neato file and then forget what
  11.  it was, and find there's no docfile in there anyway. (You know... remember
  12.  back when YOU were one of those scummy "users"?)
  13.  
  14.    Besides, a nice file description has more class than loading something like
  15.  "Call my BBS at 555-1212! GIFs! GIFs! GIFs!" into all your files, right?
  16.  
  17.   FileMark will take a normal PCBoard directory entry like this:
  18.  
  19. /*
  20.  24HR.ARC         1971  06-10-89  Change DOS's 12 hr clock to 24 hr format
  21. */
  22.  
  23.   ... and fix you up with this:
  24.  
  25. /*
  26.  PKUNPAK     FAST!     Archive Extract Utility     Version 3.61    08-02-88
  27.  Copyright (c) 1986-1988 PKWARE Inc. All Rights Reserved. PKUNPAK/h for help
  28.  
  29.  Searching: 24HR.ARC - Change DOS's 12 hr clock to 24 hr format
  30.  
  31.  Filename        Length   Method     Size   Ratio    Date      Time    CRC
  32.  --------        ------   ------    ------  -----    ----      ----    ---
  33.  24HR              3592  Crunched     1971   41%   06-10-89  20:14:30  3F41
  34.  ----            ------             ------  -----
  35.  0001              3592               1971   41%
  36. */
  37.  
  38.   The following utilities will work with FileMark. All have been tested.
  39.  
  40.         name  command           full name
  41.         ----- --------          ----------
  42.         pkarc -x                PKARC 3.61
  43.         pkzip -z                PKZIP 1.1
  44.         pak   -H                PAK 2.0
  45.         zoo   -comment          ZOO 2.01
  46.         dwc   i                 DWC 5.01
  47.  
  48.    To use FileMark, you must go to the directory you wish to convert. Your
  49.   file compression utility must be in your PATH. Construct a command line in
  50.   this fashion:
  51.  
  52.         filemark  pkzip  -z  filelist.000
  53.  
  54.   You may use any name+command in the table above to run your preferred file
  55.  compressor. Your file list name would replace "filelist.000".
  56.  
  57.  
  58.  Note:
  59.  
  60.  MDCD10 (.MD files) doesn't support comments.
  61.  LHarc 1.14b doesn't really support comments. Yet, anyway.
  62.  NOAH doesn't support comments.
  63.  LUE220 (.LBR files) doesn't support comments.
  64.  .z (Unix) format doesn't support comments.
  65.  
  66.  Caveats:
  67.  
  68.   FileMark doesn't check for file extensions when it feeds commands to the file
  69.  compressor. If you have some PAKs mixed with ZIPs and you're doing ZIP 
  70.  comments, PKzip will grumble about things. If you have files in your file
  71.  list that don't exist, PKarc will create files with those names. (for shame!)
  72.  
  73.  
  74.    FileMark is shareware. If you find the program to be of use, please
  75.  send $5 to:
  76.                                         Dave Williams
  77.                                         PO Box 181
  78.                                         Jacksonville, AR 72076-0181 USA
  79.  
  80.  
  81.  History:
  82.  
  83.  03/09/90  v1.0  first release
  84.  03/27/90  v1.01 ASP member information
  85.  
  86.  Disclaimer:
  87.  
  88.   This program works on my system. I can't guarantee it will work on yours.
  89.  FileMark is dependent on external programs written by other people who may
  90.  or may not maintain features FileMark depends on. FileMark reads and modifies
  91.  files on your system. If something bad happens, I will not be responsible
  92.  for it. I recommend that you back up any files which might be affected before
  93.  running this utility.
  94.  
  95.  
  96.               ┌─────────┐
  97.         ┌─────┴───┐     │              (tm)
  98.       ──│         │o    │──────────────────
  99.         │   ┌─────┴╨──┐ │  Association of
  100.         │   │         │─┘  Shareware
  101.         └───│    o    │    Professionals
  102.       ──────│    ║    │────────────────────
  103.             └────╨────┘    MEMBER
  104.  
  105.  
  106.   This program is produced by a member of the Association of Shareware
  107. Professionals (ASP).  ASP wants to make sure that the shareware principle
  108. works for you. If you are unable to resolve a shareware-related problem with
  109. an ASP member by contacting the member directly, ASP may be able to help. The
  110. ASP Ombudsman can help you resolve a dispute or problem with an ASP member,
  111. but does not provide technical support for members' products. Please write to
  112. the ASP Ombudsman at P.O. Box 5786, Bellevue, WA 98006 or send a Compuserve
  113. message via easyplex to ASP Ombudsman 70007,3536.
  114.  
  115.