Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to run a Host Command ?

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
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.
 
hope you don't mind me asking, but what exactly will the "host command" return when programming in jsp? Sylvano
dsylvano@hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top