|
Re: Running python scripts under PowerShell uj wrote: | Quote: |  | | |
> Hello!
>
> I have a problem running Python scripts under PowerShell: when I try
> to run script with just a name (like `> vdiff.py xxx yyy'), it opens
> new console window, and all script output goes to that window, but
> when I run script with python (`> python /path/to/vdiff.py xxx yyy'),
> output goes to PowerShell console. How can I tell Python (or
> PowerShell) not to open new window in the first case?
>
> Thanks in advance.
>
| | | | | FYI http://mow001.blogspot.com/2006/09/p...ronpython.html
--
----------------
PowerGadgets MVP http://www.powergadgets.com/mvp
Blog: http://marcoshaw.blogspot.com |