Community

Running CFExecute From A Given Working Directory In Lucee CFML 5.2.9.31

(Ben Nadel) When you invoke the CFExecute tag in ColdFusion, there is no option to execute the given command from a particular working directory. That’s why I recently looked at using the ProcessBuilder class to execute commands in ColdFusion.