SET WT_HOME=C:\ptc\Windchill
SET JAVA_HOME=C:\ptc\Java
cd /d %WT_HOME%
pushd %WT_HOME%\bin
call setvars.bat
call tools.bat
popd
<Now include any Windchill Shell Commands that you want to run by CALL statements>
SET WT_HOME=C:\ptc\Windchill
SET JAVA_HOME=C:\ptc\Java
cd /d %WT_HOME%
pushd %WT_HOME%\bin
call setvars.bat
call tools.bat
popd
<Now include any Windchill Shell Commands that you want to run by CALL statements>