trax.bat
A batch file to conveniently run the AutoTrax
PCB layout software
{Summary}
Content revision history:
Article first written:
Updated:
Corrected:
@echo off
set AppDrv=U
if not [%AppDrv%] == [U] goto ErrEnv
call waste off
set TRAXPATH=%AppDrv%:\apps\patrax
append %TRAXPATH%;
cd %TRAXPATH%
if exist !entry.bat call !entry.bat ATRAX
netlog Start ATrax in %%CD
%AppDrv%:traxedit
netlog End Atrax
if exist !exit.bat call !exit.bat ATRAX
goto Exit
:ErrEnv
@echo Error: Insufficient environment space
@echo discovered by %0.
goto Exit
:Exit