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
Wallpaper Settings in Roaming Profiles
VBA Logic
file system structure on the disk is corrupt on \Device\HarddiskVolumeShad
owCopy31
create a new record A in a table and copy some data from record B in the same table
Query - combo box ID issue
Terminal Services connections and Exchange 2010
How do i create a dynamic motion guide in AS3?
How to unzip a single file from a zipped subdirectory
connecting Cisco 3560 and 3560G switches
Hacked index.php file does not retain permissions anymore