Microsoft
Software
Hardware
Network
Question : Script needed to close program and stop/start service
I'm new to writing batch/script files
I need a script to close a program (if open), then stop the service, then start the service and last open the program.
I want to run this on the windows built in task scheduler which I know how to setup once I have the script/batch file.
Can someone help me out?
Answer : Script needed to close program and stop/start service
taskkill /f /fi "imagename eq <program_exe_process_name"
net stop "service name"
net start "service name"
call program_exe
Random Solutions
CF - Form checking for errors with form action
AD for iBGP and eGP routes.
how to enable display control panel disable by system administrator
Can't find Trend Micro WFBS Advance server...
VBA Code help
can I move DNS ande DHCP from one SBS domain to another SBS domain
You know of quality and free speed math references?
Which Drivers
Cisco ME 6500 Ios update
moving drive with robocopy, how to do incremental copy?