I have a Batch file that I want to have run every 15 minutes. I created a scheduled task for this but it does not run. It says it ran but nothing happened. If I run the bat file manually I have no issues. I know it didn't run because in one of the directories a new file is being created so I can tell by the time stamp nothing happens. Any suggestions?
I am using a Domain Account and the account has full control permissions to the script as well as the directories.
If I select Run only when user is logged on I can see it try to open a cmd prompt so I know its trying to do something. If I select Run whether user is logged on or not then nothing happens.
I also have Run with the highest Privileges.
Its Server 2012 R2
I am using a Domain Account and the account has full control permissions to the script as well as the directories.
If I select Run only when user is logged on I can see it try to open a cmd prompt so I know its trying to do something. If I select Run whether user is logged on or not then nothing happens.
I also have Run with the highest Privileges.
Its Server 2012 R2