Hi,
I'm try to understand how to use WSH, but honestly I don't even know where to start.
I have wscript.exe and cscript.exe (they where already installed on my office station).
I looked in Perl docs and got this example
<Job ID="HelloWorld">
<script language=PerlScript>
$WScript->Echo("Hello World!"
</script>
</Job>
I then tried on the command line:
cscript try.pl (with above contents)
and I got this error:
CScript Error: There is no script engine for file extension ".pl".
Can anybody give me clue as what I should do?
Thanks,
Thierry
I'm try to understand how to use WSH, but honestly I don't even know where to start.
I have wscript.exe and cscript.exe (they where already installed on my office station).
I looked in Perl docs and got this example
<Job ID="HelloWorld">
<script language=PerlScript>
$WScript->Echo("Hello World!"
</script>
</Job>
I then tried on the command line:
cscript try.pl (with above contents)
and I got this error:
CScript Error: There is no script engine for file extension ".pl".
Can anybody give me clue as what I should do?
Thanks,
Thierry