home *** CD-ROM | disk | FTP | other *** search
/ Screen Artists / SCREEN_ARTISTS.iso / PICTURES.BAT < prev    next >
DOS Batch File  |  1992-04-09  |  552b  |  15 lines

  1. @echo off
  2. cls
  3. echo Please use the README.DOC file as a guide to this disk.  You will
  4. echo find the contributors credits and all other information in that file. 
  5. echo ----------------------------------------------------------------------
  6. echo This batch file will try to use SGIF.EXE to display images at the
  7. echo 640x480x256 color mode.  It only works for Tseng 4000 SVGA cards.
  8. echo If you have another SVGA, please use the files in \PROGRAMS\VPIC.ZIP
  9. pause
  10. @echo on
  11. cd \pictures\gif
  12. sgif /w200 /k /v:s /ddigitize;drawn;fractal *.gif
  13.  
  14.  
  15.