
CommandLine |
org.sdm.spa.CommandLine |
Given a command string, the CommandLine actor executes it using the
java Runtime class.
SUPPORTED COMMAND TYPES:
- command
- command < infile > outfile
- command > outfile
- command < infile
- command [arg1..argn] > outfile
- command [arg1..argn]
- command [arg1..argn] < infile > outfile
- command1 | command 2 (Warning: This type of commands doesn't give the output of all the commands. Instead it outputs only the result of the last one.)
Example commands:
- C:/Program Files/Internet Explorer/IEXPLORE.EXE
To generate this command, just double click on the actor and type this in the command parameter field.
- C:/cygwin/bin/perl.exe c:/project/kepler/test/workflows/example.pl > c:/project/kepler/test/workflows/example.out
- C:/cygwin/bin/dir.exe > dirTemp.txt
Author(s): Ilkay Altintas
Version:$Id: CommandLine.java,v 1.30 2005/11/01 20:39:14 ruland Exp $