I need to Restart my windchill service. currently windchill stop and windchill start commands are using in windchill shell. I need to write batch file for this operation. After doing some research I decided to write like this..
NET STOP windchill stop
:: Also I have to set some buffer time for service stopping
NET START windchill start