home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 June / CHIPCD_6_2000.iso / software / cad / t425l1e / t425l1e.exe / _002210_ / MAKE.BAT
DOS Batch File  |  1997-06-14  |  304b  |  11 lines

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