Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 150 Bytes

maketerm.bat

File metadata and controls

11 lines (11 loc) · 150 Bytes
 
Nov 18, 2000
Nov 18, 2000
1
2
3
4
5
6
7
8
9
10
11
@Echo Off
Cls
Tpc Miniterm.Pas /L /M
Echo.
If Errorlevel 1 Goto Failed
Echo Compile Successful
Goto Stop
:Failed
Echo Compile Failed!
:Stop
Echo.