Online Eiffel Documentation
EiffelStudio

Tasks Options

Tasks dialog

It is possible to have a command executed before/after an eiffel compilation.

Tasks have these properties:

Examples

Windows

Execute a command and pause until user presses a key

cmd /c "dir && pause"

Unix

Execute a command and pause for 10 seconds

bash -c "ls;sleep 10"