Jump to content

Recommended Posts

Posted

Ok Sorry if sounds dumb and easy but Google is not my friend today especially with all the restricted sites :mad:

 

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.

Posted (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 by Silvor
  • Thanks 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...