Search found 1 match

by Roby
29 May 2020, 15:07
Forum: Help
Topic: Job batch and log
Replies: 0
Views: 212

Job batch and log

Hi,
i have windows server 2016 and i create a task with a batch and it works correctly, but I need to stop the program from running at a certain time.
For this purpose I created another job to kill the program (taskkill/f /im FreeFileSync.exe
taskkill/f /im FreeFileSync_x64.exe), the command works ...