Hello Perl Monks
I am new to the world of Perl and I am trying to write a script which will take the name of a batch job on command line and process the job (Windows environment). Please guide as how should I proceed? Secondly why do we need Windows Script Host (WSH) when a perl script can simply be run using the perl interpreter.
Thanks