in reply to Running Perl Scripts From Another Windows/DOS Directory (repost)
@echo off perl.exe -w c:\scripts\%1.pl
It's saved in my %PATH% and allows me to run the following command:
c:\data> runpl test
It's hardly elegant, but it works. I'm banking on there being more than one way... :)
Thanks again.
|
|---|