RE: cfexecute erroring

2003-08-22 Thread Steven Erat
August 22, 2003 7:28 PM To: CF-Talk Subject: RE: cfexecute erroring I've fixed my problem... but I'm not sure why I had to do this workaround. I created a batch file, and I am using cfexecute to run the batch file. -- Jillian > -Original Message- > From: Jillian Carroll [ma

RE: cfexecute erroring

2003-08-22 Thread Jillian Carroll
To: CF-Talk > Subject: RE: cfexecute erroring > > > Jochem, > > No error message is generated, really. What I get is a dump > of the same stuff that appears if you go to the command line > and just type htpasswd.exe: > > Usage: htpasswd [-cmdps] passwordfile

RE: cfexecute erroring

2003-08-22 Thread Jillian Carroll
> -Original Message- > From: Jochem van Dieten [mailto:[EMAIL PROTECTED] > Sent: August 22, 2003 3:22 PM > To: CF-Talk > Subject: Re: cfexecute erroring > > > Jillian Carroll wrote: > > > > > name="c:\Program Files\Apache Group

Re: cfexecute erroring

2003-08-22 Thread Doug White
Sent: Friday, August 22, 2003 4:17 PM Subject: RE: cfexecute erroring | Steven, | | How will passing an array of arguments change my 'syntax' in such a way that | cfexecute will work? | | This is CF 5 on Windows 2000AS. | | I'm very confused as to why this won't work. | | -- |

RE: cfexecute erroring

2003-08-22 Thread Jillian Carroll
] > Sent: August 22, 2003 2:46 PM > To: CF-Talk > Subject: RE: cfexecute erroring > > > You can optionally pass an array of arguments to cfexecute, > so you would build an array with each index containing one > argument. Then pass the array to the arguments attri

Re: cfexecute erroring

2003-08-22 Thread Jochem van Dieten
Jillian Carroll wrote: > > name="c:\Program Files\Apache Group\Apache\bin\htpasswd.exe" > arguments="-c -b ""c:\Program Files\Apache > Group\Apache\htdocs\epi2\docs\test\.htpasswd"" test test" > timeout="5" /> > > This doesn't work either. What is the error message? A

RE: cfexecute erroring

2003-08-22 Thread Steven Erat
erwise, if you pass an argument string to the arguments attribute, CF parses the string to create an array for you. Is this CFMX, CFMX 6.1, or CF5? -Steven Erat -Original Message- From: Jillian Carroll [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2003 4:30 PM To: CF-Talk Subject:

cfexecute erroring

2003-08-22 Thread Jillian Carroll
I'm starting to work on this web based .htaccess creation, and the most basic place to begin seems to be with creation. When I do this: It doesn't work. It appears to find the htpasswd.exe file, but I get a printout of the syntax on my screen, indicating that my syntax is incorrect. Beca