@echo off set AppDrv=U if not [%AppDrv%] == [U] goto ErrEnv call waste off if exist !entry.bat call !entry.bat TRAXPLOT cd %AppDrv%:\apps\patrax\plot netlog Start TraxPLOT in %%CD %AppDrv%:traxplot netlog End TraxPLOT if exist !exit.bat call !exit.bat TRAXPLOT goto Exit :ErrEnv @echo Error: Insufficient environment space @echo discovered by %0. goto Exit :Exit