home *** CD-ROM | disk | FTP | other *** search
/ 1st Canadian Shareware Disc / 1st_Canadian_Shareware_Disc_1991.ISO / graphics / gifdir2 / gifdir.doc < prev    next >
Text File  |  1990-05-19  |  916b  |  27 lines

  1. Gifdir.exe/Gifdir.c - 5/19/90
  2.  
  3. As an EGA-only owner, I always wished I had a way to find out if the GIF files
  4. I was thinking about downloading were viewable with my card and monitor. This
  5. program provides the information, and I will be asking around to see if there
  6. is a way to make it a door for RBBS use.
  7.  
  8. Usage is the same as the DIR command:
  9.  
  10. GifDir                (program assumes *.gif in current directory)
  11. GifDir C:\Gif\MyFaves (program assumes *.gif)
  12. GifDir \Gif\Pix
  13. GifDir Foo.Gif
  14.  
  15. These are all valid.
  16.  
  17. I have kept the display brief - the program displays the filename, screen
  18. size, and number of colors. The output may be piped, if needed:
  19.  
  20. GifDir > GifStuf.txt (produces a textfile called gifstuf.txt)
  21. GifDir | More        (uses DOS filter MORE to pause after lines)
  22.  
  23. The source is included and commented for the curious. Enhancements welcome.
  24.  
  25. Frank Imburgio
  26. CIS ID 76666,317
  27.