home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / misc / xc.doc < prev    next >
Text File  |  1992-04-20  |  3KB  |  72 lines

  1. XC.COM  -  ExtractComment   Version 1.00b                           17-Apr-92
  2. Copyright (C) 1992          Larry Wood  and  Tom Potocki
  3.  
  4.  
  5. XC is a GIF89a data stream utility.  It extracts, from GIF89a data streams,
  6. Comment Extension Blocks.
  7.  
  8. XC extracts comment blocks to one or more disk files.
  9.  
  10. XC requires  no  paramaters on the commandline. If no paramaters are entered,
  11. the current drive and default directory are use for both optional paramaters.
  12.  
  13. XC's default source filespec is *.GIF and this will be used for the source
  14. paramater.
  15.  
  16. XC's default destination filespec is *.TXT and this will be used for the
  17. destination paramater.
  18.  
  19. XC will recognize two paramaters, the source and the destination. The source
  20. can be a drive, directory, filename, or  combination, with wildcards supported.
  21. This paramater specifies the source  of the GIF data stream(s). The extension
  22. .GIF is appended to the filename if no extension is supplied.  To defeat this,
  23. end the  filename with a period " . ".
  24.  
  25. Example:   C>XC PIRATE  looks for PIRATE.GIF
  26.            C>XC PIRATE. looks for PIRATE
  27.  
  28. If the destination is a unique filename XC will write all comment extension
  29. blocks, from all source files, to this one file.
  30.  
  31. If the destination is not a unique filename, but a drive or directory, XC will
  32. write all comment extensions, from each source file, to a file having the
  33. same name as the source file. The default filename extension is TXT.
  34.  
  35. The default destination filename extension may be specified by using an
  36. asterisk, " * ", in place of the filename, in the destination paramater.
  37.  
  38. Example:   C>XC D:\PHOTOS *.CMT
  39.  
  40.            This will extract comments from all files in D:\PHOTOS having .GIF
  41.            as an extension, and write those comments to files, with the same
  42.            names, and with .CMT as the extentions. These files will be put
  43.            in the default directory of C drive.
  44.  
  45. Some example commandlines:
  46.  
  47. C>XC POPPY6
  48.   This will extract all comment blocks from the file POPPY6.GIF, if it is
  49.   a GIF89a data stream. The comment blocks will be written to a file with
  50.   the name POPPY6.TXT, in the default directory of drive C.
  51.  
  52. C>XC UTILITY
  53.   This will extract all comment blocks, from all GIF89a data stream files
  54.   having .GIF extensions, in the C:UTILITY directory. All comment blocks
  55.   from each source will be written to a file with the same name as the
  56.   source, and with an extension of .TXT.
  57.  
  58. C>XC UTILITY D:*.CMT
  59.   This will extract all comment blocks, from all GIF89a data stream files
  60.   having .GIF extensions, in the C:UTILITY directory. All comment blocks
  61.   in each data stream will be written to a file having the same name as the
  62.   source, and with .CMT as it's extension. These files will be put in the
  63.   default directory of D drive.
  64.  
  65. C>XC NEWPIX D:COMMENTS.NEW
  66.   This will extract all comment blocks, from all GIF89a data stream files
  67.   having .GIF extensions, in the C:NEWPIX directory. All comment blocks
  68.   in all data streams will be written to a single file named COMMENTS.NEW.
  69.   This file will be put in the default directory of D drive.
  70.  
  71. Amen.
  72.