home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QBasic & Borland Pascal & C
/
Delphi5.iso
/
Pascal
/
BPASCAL.700
/
D8
/
TVFM.ZIP
/
MAKETVFM.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1992-10-01
|
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