[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Shell commands in Easylanguage?



PureBytes Links

Trading Reference Links

On Fri, 21 Jun 2002, Dennis Schutten wrote:

> Is it possible to execute shell commands (start other programs) from within
> easylanguage? I don't mean playing a sound file, but just starting up a
> program if a certain condition exists.
> Many thanks in advance,

One way is to write a dll that accepts a command string.
The dll executes the command string in background using the
'start' command of cmd.com.

Mike