I haev this Perl script I found, which I want to use on my AD running Windows 2003. I understand .bat files, .vbs, etc...but where do I paste this text, or how do I go about "running it". I'm sure this sounds odd...but thanks in advance!
You will need to have a perl interpreter installed on the server. The installation should associate .pl files with the interpreter and optionally put perl.exe in the path.
Then you can call the script as a command line
'perl myscript.pl' or optionally provide a fully qualified path to the perl interpreter
c:\pathtoPerl\bin\perl.exe myscript.pl argsToScript ....
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.