RE: PerlScript - FileSystemObject - Windows Scrpting Host [SEC=UNCLASSIFIED]

2008-04-03 Thread Ken Barker
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jenda Krynicky Sent: Thursday, 3 April 2008 08:55 AM To: [EMAIL PROTECTED]; beginners@perl.org Subject: Re: PerlScript - FileSystemObject - Windows Scrpting Host From: oscar gil <[EMAIL PROTEC

Re: PerlScript - FileSystemObject - Windows Scrpting Host

2008-04-02 Thread Jenda Krynicky
From: oscar gil <[EMAIL PROTECTED]> > Hello everybody, > > Can anyone tell me why this simple code does not work? > > > > > $objFSO = $WScript->CreateObject("Scripting.FileSystemObject"); > $objFile = $objFSO->CreateTextFile("test2.txt", ForWriting); > > $objFile->Writ