home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / otexport.bat < prev    next >
DOS Batch File  |  1996-12-23  |  296b  |  16 lines

  1. @echo off
  2. if NOT "%M4_home%" == "" goto start
  3. echo %0: M4_home not set
  4. goto end
  5. :start
  6. shift
  7. set otprint_opt=
  8. :getopt
  9. set otprint_opt=%otprint_opt% %0 
  10. shift
  11. if NOT "%0"=="" goto getopt
  12.  
  13. "%M4_home%\bin\otprint.exe" "%M4_home%\tcl\export.tcl" -- %otprint_opt%
  14. set otprint_opt=
  15. :end
  16.