Alexander Belchenko <bialix at ukr.net> writes: > IMO, it's not the problem nowadays: > > C:\>python -c "import sys; print sys.argv" a=b c=d --e=f > ['-c', 'a=b', 'c=d', '--e=f'] It seems it still is on Windows 2003 :-(. At least, "mkdir foo=bar; dir foo=bar" creates and then lists two directories "foo" and "bar". -- Matthieu