home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics 16,000
/
graphics-16000.iso
/
msdos
/
convrtrs
/
hgrpcx
/
raw2pcx.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1991-03-29
|
118 b
|
9 lines
echo off
if %1: == : goto DO_ALL
:DO_SINGLE
a2i %1
goto DONE
:DO_ALL
for %%f in (*.$06) do a2i %%f
:DONE