This might get alot of people when running cfexecute consider this simple example of passing the result of the command dir back to ColdFusion:
It won't work. Why not? Because timeout is missing. It won't error on the cfexecute call but it will never get a result so dirResult wont exist.
While my example is Windows specific the timeout attribute is required when calling *nix command aswell.
3 comments: