thanks
-----Original Message-----
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]
Sent: Friday, April 16, 2004 3:13 PM
To: CF-Talk
Subject: Re: CF EXECUTE Problems
Frank Py wrote:
>
> Here is our syntax:
> <CFEXECUTE name="C:\mas\371 mas\mas90\home\pvxwin32.exe
../launcher/sota.ini
> ../soa/mas90"
> arguments="../ar/arw_cf W O direct" outputFile="" timeout="0">
> </CFEXECUTE>
Use full paths, either a fully qualified outputfile attribute or
none at all and play with double quotes because you have spaces
in your paths. Probably something like:
<CFEXECUTE name="C:\mas\371 mas\mas90\home\pvxwin32.exe"
arguments="""C:\mas\371 mas\mas90\home\launcher\sota.ini""
""C:\mas\371 mas\mas90\home\soa\mas90"" ""C:\mas\371
mas\mas90\home\ar\arw_cf"" W O direct" timeout="0"></CFEXECUTE>
> Also, for this demo, we have everything loaded on one Windows machine
(DB,
> CF Server and CFM page). If I tried just a simple WordPad.exe and put
> "C:\Mydoc.txt" in the argument, shouldn't it launch that app and
document to
> my screen?
Only if you have specifically set your CF to "Allow service to
interact with desktop".
Jochem
--
I don't get it
immigrants don't work
and steal our jobs
- Loesje
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

