home *** CD-ROM | disk | FTP | other *** search
- VC.COM - ViewComment Version 2.55 01-Mar-94
- Copyright (C) 1992,94 Larry Wood and Tom Potocki
-
-
- VC displays: GIF89a Comment Extension Blocks
- JPEG Comment Marker Segments
- Targa Image Identification Fields
-
- VC requires no paramaters on the commandline. If no paramater is entered,
- the current drive and default directory are used for the optional source
- paramater.
-
- VC uses three default source filespecs: *.GIF *.JPG *.TGA
-
- VC will recognize one paramater, the source. This source can be a drive,
- directory, filename, or combination, with wildcards supported. This paramater
- specifies the source of the data stream(s). Each of the three default
- extensions is appended to the source filename if no extension is supplied.
- To defeat this, end the filename with a period " . ".
-
- Example: C:\>VC TRAIN6 looks for TRAIN6.GIF and TRAIN6.JPG and TRAIN6.TGA
- C:\>VC TRAIN6. looks for TRAIN6
-
- Some example commandlines:
-
- C:\>VC
- This will display all comment blocks, from all GIF89a data stream files
- having .GIF extensions, in the current directory of C drive, as well as
- comment segments in all *.TGA files, and image ID fields in *.TGA files.
-
- C:\>VC POPPY6
- This will display all comment blocks from the file POPPY6.GIF, and/or
- POPPY6.JPG and/or POPPY6.TGA if any comments exit in these data streams.
-
- C:\>VC PHOTOS
- This will display all comment blocks, from all data stream files having
- .GIF and/or .JPG and/or .TGA extensions, in the C:PHOTOS directory.
-
- C:\>VC PHOTOS\*.*
- This will display all comment blocks, from all files, in the C:\PHOTOS
- directory... if any contain comments.
-
- Pressing Ctrl-C will terminate VC and return to DOS.
-
-
- - Tom Potocki CIS: 76703,1012