home *** CD-ROM | disk | FTP | other *** search
/ TopWare 18: Liquid / Image.iso / liquid / top1190 / vc.doc < prev   
Encoding:
Text File  |  1994-03-01  |  1.8 KB  |  47 lines

  1. VC.COM  -  ViewComment       Version 2.55                            01-Mar-94
  2. Copyright (C)  1992,94       Larry Wood  and  Tom Potocki      
  3.  
  4.  
  5. VC displays:  GIF89a Comment Extension Blocks
  6.               JPEG   Comment Marker Segments
  7.               Targa  Image Identification Fields
  8.  
  9. VC requires  no  paramaters on the commandline. If no paramater is entered,
  10. the current drive and default directory are used for the optional source
  11. paramater.
  12.  
  13. VC uses three default source filespecs: *.GIF  *.JPG  *.TGA
  14.  
  15. VC will recognize one paramater, the source.  This source can be a drive,
  16. directory, filename, or  combination, with wildcards supported. This paramater
  17. specifies the source  of the  data stream(s). Each of the three default
  18. extensions is appended to the source filename if no extension is supplied.
  19. To defeat this, end the  filename with a period " . ".
  20.  
  21. Example:   C:\>VC TRAIN6  looks for TRAIN6.GIF and TRAIN6.JPG and TRAIN6.TGA
  22.            C:\>VC TRAIN6. looks for TRAIN6
  23.  
  24. Some example commandlines:
  25.  
  26. C:\>VC
  27.   This will display all comment blocks, from all GIF89a data stream files
  28.   having .GIF extensions, in the current directory of C drive, as well as
  29.   comment segments in all *.TGA files, and image ID fields in *.TGA files.
  30.  
  31. C:\>VC POPPY6
  32.   This will display all comment blocks from the file POPPY6.GIF, and/or
  33.   POPPY6.JPG and/or POPPY6.TGA if any comments exit in these data streams.
  34.  
  35. C:\>VC PHOTOS
  36.   This will display all comment blocks, from all data stream files having
  37.   .GIF and/or .JPG and/or .TGA extensions, in the C:PHOTOS directory.
  38.  
  39. C:\>VC PHOTOS\*.*
  40.   This will display all comment blocks, from all files, in the C:\PHOTOS
  41.   directory... if any contain comments.
  42.  
  43. Pressing  Ctrl-C  will terminate VC and return to DOS.
  44.  
  45.  
  46. - Tom Potocki   CIS: 76703,1012
  47.