Re: [IronPython] Receiving command line arguments

2006-11-14 Thread Alex Li
Thanks Dino, You are right, my file extension association wasn't created properly I missed the %* at the end of the open action. Regards, Alex ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpyt

[IronPython] Receiving command line arguments

2006-11-14 Thread Alex Li
Hi all, I am on Windows XP. I wrote a IronPython script that I want to run from anywhere on my file system. So I associated the extension (I use .ipy since I already have .py asscoiated with python.exe) with ipy.exe, and put my IronPython script into the search PATH. Now when I open a command