Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Running Perl Scripts From Another Windows/DOS Directory (repost)

by svsingh (Priest)
on May 21, 2003 at 15:35 UTC ( [id://259749]=note: print w/replies, xml ) Need Help??


in reply to Running Perl Scripts From Another Windows/DOS Directory (repost)

For what it's worth, the best solution I've come up with so far was to create a batch file containing:
@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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://259749]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-03-28 15:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found