We are in the process of migrating our CF5 system to CFMX 6.1 on Solaris and we now need to use cfexecute and pass multiple arguments with spaces into it.
Does anyone have a workaround that is more complete than the macromedia suggestion below? In other words does anyone have a working custom cfx to do this or a better/different solution?
Thanks,
Adam.
-----Original Message-----
From: Hiroshi Okugawa [mailto:[EMAIL PROTECTED]
Sent: 04 November 2003 20:21
To: CF-Talk
Subject: RE: cfexecute on unix
Unfortunately cfexecute doesn't work correctly with argument which contains
spaces. (bugid 50604)
# It's Linux/Unix only.
I think you may create custom java cfx for workaround.
# use Runtime.getRuntime().exec(String []) instead of
Runtime.getRuntime().exec(String)
sorry for inconvenience.
Thanks,
--
Hiroshi
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

