On Oct 22, 10:03 am, "wooly booly" <[EMAIL PROTECTED]> wrote:
> I would like to execute a Python script from Windows command line:
>
> Python myscript.py
>
> This works if myscript.py resides in the current folder. My question is:
> Is it possible to execute the command above from another folder?
>
wooly booly wrote:
> I would like to execute a Python script from Windows command line:
>
> Python myscript.py
>
> This works if myscript.py resides in the current folder. My question is:
> Is it possible to execute the command above from another folder?
>
> I put the script's folder in the PYT
En Wed, 22 Oct 2008 07:03:48 -0200, wooly booly <[EMAIL PROTECTED]> escribió:
I would like to execute a Python script from Windows command line:
Python myscript.py
This works if myscript.py resides in the current folder. My question is:
Is it possible to execute the command above from another