En Sat, 29 Sep 2007 17:34:34 -0300, Jim <[EMAIL PROTECTED]> escribi�:

> I want to schedule a Python program that reads the command line for
> input.  However, when adding an argument to the command line Python
> will not pick it up when using Windows scheduled tasks.
>
> How do I get it to work?

Do you write the command line when defining the task? Using double quotes  
around arguments with spaces?
It works fine for me.

-- 
Gabriel Genellina

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to