0
votes
0answers
117 views

Windows Server 2008 SP2 Task Scheduler problems

I have a series of scheduled tasks that have been running fine until about 2 months ago. Now they seem to run sometimes, at the scheduled time, but not consistently. The tasks will run if I reboot ...
1
vote
1answer
219 views

Scheduled Tasks - Display the script [duplicate]

Possible Duplicate: Why is Windows 7 scheduled task running hidden? I have a couple of Robocopy scripts setup in a scheduled task, but is there a way to actually display the cmd prompt with ...
0
votes
1answer
288 views

Run a scheduled task after a Windows service is started

I want to run a scheduled task every time after a given service is started. I have looked for a way to set a trigger on a service start, so that the service in question may be started automatically ...
0
votes
1answer
255 views

Specifying specific days in WinServer task scheduler:

I have a task to run on a Win Server 2008 R2 machine. I set up it to run from the windows task scheduler that comes with Windows. I need to run the task DAILY but NOT on weekends. I did not find any ...
4
votes
2answers
1k views

Sync Google Drive when not logged in

I have installed Google Drive on Windows Server 2008 R2. When I login to the server, Google Drive starts automatically and synchrnoizes files, pulling changes down from the cloud. All good so far. ...
5
votes
2answers
3k views

Windows Server 2008 R2 - How to copy a scheduled task

I would like to create a new scheduled task that is extremely similar to an existing task. It would be a pain to write down or type out all the settings. Is there a way to copy an existing task to ...
2
votes
1answer
1k views

Calling nested batch files in Windows 2008 R2 task scheduler

I am trying to schedule a batch file in Windows 2008 R2 Server. My batch file internally calls two other batch files. I am trying to schedule this on hourly basis. The schedular calls my batch file ...