home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Guide
/
c-cplusplus-interactive-guide.iso
/
c_ref
/
csource5
/
344_01
/
cxrp.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1990-12-09
|
117 b
|
7 lines
if NOT EXIST %1.c goto :end
cb %1.c | retabf -o3 -n1 | clv > %1.cb
xc2 %1.cb -w 104 -o %1.prn
del %1.cb
:end