home *** CD-ROM | disk | FTP | other *** search
/ World of Graphics / WOGRAPH.BIN / 266.GIFV.SLU < prev    next >
Text File  |  1993-02-17  |  413b  |  17 lines

  1. ;
  2. ; GIFV.SLU
  3. ; Take every PCX file on D:\ZSOFT and print a report to the screen
  4. ;
  5. ; NOTE: If you remove the ";" from in front of the PRINTER-ON command then
  6. ;       the report will be sent to the printer!
  7. ;
  8.  
  9. ;        Printer-ON
  10.         change-path D:\ZSOFT\*.PCX
  11. :loop
  12.         echo %file_name%, %res_x%x%res_y%x%image_colors% colors.
  13.         skipnext :exit
  14.         goto :loop
  15. :exit
  16.         ENTER
  17.