RE: Archive::Zip - upper limit on # of files?

2003-02-26 Thread henry isham
You can always nest your archives, if you reach the limit. -Henry -Original Message- From: todd enright [mailto:[EMAIL PROTECTED] Sent: Wed 2/26/2003 3:36 PM To: [EMAIL PROTECTED] Cc: Subject: Archive::Zip - upper limit on # of files?

RE: Adding Users to AD with OLE

2003-02-14 Thread henry isham
[mailto:[EMAIL PROTECTED]] Sent: Fri 2/14/2003 4:26 PM To: henry isham; [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: Subject: RE: Adding Users to AD with OLE The best way to start troubleshooting this is to put a SetInfo after each PutEx and an error

Scripting Add/Remove Uninstallation

2002-10-31 Thread henry isham
All, I don't know if this was discussed before, but here it goes. I'd like to trigger an uninstallation from the Add/Remove Programs applette from Windows' Control Panel, and let the program's uninstallation routine run its course. Is there a module that I can use? If there is, any pointing

Remotely adding a machine to a domain

2002-08-29 Thread henry isham
Hi all, Is there a way to remotely add a machine into a domain? I have all the necessary id's and passwords (admin on the domain, and admin on the remote machine). I'm just trying to save my self a trip to a whole bunch of machines. I've already looked at Win32:NetAdmin and Win32:Lanman,

RE: FILEHANDLE Problem

2002-07-15 Thread henry isham
Try this... open(FILE, d:\\path_to\\textfiles\\test.txt) or die Can't open $!; Or, open(FILE, 'd:\path_to\textfiles\test.txt') or die Can't open $!; -Henry -Original Message- From: steve silvers [mailto:[EMAIL PROTECTED]] Sent: Mon 7/15/2002