home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
telix
/
tmake3.arc
/
TMAKE.BAT
Wrap
DOS Batch File
|
1988-12-13
|
652b
|
27 lines
echo off
c:\system\curse > nul
clr
if exist %1.slt goto work
echo
usage:
tmake [pathname]file
(.slt must be the extent)
goto done
:work
d:\telix\cs %1
echo .
if not exist %1.slc goto savesrc
if not exist d:\telix\%1.slc goto s1
c:\system\xt tcomp1 c:\system\sysmsgs
c:\bobstuf\ask "1 to do it, 2 not to
" 12
:s1
if errorlevel 2 goto savesrc
copy %1.slc d:\telix\%1.slc
del %1.slc
:savesrc
if not exist d:\source\telix\%1.slt goto s2
c:\system\xt tcomp2 c:\system\sysmsgs
c:\bobstuf\ask "1 to do it, 2 not to
" 12
if errorlevel 2 goto done
:s2
copy %1.slt d:\source\telix\%1.slt
del %1.slt
:done