Shovel
Can't get enough of FH
- Joined
- Dec 22, 2003
- Messages
- 1,350
Fairly simple one I hope.
I run Perl on my system for uber scripting purposes (I haven't got around to learning vbs), and for ages have just had ".pl" associated with Perl.exe. Today I wrote a script that actually takes command line arguments and discovered a problem. Through the association, the command line arguments don't get passed on.
If, alternatively, I run: "perl myscript.pl rah!" it will work though.
Does anyone know how to set up a file association that will pass on the command args automagically? Thank you
I run Perl on my system for uber scripting purposes (I haven't got around to learning vbs), and for ages have just had ".pl" associated with Perl.exe. Today I wrote a script that actually takes command line arguments and discovered a problem. Through the association, the command line arguments don't get passed on.
If, alternatively, I run: "perl myscript.pl rah!" it will work though.
Does anyone know how to set up a file association that will pass on the command args automagically? Thank you