Stefan,

> It works.
> Even with .py files being connected to the python.exe on os level and
> omitting the explicit call of "python" like
>
> g:\> c:\foo\create-application.py --name=bar --out=g:\
>
> executes successfully here (didn't know the cmd shell is able to!).

Great, at least this confirms it is not a general problem with cmd on
Win7. That's good to know.

I was struggling with another problem the other day on Win cmd, namely
redirecting stdout/stderr of a generator run to a file, and found that in
contrast to cmd Powershell did that also flawlessly, so I'm not hesitant
to recommend it. But if people get along with cmd fine, all the better
:-).

Cheers,
Thomas

>
> Greetings,
> Stefan
>
> On 09.02.2010 19:13, thron7 wrote:
>> Hi,
>>
>> On 02/09/2010 06:25 PM, Stefan Volbers wrote:
>>> Hi Thomas,
>>>
>>> I tried to create a skeleton cross drives, worked like a charm:
>>> c:\xampp\htdocs>python
>>> qooxdoo\qooxdoo-1.0.1-sdk\tool\bin\create-application.py
>>> --name=testapp2
>>> --out=g:\
>>>   >>>  Copy skeleton into the output directory: g:\testapp2
>>> [...]
>>>
>>> g:\>python
>>> c:\xampp\qooxdoo\qooxdoo-1.0.1-sdk\tool\bin\create-application.py
>>> --name=testapp3
>>
>> You still don't get it. Marc used a "double redirection" so e.g. your
>> second example sould read:
>>
>> g:\>python
>> c:\xampp\qooxdoo\qooxdoo-1.0.1-sdk\tool\bin\create-application.py
>> --name=testapp3 --out=g:\
>>
>> See the difference?!
>>
>> T.
>
> ------------------------------------------------------------------------------
> SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
> http://p.sf.net/sfu/solaris-dev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
>



------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to