home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 5
/
05.iso
/
a
/
a113
/
1.img
/
PRGC.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1987-03-31
|
165 b
|
11 lines
echo off
cls
if not exist %1.* goto all
ren %1.prg %1.src
for %%f in (%1.src) do dbc %%f
goto end
:all
ren *.prg *.src
for %%f in (*.src) do dbc %%f
:end