Re: Command-line does work when scheduled
En Sat, 29 Sep 2007 17:34:34 -0300, Jim <jscrerar@xxxxxxxxxxxxxx> 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
.
Relevant Pages
- Re: Command-line does work when scheduled
... when adding an argument to the command line Python ... will not pick it up when using Windows scheduled tasks. ... I ran the following on the Scheduled Tasks: ... (comp.lang.python) - Re: pythonic equivalent of upvar?
... >My solution is a twenty-line python chunk equivalent to the perl one-liner. ... >I'm happy with this 20-line chunk and wish to re-use it in many python programs. ... overridden by command line info as you specify. ... -name value pairs in the overrides list, ... (comp.lang.python) - Re: cd.exe
... I just tried this, something in Python is eating CPU, see below. ... At least it does look like it is honouring the SHELL environment variable. ... This took 45 minutes of 100% CPU compared to a couple of minutes from a command line with 90-100% CPU. ... Also some other errors which I believe were rounding errors are also gone with GCC 4.4. ... (comp.os.os2.programmer.porting) - Re: IDLE history, Python IDE, and Interactive Python with Vim
... > can append the last executed command to a file. ... > that vim has a utility for running python commands from its command ... IPython fires up Gvim instead of the default notepad. ... (comp.lang.python) - Re: SSH utility
... ls command, retrieving results and exiting. ... Subject: SSH utility ... I'm looking for a python library that lets me execute shell commands ... libraries or approaches? ... (comp.lang.python) |
|