Re: ver 23 invokation on Windows

2004-11-30 Thread Tim Roberts
"Alex Genkin" <[EMAIL PROTECTED]> wrote: >Hi Python experts! > >With ver 22, I used to be able to invoke Python script by simply typing .py >file >name on the command line. >With ver 23 it no longer works. If set up Windows file association, then the >script gets invoked, but command line argumen

ver 23 invokation on Windows

2004-11-30 Thread Alex Genkin
Hi Python experts! With ver 22, I used to be able to invoke Python script by simply typing .py file name on the command line. With ver 23 it no longer works. If set up Windows file association, then the script gets invoked, but command line arguments disappear. Any idea what to do? Thank you, Ale