home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
Borland
/
Cplus45
/
BC45
/
SHAREBIN.PAK
/
HC.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-08-29
|
81b
|
5 lines
@echo off
if NOT "%1" == "-n" hc31 %1 %2
if "%1" == "-n" hc31 %2 %3
@echo on