RE: WSH

2000-05-17 Thread Paulsen, Rolf
: Jean-Pierre Haeberly > [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 17, 2000 3:31 PM > To: Perl-Win32-Users Mailing List > Subject: WSH > > > When I try to run a PerlScript under WSH, e.g. > > cscript myscript.pl > > I get the following error message: >

WSH

2000-05-17 Thread Jean-Pierre Haeberly
When I try to run a PerlScript under WSH, e.g. cscript myscript.pl I get the following error message: Input Error: There is no script engine for file extension ".pl" Could anybody explain the problem to me, please? The ActivePerl documentation does not seem to mention how to con

NT Server Admin WSH

2000-05-03 Thread Reid, Rowan (GSP)
Hello, I've just started delving into the realm of WSH with NT-Server. Primarily for automating functions. I have been learning perl for about a year. My first task is to create a script that can log into remote servers, and get a list of active users, their login time, and act

Re: Find.pm and WSH /was Re: $_ in PerlScript (WSH)

2000-05-01 Thread Christopher, James
Mark; > Perl in WSH has got a grip on me lately, but I'm making > a little progress. > > Using Win95 Osr2 and PERL build 517 > IE 4.01 sp2 and WSH2-V 5.1 Script Engines > > Looking through Find.pm(5-9-99), I was able to get > error messages by changing > wa

Find.pm and WSH /was Re: $_ in PerlScript (WSH)

2000-04-29 Thread Mark Pryor
Hi List, Perl in WSH has got a grip on me lately, but I'm making a little progress. Using Win95 Osr2 and PERL build 517 IE 4.01 sp2 and WSH2-V 5.1 Script Engines Looking through Find.pm(5-9-99), I was able to get error messages by changing warn "blah blah" to $main::WScri

Re: $_ in PerlScript (WSH)

2000-04-29 Thread Tobias Martinsson
Hi Mark, > I wrote a little Mp3 file filter in Perl (pl) and then > tried to convert it to PerlScript (WSH) by changing > printf to $WScript->echo() and writing my own Die Sub. > > It seems that in the sub passed to File::Find there is a problem... > > find( \&am

$_ in PerlScript (WSH)

2000-04-29 Thread Mark Pryor
Hi List, I wrote a little Mp3 file filter in Perl (pl) and then tried to convert it to PerlScript (WSH) by changing printf to $WScript->echo() and writing my own Die Sub. It seems that in the sub passed to File::Find there is a problem... find( \&CheckFile, $dir) ; sub CheckFile {