home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stars of Shareware: Programmierung
/
SOURCE.mdf
/
programm
/
windows
/
c
/
helped18
/
hc.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
|
1993-06-01
|
114 b
|
9 lines
@echo off
if "%2" == "-n" goto run31
hc30.exe %1 > helpedit.err
goto end
:run31
hc31.exe %1
:end
@echo on