home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TopWare 18: Liquid
/
Image.iso
/
liquid
/
top1136
/
gifv.slu
< prev
next >
Wrap
Text File
|
1993-10-05
|
443b
|
20 lines
;
; GIFV.SLU
; Take every image file in the current directory and
; print a report to the screen.
;
; NOTE: If you remove the ";" from in front of the PRINTER-ON
; command then the report will be sent to the printer!
;
system cls
; Printer-ON
change-path *.?
:loop
echo %file_name%, %res_x%x%res_y%x%image_colors% colors.
skipnext :exit
goto :loop
:exit
ENTER