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
Mapi destination error
Multiple CTE's in 1 Query - Not working
How do you make a note of a POST request that is made by browser
Microsoft Access 2003 not closing process on Windows 7
Trying to change selection in DDL but when i read it i get the programticlly set value
Strictly Dreamweaver: Anyone with experience on RSS extension to Dreamweaver CS4 out there?
Active Directory Query
Cisco 871 router; telnet
Issues after removing SMS 2003 Management point
VB .Net 2008 Express Deploy Application