Command-line wildcard expansion on Win32

jay.krell at cornell.edu jay.krell at cornell.edu
Tue Nov 7 06:20:08 EST 2000


>Is there a way to expand command-line wildcard arguments without having to
>import a module in every python script?

Rebuild Python but link in \msdev5\vc\lib\setargv.obj besides whatever else.
That probably works.
Or add something like "int _dowildcard = 1;" somewhere (not in a static
.lib, and maybe without the underscore)

 - Jay

-----Original Message-----
From: Grant Edwards <grante at visi.com>
Newsgroups: comp.lang.python
To: python-list at python.org <python-list at python.org>
Date: Monday, November 06, 2000 8:32 AM
Subject: Re: Command-line wildcard expansion on Win32


>In article <973479414.892226 at busy.neca.nec.com.au>, Norbert wrote:
>
>>Is there a way to expand command-line wildcard arguments without having to
>>import a module in every python script?
>
>Run a shell that does command line wildcard expansion?
>
>--
>Grant Edwards                   grante             Yow!  I'm having
>                                  at               a tax-deductible
>                               visi.com            experience! I need an
>                                                   energy crunch!!
>--
>http://www.python.org/mailman/listinfo/python-list





More information about the Python-list mailing list