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 >
DOS Batch File  |  1994-05-20  |  289b  |  17 lines

  1. @echo off
  2. echo Norton Guides to Windows Help conversor
  3. echo    (c) FiveWin 1993-4, A.Linares & F.Pulpón
  4. echo    (c) Carlos Segura
  5.  
  6. if A%1 == A goto sintax
  7. ngprep %1
  8. for %%f in (*.dat) do ngs2rtf %%f
  9. hc project
  10. goto end
  11.  
  12. :sintax
  13. echo *
  14. echo    Syntax: DoHlp NgFile.ng
  15.  
  16. :end
  17.