![]() |
|
|
System Command
Project Home • Wiki • Known Issues • Contact Project
Author: Kevan Stannard (All RIAForge projects by this author) Description:
Typically when you want to execute a system command you would use the cfexecute tag, but there are some situations when this may not be ideal such as when you want to capture both the 'standard output' and 'error output' streams of the system command.
This is a very simple to use utility that allows you to execute command line programs from within ColdFusion. Although this was developed specifically for ColdFusion developers to use, it is written entirely in Java. More details over here: http://stannard.net.au/blog/index.cfm/2008/3/26/Executing-System-Commands-with-ColdFusion
Requirements:
To use this utility you need
* To be running ColdFusion 6.1 or higher * To be able to register Java .jar files with the ColdFusion administrator (or use a Java class loader utility). INSTALLATION * Download the project zip file * Copy the .jar file to your ColdFusion\lib folder (for example, C:\ColdFusion8\lib) * Restart your ColdFusion service. USAGE See the WIKI for an example of usage. Issue Tracker:
To enter issues for this (or any other) project, you must be logged in. Subversion Access: You may access this project's Subversion repository with your client here: http://svn.riaforge.org/systemcommand. To view files and changelists associated with this repository, go here: http://systemcommand.riaforge.org/index.cfm?event=page.svnbrowse. You may download the latest set of files from Subversion as a zip file. Anonymous users have read access to the repository while the administrator has write access. This project is sharing its code via Subversion. Subversion is an open source source control method. You may find more information about Subversion here: http://subversion.tigris.org/ |
||||||||||||||||||||||||||||||||||||||||||||
Adobe and the Adobe product names are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries.