-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
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