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
What is "symantec workspace streaming agent" and how did it get installed on my system?
Path.Combine with UNC network path
UAC Whilelist?
Exchange 2010 - Slow Free/Busy lookup and Email Address cache
Why doesn't this very simple C program not work all the way through?
asp.net I am trying to read and convert the @@IDENTITY value - it works in one of my Procs. - but not in another
Platform to build the Social Network on
Forms and Unicode (utf-8) Characters
Batch file to copy and verify
asp.net Gridview Sorting