rad Posted November 10, 2010 Posted November 10, 2010 Ok Sorry if sounds dumb and easy but Google is not my friend today especially with all the restricted sites Anyway am trying to write a batch file to be launched at x time to close 2 programs and then relaunch them again. i only want to close these programs and not shut the computer down. Any help would be greatful.
Silvor Posted November 10, 2010 Posted November 10, 2010 (edited) Make a batch script - in it put C: taskkill /F /IM process.exe /T taskkill /F /IM process2.exe /T "C:\Program Files\Folder\process.exe" "C:\Program Files\Folder\process2.exe" exit Set that as a scheduled task. Edited November 10, 2010 by Silvor 1
rad Posted November 10, 2010 Author Posted November 10, 2010 Thank you, will test it with another program first.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now