home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 16
/
CD_ASCQ_16_0994.iso
/
news
/
4611
/
fw16d.ins
/
SOURCE
/
TOOLS
/
NG_HLP.ZIP
/
DOHLP.BAT
next >
Wrap
DOS Batch File
|
1994-05-20
|
289b
|
17 lines
@echo off
echo Norton Guides to Windows Help conversor
echo (c) FiveWin 1993-4, A.Linares & F.Pulpón
echo (c) Carlos Segura
if A%1 == A goto sintax
ngprep %1
for %%f in (*.dat) do ngs2rtf %%f
hc project
goto end
:sintax
echo *
echo Syntax: DoHlp NgFile.ng
:end