Executing apps from ColdFusion
hey eugene,
If you are using CF 4.5 then there is the <CFExecute> tag.
If you are using a lower version then there is either CFX_ShellExec or CFX_SpawnL custom tags (free) that will accomplish this task.
CFX_ShellExec http://devex.allaire.com/developer/gallery/info.cfm?ObjectID=7212&method=full
CFX_SpawnL http://devex.allaire.com/developer/gallery/info.cfm?ObjectID=11018&method=full
there may be others too
RC
Eugene Grinberg posted this at 15:49 — 2nd June 2000.
They have: 47 posts
Joined: Jan 2000
Hi everybody,
Is there a way of executing applications from ColdFusion (similar to system() function in C)?
Thanks,
Eugene.
Eugene Grinberg posted this at 17:05 — 2nd June 2000.
They have: 47 posts
Joined: Jan 2000
Thanks, exactly what I needed!
Eugene.
RC posted this at 19:17 — 2nd June 2000.
They have: 89 posts
Joined: Sep 1999
no problem
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.