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 >
Wrap
DOS Batch File
|
1996-12-23
|
296b
|
16 lines
@echo off
if NOT "%M4_home%" == "" goto start
echo %0: M4_home not set
goto end
:start
shift
set otprint_opt=
:getopt
set otprint_opt=%otprint_opt% %0
shift
if NOT "%0"=="" goto getopt
"%M4_home%\bin\otprint.exe" "%M4_home%\tcl\export.tcl" -- %otprint_opt%
set otprint_opt=
:end