Re: Mounting/Unmounting removable hard disks from Perl

2001-07-01 Thread Edward G. Orton
- Original Message - From: "Ron Grabowski" <[EMAIL PROTECTED]> To: "Edward G. Orton" <[EMAIL PROTECTED]> Cc: "Perl-Win32-Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, June 29, 2001 3:38 PM Subject: Re: Mounting/Unmounting removable hard disks from Perl > > > 1. What hardware/soft

[OLE] "Catastrophic failure" using OCX

2001-07-01 Thread Keith Ivey
We have an OCX control that we can use fine with VB and with Delphi, but it's not working with Perl for some reason. The object seems to be created okay, and Win32::OLE has some idea what methods are allowed, because we get different errors if we use garbage method names. However, when we use an

Re: Help with executing a command on remote machine using Net::Telnet

2001-07-01 Thread Satish Vadlamani
A small correction-> I am able to run it but not desired results. thanks. Satish >From: "Satish Vadlamani" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED], [EMAIL PROTECTED] >Subject: Re: Help with executing a command on remote machine using >Net::Telnet >Date: Sun, 01 Jul 2001 14:35:28 > >Hi And

Re: Help with executing a command on remote machine using Net::Telnet

2001-07-01 Thread Satish Vadlamani
Hi Andy: I am not able to run the program. Actually, in order to eliminate variables, the host I am telnetting to is the local machine. The program is running but no results. I included the relevant part of the program here. Thanks in advance. Satish use Cwd; use File::Basename; use Env;

Re: How to move files from one machine to another on NT/2000

2001-07-01 Thread Paul Popour
- Original Message - From: "Satish Vadlamani" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 30, 2001 7:04 PM Subject: How to move files from one machine to another on NT/2000 > Hi: > > I want to copy all files from c:/test on machineA to c:/test on MachineB > (replace

Re: Help with executing a command on remote machine using Net::Telnet

2001-07-01 Thread Andy Jennings
As specified in the Net::Telnet docs, your prompt should be a match string. Try something like:- prompt =>'/c:.*?>/' #untested on a full session but does not throw an error when called as below Andy - Original Message - From: "Satish Vadlamani" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]

RE: Serial Port Newbie needs help

2001-07-01 Thread Todd Craigo
Ron, Thanks, learning new stuff every day (and night) Todd -Original Message- From: Ron Grabowski [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 01, 2001 3:29 AM To: Todd Craigo Subject: Re: Serial Port Newbie needs help sub pad { ($ptype, $string, $f_len) = @_; if($ptype eq "n"){ $str

RE: MSComm and Win32::API

2001-07-01 Thread Todd Craigo
Ron, That's what I have been trying for the last... Thanks for your reply, Todd -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ron Grabowski Sent: Sunday, July 01, 2001 3:04 AM To: Todd Craigo Cc: win32-users-listserv Subject: Re: MSComm and Win32::API