home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
GRAPHICS
/
MISC
/
PCXPIC10.ZIP
/
PCX2PIC.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1991-05-07
|
132 b
|
9 lines
echo off
if %1: == : goto DO_ALL
:DO_SINGLE
pcx2bas %1 WAIT
goto DONE
:DO_ALL
for %%f in (*.RAW) do pcx2bas %%f
:DONE