home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer Plus 2007
/
Programmer-Plus-2007.iso
/
Programming
/
Borland Plateform
/
Turbo Pascal V7.0
/
TVFM.ZIP
/
MAKETVFM.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1992-10-30
|
263 b
|
13 lines
tpc /m /l /dSingleExe makeres
if errorlevel 1 goto error
makeres
tpc /m /l /dSingleExe tvfm
if errorlevel 1 goto error
copy /b tvfm.exe+tvfm.tvr temp.exe
copy temp.exe tvfm.exe
del temp.exe
goto done
:error
@echo Error encountered building TVFM
:done