On Wed, Nov 21, 2012 at 6:01 AM, Tim Golden <m...@timgolden.me.uk> wrote:

> subprocess.call([
>   'SchTasks', '/Create',
>   '/SC', 'ONCE',
>   '/TN', 'test',
>   '/TR', path,
>   '/ST', '23:50'
> ])
>
Thank you. Yes, it was the quoting of "test". Oops :-}
Thanks again,
Tom
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to