reset name of EXE

This commit is contained in:
Geoff McLane 2015-11-05 15:00:22 +01:00
parent 9f9ca4c774
commit 99ae402b02

View file

@ -1,8 +1,8 @@
@setlocal
@REM copy the EXE into C:\MDOS, IFF changed
@set TMPDIR=C:\MDOS
@set TMPFIL1=tidy5.exe
@set TMPFIL2=tidy5-32.exe
@set TMPFIL1=tidy.exe
@set TMPFIL2=tidy32.exe
@set TMPSRC=Release\%TMPFIL1%
@if NOT EXIST %TMPSRC% goto ERR1
@echo Current source %TMPSRC%