Overlapped I/O operation is in progress error: HEEEEEEEELP!!!

2001-01-09 Thread Shebayev, Eugene
Hello all, After being away from the list for a while, I'm back. I'd like to find out if anyone has encountered this error in the past? I have posted a similar question back in July and didn't get a response... Can anyone please tell me what is the fix for this? This error occurs with any modu

RE: Mailbox adsi and otherMailbox

2001-01-09 Thread Durant, Ryan A
Title: RE: Mailbox adsi and otherMailbox Thanks a ton! worked like a champ.   Ryan   -Original Message-From: Gary MacDonald [mailto:[EMAIL PROTECTED]]Sent: Tuesday, January 09, 2001 11:26 AMTo: Durant, Ryan A; '[EMAIL PROTECTED]'Subject: RE: Mailbox adsi and otherMailbox The Perl exa

RE: Mailbox adsi and otherMailbox

2001-01-09 Thread Gary MacDonald
Title: RE: Mailbox adsi and otherMailbox The Perl examples I've seen all used a reference to an anonymous array, so I'd try passing an array reference in the call.     $mailBox->PutEx(2,'otherMailbox',\@Others) Gary W. MacDonald -Original Message- From: Durant, Ryan A [mailto:

Mailbox adsi and otherMailbox

2001-01-09 Thread Durant, Ryan A
I can't seem to assign multiple SMTP values to an ldap property of 'otherMailbox' on Exchange5.5 I am using Perl version 5.005_03 Microsoft uses an Array in vbscript and VB examples. But I keep getting and error: Win32::OLE(0.1101) error 0x8002000e: "Invalid number of parameters" in METHOD/PROP

Re: Share info, file system permissions

2001-01-09 Thread Paul Popour
- Original Message - From: "Wesley Wannemacher" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 09, 2001 10:27 AM Subject: Share info, file system permissions > This may seem like a simple request for many of you, so I hope I am > not flamed. I have experience managing

Share info, file system permissions

2001-01-09 Thread Wesley Wannemacher
This may seem like a simple request for many of you, so I hope I am not flamed. I have experience managing users and groups in Perl, now I would like to manage all file shares with code. I would like to write a script that I can run on our main file server that will check and create appropriate sh

RE: A very basic question

2001-01-09 Thread Cruickshanks, Darin
Hi, Here is a script a colleague wrote a while back to recurse through a directory hierarchy and remove the HIDDEN flag from files and directories. It wouldn't be hard to modify it to do what you want to do. use Win32::File; use strict; &recurse_dir ("C:\\."); sub recurse_dir { my ($

A very basic question

2001-01-09 Thread Neeraj Bezalwar
Hello .. ppl I am a novice in perl and have just started writing some scripts. Can someone please tell me as to how do we can set the access permissions for directories. Say I have a directory called FOO .. and a directory tree under FOO.. and all the directory attributes are Read Only. I want t