" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#008000" VLINK="004000" ALINK="#00C000">
ECHONLF Command
Purpose: The ECHONLF command is used to display users messages or to control
system messages during batch file processing. The command performs
the same operations as the ECHO command but without line feed.
Syntax: ECHONLF [ON | OFF]
or
ECHONLF [message]
or
ECHONLF [/?][/H[ELP]]
Parameters:
ON - switch on the display mode for command interpreter,
OFF - switch off the display mode for command
interpreter,
message - print this message and move to the next line,
/? or /H or /HELP - help.