LEcho |
Sends a blank line to the display and the log
file if LECHO_LOG is set. |
LEcho “My Message” |
Sends the text My Message to
the display and to the log file if LECHO_LOG is set. |
LEcho /T |
Displays a message indicating the current system
time to the display and to the log file if LECHO_LOG is set. |
LEcho “My Message” /T |
Sends the text 13:55:24 – My Message to
the display and the log file if LECHO_LOG is set. 13:55:24 indicates
the current system time. |
LEcho “My Message” /T /DO |
Sends the text 13:55:24 – My Message to
the display only. 13:55:24 indicates
the current system time. |
LEcho “My Message” /E:200 |
Sends the text My Messageto
the display and the log file if LECHO_LOG is set and then sets the
system error level to 200. |
LEcho /E:155 |
Sets the system error level to 155. No text
is displayed or logged. |
LEcho “New Log File” /N /LO |
Creates a new log file from LECHO_LOG. If a
log file already exists, it is deleted and a new one is created. It
then sends the text New Log File to the
new log file only. No text is displayed to the screen. |
LEcho “%d\t%t – My Message” /F |
Sends the text Sun 12-31-2006
16:12:13 – My Message to the screen and log file
if LECHO_LOG is set. |
LEcho “Pausing for 30 seconds.” /P:30 |
Sends the text Pausing for 30
secondsand starts a countdown timer at 30. You can
bypass the countdown by pressing any key. |
LEcho “Running a 30 second timer.” /T:30 /SC
/SO |
Sends the text Running a 30 second
timer. to the screen only and returns control to the
environment after 30 seconds. No timer is displayed. |