home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of Graphics
/
WOGRAPH.BIN
/
274.GIFV.SLH
< prev
next >
Wrap
Text File
|
1993-02-17
|
385b
|
15 lines
;
; GIFV.SLH
; This routine will take all GIF files in the current directory and
; create BMP files. It will then delete all of the GIF files. This will
; in effect convert your GIF files to BMP files leaving behind no GIF files!
;
change-path *.gif
:loop
loadnext :exit
write B
goto :loop
:exit
system del *.gif