A scheduled-task means the launch of a program or script at predefined times or after specified time intervals.
Questions tagged [scheduled-task]
662 questions
0
votes
4 answers
Windows: Running an AutoIt script to launch a GUI app - on a server, when no one is logged in
I want to run an AutoIt script every day at 1:00 AM on a Windows 2003 Server Standard Edition. Since this is a server, obviously there is rarely someone sitting there logged in at the console, so the procedure needs to account for this.
The AutoIt…
mrled
0
votes
3 answers
Setting a scheduled task running a Powershell script
Does anyone know the correct way to assign a Powershell script as a scheduled task?
I have the below syntax (where X:/ is another drive mapped as a share).

GurdeepS
- 1,646
- 5
- 26
- 33
0
votes
1 answer
Task Scheduler
When setting up a task in Microsoft Windows Server 2008, it fails to run with error:
Task Scheduler failed to launch action XXXXXXX Additional Data: Error Value: 2147942593
I have tried running in various users etc and providing password etc but it…
SwiftLion
0
votes
5 answers
How do you substitute scheduled tasks on a Windows NT machine?
I've got an old Windows NT Server machine that doesn't have a scheduled tasks feature. I know about AT, but I need to schedule a task to run every 5 minutes. I've looked at cron for windows, but I don't really know anything about it (is it any…

scottm
- 359
- 3
- 5
- 19
0
votes
1 answer
Win2k8 Scheduled tasks and 'Run new instances in parallel'
I have a script that creates some scheduled tasks on a Windows Server 2008 R2 box using schtasks.exe, and I'd like that script to set the 'If an instance of the task is already running, run new instances in parallel' setting.
I've poked around the…

Craig Vermeer
- 103
- 4
0
votes
1 answer
How to schedule a backup in Plesk for Database and configuration?
I like to make a scheduled backup in plesk 10.4.
My target is to
Take the backup of Database and configuration and put in the FTP
location. I dont see any option in backup manager in plesk. Any
help is greatly appreciated.
Then there is a…

Dilip Rajkumar
- 119
- 1
- 11
0
votes
3 answers
Running scheduled web scripts in a Windows Server environment
I'm trying to get a scheduled web script running on a Windows Server and so far the only way I've managed to automate this process is by using the Task Scheduler to open Internet Explorer with the web address as a parameter. I then need to create a…

Dan Murfitt
- 103
- 4
0
votes
1 answer
401 Running VBScript as scheduled task
I setup a scheudled task on Windows Server 2008 to run the following command:
C:\Windows\System32\cscript.exe //b //nologo D:\WebSites\MySite\Scripts\UpdateCache.vbs
The VBScript being run makes a simple GET request:
Dim o
Set o =…

Paul
- 125
- 3
0
votes
1 answer
How to invoke scheduled task on Server 2008 from XP client using schtasks
We are running a scheduled task on a Server 2008 machine from an XP client. Using the following commandline (on the XP client):
schtasks /run /u "domain\username" /p "password" /s MyServer2008 /tn MyTask
This reports SUCCESS, but the task is not…

Sean Kearon
- 217
- 1
- 6
0
votes
1 answer
how to check a windows long running console task?
I have scheduled Microsoft Windows server console application (that output to stdout) using the task scheduler . It is long running and might take weeks to finish. Is there a way to "tap" into the console output on demand to check on the task's…

dan_l
- 103
- 3
0
votes
1 answer
How to start scheduled task in minimized cmd window?
Possible Duplicate:
Run a .bat file in a scheduled task without a window
In Windows 7, I have a scheduled task running a console application in a CMD window. It runs every day at 12 o'clock. When it runs, it opens a CMD window that is not…

ervingsb
- 395
- 1
- 6
- 16
0
votes
1 answer
Task Scheduler Library Windows Server 2008
A scheduled overnight task attempted to run but returned the operational code 'Launch Failure' - I think this was to do with a server connection going down. I can't remember what Task Scheduler said the status was but I ended up manually restarting…

xylar
- 167
- 8
0
votes
3 answers
what generalized cloud backup job management tool with scheduler, and email reporting?
Short version
I am looking for a glorified cron manager with a web interface to manage backups and uploading to cloud storage. (and yes webmin has a pretty good cron scheduler plugin)
Long version
In the old days enterprise backup systems were…

Tom
- 11,176
- 5
- 41
- 63
0
votes
3 answers
Windows Server 2008r2 process scheduling
We are needing a server that is solely responsible for executing various data manipulation scripts based on different events or triggers - previously when we were using Debian linux we scheduled it all with cron jobs. Is the windows task scheduler…

kozllx
- 1
0
votes
4 answers
Way to automate an application that requires a graphical login?
I'm faced with a problem:
Under Windows Server 2003, I need to automate an application (Sage 100) that doesn't have any automation service of its own.
First attempt
I found -and was impressed by- AutoHotKey and have been able to create an…

Renaud Bompuis
- 519
- 2
- 7
- 15