Saved Bookmarks
| 1. |
How Can You Call The External Exe Files? |
|
Answer» using cfexecute tag, we can call the external exe files.Below example executes the Windows NT version of the netstat network monitoring program, and places its output in a file. <cfexecute NAME = "C:WinNTSystem32netstat.exe" using cfexecute tag, we can call the external exe files.Below example executes the Windows NT version of the netstat network monitoring program, and places its output in a file. <cfexecute name = "C:WinNTSystem32netstat.exe" |
|