home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 1997 / CT_SW_97.ISO / mac / Software / bild / win95 / t422l1d.exe / _002660_ / MAKE.BAT
DOS Batch File  |  1997-03-12  |  312b  |  11 lines

  1. @echo off
  2. echo ---
  3. echo Erzeugen des TommySoftware TSAMPLE Hilfesystems - Englisch
  4. echo ---
  5. echo Compiling...
  6. c:\mstool\hcw.exe /c /m /e e:\module\tsample\help\e\tsample.hpj
  7. echo ---
  8. copy e:\module\tsample\help\e\tsample.hlp e:\release4\tsample.hlp >NUL
  9. type e:\module\tsample\help\e\tsample.log
  10. pause
  11.