EMUE connecting to the terminal application
EMUE Logs in automatically and retries if the login fails. Note that the password can be encrypted in the file.
EMUE's Integrated Debugger
video demonstration
EMUE's integrated debugger allows you to run your script one line at a time and even make changes on the fly.
Input File Tab
While debugging, the input file tab allows you to see the current line in the input file.
Variables Tab
The variables tab displays the current values of all the variables used in your script.
Log File Tab
The log file tab allows you to see the entire contents of what has been logged so far.
EMUE's Built in Script Editor
EMUE's editor makes reading, editing and finding mistakes in your scripts much easier.
EMUE's Parser
The parser points out common syntax mistakes before you even run the script.
Running Multiple Scripts Simultaneously
video demonstration
This screenshot shows six different instances of EMUE running six separate scripts.
Configuration Window
Each script can be configured so that its behavior is customized to your needs.
User Input
This screenshot demonstrates how a script can request user input.