"EW_Zuki" <EWZuki.RemoveThis@discussions.microsoft.com> wrote in message
news:34A66B06-05B9-4645-920F-0F3E2B9AC9CE@microsoft.com...
> C:\Documents and Settings\Riley>schtasks /create /tn "chessTimer.py" /tr
> e:\q\chessTimer.py /sc once
> /st 12:13:00 /sd 02/29/2008
> The task will be created under current logged-on user name ("DICK\Riley").
> Please enter the run as password for DICK\Riley:
> ==================================
>
> What do I enter at this prompt? I don't believe I have a password. If I
> do,
> how can I find what it is? Also, what does 'run as password' mean?
Click Start/Help, then look for help on "runas" to see what it means.
Most tasks are best scheduled to run under an account other than
your normal account. Create such an account (e.g. "Scheduler"),
give it a password (compulsory!), then give it sufficient privileges
to access the folders it needs to access.
Using schtasks.exe implies advanced knowledge about such things.
If you're new to task scheduling then you'd be better off using the
Task Scheduler GUI in the Control Panel.