I apologize in advance if this is not the correct place to ask this post this question but if you can provide a link to where I should post this question I would appreciate it. If this is a good place to post this question any and all help would be appreciated.
So here is the problem I'm running into:
I have written a little batch script that transfer text files from one location to another. I used WinSCR incase that matters because the text files are going from Windows to Linux. I can get the script to run manually and as a scheduled task as long the account that I set the schedule task to run under is logged in. If I'm not logged in with that account it the schedule task will go into a "Running" status but it doesn't actually run the script (the files don't transfer).
I have double and triple checked and the "Run only is logged on" check box is NOT checked. In the Windows Task Log (C:\windows\Task\SchedLgU.txt) there is no error or record that the schedule task ran. In the task manager the WinSCR.exe that is use in the script is running under the service account (other account), but the process will not end when I end the schedule task.
I've checked the Task Scheduler service its running, on the Log On as "Allow server to interact with desktop" is checked, and the Secondary Logon has the same option checked. There are no errors in the event log either. I'm hoping its just something stupid that I've just over looked or haven't checked. Again any and all help is appreciated.
Thanks in Advance
Thanks in Adavance