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
Asp.Net Have trouble adding a row.Cells(1).Text valuse into my insert statement
Form Validation
Database Table update replication
Group policy - removing help & support from startup menu using group policy
Lables printing problem using MS Word
outlook 2007 keeps faulting in module msoert2.dll
equation for multi level slope for LUT table in range from 0 to 255
SQL dump tran with no_log
Convert old MAC Adobe Director Project to new PC version
SQL Select Statement