13 lines
158 B
Batchfile
13 lines
158 B
Batchfile
@setlocal
|
|
@call setexe
|
|
@set TMPFIL=font5.html
|
|
@if NOT EXIST %TMPFIL% (
|
|
@echo Unable to locate FILE %TMPFIL%
|
|
@exit /b 1
|
|
)
|
|
|
|
@call testone
|
|
|
|
@echo See %TMPINFO%
|
|
|