Error when using form in ColdFusion

2002-07-18 Thread Medlen, Jiri
This part works in the browser #http://wwwqa1.bbtest.net:8005/payflowlink.cfm?";> # # # # # # # Perl script has an error. Any Ideas? = HTTP/1.1 302 (Found) Object Moved Location: error.cfm?CFID=4872187&CFTOKEN=61589738 Server

Re: Help Accessing A:

2002-07-18 Thread Will Woodhull
Thanks for the feedback. I expect that this is a common problem on all Windows (and IBMDOS or MSDOS) systems. In retrospect, it would have been good if a signal generator had been attached to the floppy ejection mechanism so the OS could be aware of such activity and act accordingly. But with flo

RE: Help Accessing A:

2002-07-18 Thread Sturdevant-Contractor, Robert W
Hi Will, system("dir A: >nul") does the job. Not clean but not ugly, either ;-) NT should handle the diskette swap better but this works. I think this has been an issue all along but not recognized. I wonder if 2000 and XP have the same behavior... Many thanks to all who responded. Bob -Or

Re: counting characters help please

2002-07-18 Thread Will Woodhull
I've read the replies to date. On the off chance that you are looking for something more subtle than what $n = length $s; gives you consider this: $s = < To: <[EMAIL PROTECTED]> Sent: Wednesday, July 17, 2002 10:51 PM Subject: counting characters help please > Hi, > I am trying to count

Re: Help Accessing A:

2002-07-18 Thread Will Woodhull
The OS is warning you that the floppy you had been working with has been swapped for another. You could add a system command to your script to have WinNT "refresh" its reading of the floppy's directory structure when you swap the disks. I'd try system ("refresh A:"); or system("di

RE: Help Accessing A:

2002-07-18 Thread Joseph Youngquist
Hi Robert, Just a guess but I see your missing a " in your open statement...maybe just a type-o in the e-mail to the list and is correct in your code. open( FILEHANDLE, ". hth. Joe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Sturdevant-C

RE: Help Accessing A:

2002-07-18 Thread Sturdevant-Contractor, Robert W
Hi Joe, Thanks but no joy here either. I added OPEN and CLOSE of a second file at c:\ immediately after the first but continue to get the same error dialog from NT. It's like NT doesn't know the file is closed. Bob -Original Message- From: Joe Schell [mailto:[EMAIL PROTECTED]] Sent: Th

RE: Help Accessing A:

2002-07-18 Thread Joe Schell
> -Original Message- > Behalf Of Sturdevant-Contractor, Robert W > > snip2... > Thanks for the response...ya, it does sound like the file is not being > closed. However, please look at the first sentence of my original second > paragraph. Here's the simple code: > > open( FILEHANDLE, " $

Re: list of executable files

2002-07-18 Thread Paul \"Bo\" Peaslee
> > I am trying to find a way to list of all files that > > are "executable" on my PC. IE list any file (in any > > directory) that can do something to my PC (so .exe, > > .pl, .dll etc etc). The PATHEXT system environment variable found in the Environment tab of the System applet of the Control

RE: list of executable files

2002-07-18 Thread Warkentin, Brad
Tillman, James [mailto:[EMAIL PROTECTED]] wrote: > > From: Nathan Rimmer [mailto:[EMAIL PROTECTED]] wrote: > > I am trying to find a way to list of all files that > > are "executable" on my PC. IE list any file (in any > > directory) that can do something to my PC (so .exe, > > .pl, .dll etc etc

RE: perl script to actively monitor NT event log and e-mail any error s/warnings

2002-07-18 Thread Fernando Madruga
Don't recall where or when I got this, and I have not even tried it! If it doesn't suit your needs, try looking here: http://cwashington.netreach.net/depo/default.asp?topic=repository&Script Type=perl http://hotscripts.com/Perl/ http://www.cgiextremes.com/ HTH, Fernando Madruga -Origi

RE: list of executable files

2002-07-18 Thread Tillman, James
> -Original Message- > From: Nathan Rimmer [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 18, 2002 8:40 AM > To: [EMAIL PROTECTED] > Subject: list of executable files > > > Hi, > > > I am trying to find a way to list of all files that > are "executable" on my PC. IE list any file (i

list of executable files

2002-07-18 Thread Nathan Rimmer
Hi, I am trying to find a way to list of all files that are "executable" on my PC. IE list any file (in any directory) that can do something to my PC (so .exe, .pl, .dll etc etc). I know about readdir, Win32::File and Win32::FileSecurity but I'm not sure which is the right one to use (if any o

RE: another DBI upgrade problem

2002-07-18 Thread Cutts III, James H.
I just updated my ActiveState PERL to version 5.6.1, build 633 on my NT 4.0 box. Since the upgrade I've been having similar problems running Perl from the dos prompt. I was getting a similar message when I tried the "describe" command from PPM3. Additionally, other strange events would rando