Guest_imported
New member
- Jan 1, 1970
- 0
I just started learning ColdFusion and try to migrate couple of JSP files to CFM files. Don't ask me why ? In JSP, I know how to run the host command by:
Process process = Runtime.getRuntime().exec("dir *.jsp>dir.out"
;
process.waitFor();
Is there any command in ColdFusion to do this kind of task ?
Thanks.
Process process = Runtime.getRuntime().exec("dir *.jsp>dir.out"

process.waitFor();
Is there any command in ColdFusion to do this kind of task ?
Thanks.