Interpret an .ini file as a command-line app
The supplied .ini file must supply a running.IExecutable as the
value of its peak.running.app property. The supplied IExecutable
will be run with the remaining command line arguments.
|
Methods
|
|
interpret
|
|
|
interpret
|
interpret ( self, filename )
Interpret file as an .ini and run the command it specifies
|
Exceptions
|
|
InvocationError( "%s doesn't specify a 'peak.running.app'" % filename )
InvocationError( "Not a file:", filename )
|
|
|