Quantcast
Channel: PTC Community : Document List - All Communities
Viewing all articles
Browse latest Browse all 1247

Windchill All-IN-ONE Startup & Windchill All-IN-ONE Shutdown - Batch Script

$
0
0

1. Windchill All-IN-ONE Startup

 

rem Start Windchill Directory Server

D:

call D:\ptc\Windchill_10.2\WindchillDS\server\bat\start-ds.bat

 

rem Start Apache HTTP Server

cd D:\ptc\Windchill_10.2\HTTPServer\bin

start httpd.exe

 

rem Start Windchill

cd D:\ptc\Windchill_10.2\Windchill\bin

windchill.exe -w "D:\ptc\Windchill_10.2\Windchill" --java ="D:\ptc\Windchill_10.2\Java\jre\bin\java.exe" start

 

rem Exit

 

2. Windchill All-IN-ONE Shutdown

 

rem Stop Windchill

D:

cd D:\ptc\Windchill_10.2\Windchill\bin

windchill.exe -w "D:\ptc\Windchill_10.2\Windchill" --java ="D:\ptc\Windchill_10.2\Java\jre\bin\java.exe" stop

 

rem Stop Windchill Directory Server

call D:\ptc\Windchill_10.2\WindchillDS\server\bat\stop-ds.bat

 

rem Stop Apache HTTP Server

taskkill /F /IM httpd.exe

 

rem exit


Viewing all articles
Browse latest Browse all 1247

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>