home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / m4env.bat < prev    next >
DOS Batch File  |  1997-11-10  |  276b  |  13 lines

  1. @echo off
  2. if NOT "%M4_home%" == "" goto start
  3. echo %0: M4_home not set
  4. goto end
  5.  
  6. :start
  7. if "%1"=="" goto noargs
  8. "%M4_home%\bin\otprint" "%M4_home%\tcl\m4env.tcl" -- %1 %2 %3 %4 %5 %6 %7 %8 %9
  9. goto end
  10. :noargs
  11. "%M4_home%\bin\otprint" "%M4_home%\tcl\m4env.tcl"
  12. :end
  13.