|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Answer: How do you run a perl script without typing the extension on NT? |
| ( #172347=categorized answer: print w/ replies, xml ) | Need Help?? |
|
Q&A > programs and processes > How do you run a perl script without typing the extension on NT? contributed by hsmyers
Basically this is a three step process:
1. The double quotes around the '%1' allow there to be spaces in the path to your script. SEE http://aspn.activestate.com/ASPN/Mail/Message/activeperl/1229724 2. The permanent solution would be to right-click on 'My Computer' and select the 'Environment' tab. A change to 'PATHEXT' there will stick! Edit by tye
|
|
||||||||||||||||||