Duncan Booth wrote:
Peter Hansen wrote:
Unfortunately, Google makes it hard to search for such things,
but after a while I was able to dig up this master reference:
http://www.microsoft.com/resources/documentation/windows/xp/all/proddoc
s/en-us/percent.mspx
You will find even more information if y
On 4 Mar 2005 10:18:08 GMT, Duncan Booth
<[EMAIL PROTECTED]> wrote:
> You will find even more information if you try 'set /?' or 'for /?' at a
> command prompt. As you say, you can now do quite complicated scripting in
> command files but it needs masochism second only to Perl programming.
And u
Peter Hansen wrote:
> Unfortunately, Google makes it hard to search for such things,
> but after a while I was able to dig up this master reference:
>
> http://www.microsoft.com/resources/documentation/windows/xp/all/proddoc
> s/en-us/percent.mspx
You will find even more information if you try
Duncan Booth wrote:
Peter Hansen wrote:
This should make it work:
python %0.bat %*
Only, among other issues, if you type the full path to the
batch file, or if it's in the current directory. This
approach fails if you put the batch file in a directory
somewhere along your path.
The simplest fix,
Peter Hansen wrote:
>> This should make it work:
>> python %0.bat %*
>
> Only, among other issues, if you type the full path to the
> batch file, or if it's in the current directory. This
> approach fails if you put the batch file in a directory
> somewhere along your path.
The simplest fix,
Tim Roberts wrote:
Tom Willis <[EMAIL PROTECTED]> wrote:
rem = """-*-Python-*- script
@echo off
rem DOS section
rem You could set PYTHONPATH or TK environment variables here
python %*
This should make it work:
python %0.bat %*
Only, among other issues, if
Tom Willis <[EMAIL PROTECTED]> wrote:
>I'm trying to get pylint running on windows and the bat file for it
>seems a little screwy. I'm hoping someone may have figured this out
>already.
>
>rem = """-*-Python-*- script
>@echo off
>rem DOS section
>rem You c
Tom Willis wrote:
I figured it out. I just took the embedded python code that was in the
batch file distributed with it and put it in it's own module.
Really my question was how would this ever work? It seems to me to be
a little screwy, but it would be handy to know if this was some sort
of conven
Tom Willis wrote:
On Tue, 01 Mar 2005 10:12:29 -0500, Peter Hansen <[EMAIL PROTECTED]> wrote:
Tom Willis wrote:
I'm trying to get pylint running on windows and the bat file for it
seems a little screwy. I'm hoping someone may have figured this out
already.
...
All I get is the python prompt, the li
On Tue, 01 Mar 2005 10:12:29 -0500, Peter Hansen <[EMAIL PROTECTED]> wrote:
> Tom Willis wrote:
> > I'm trying to get pylint running on windows and the bat file for it
> > seems a little screwy. I'm hoping someone may have figured this out
> > already.
> > ...
> > All I get is the python prompt, th
Tom Willis wrote:
I'm trying to get pylint running on windows and the bat file for it
seems a little screwy. I'm hoping someone may have figured this out
already.
...
All I get is the python prompt, the lines starting at import sys don't
run. If I throw the lines in a python script, I run into pat
I'm trying to get pylint running on windows and the bat file for it
seems a little screwy. I'm hoping someone may have figured this out
already.
rem = """-*-Python-*- script
@echo off
rem DOS section
rem You could set PYTHONPATH or TK environment variables
12 matches
Mail list logo