Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Re: How to automatically execute a perl file....

by Tyke (Pilgrim)
on Jul 26, 2001 at 17:27 UTC ( [id://99963]=note: print w/replies, xml ) Need Help??


in reply to Re: How to automatically execute a perl file....
in thread How to automatically execute a perl file....

No longer necessary. If perl is in the PATH, and PATHEXT contains the .pl type, then you should be able to type
myscript
and have the thing work.

Incidentally I had some trouble with the command line to execute in the NT task scheduler. Here's what I'm actually using

C:\WINNT\system32\CMD.EXE /c "perl w:\Admin\scripts\end_of_day.pl 1> +w:\logs\eod.log 2>w:\logs\eod.err "
(Notice that I don't practice what I preach :))

Replies are listed 'Best First'.
Re: Re: Re: How to automatically execute a perl file....
by sprakash (Acolyte) on Jul 26, 2001 at 18:28 UTC
    Thanks a lot guys for all your help. I really appreciate it!! Have a good day :-) Surya

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-04-16 07:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found