SEND
Syntax: #SE filename [prefix] [postfix]
#SE text
Sends the contents of filename to the MUD. Each line of the file is prefixed by the prefix string before being sent and the postfix is appended to each line.
Or, if the first argument is not a valid filename, the text given is just sent to the MUD. This can be useful to keep aliases with a name that matches the text from executing and to hide commands from the AutoMapper.
Note: If you are sending more than one word you will need to eclose them in either quotes or curly braces for zMUD to process it properly.
SEND example
#SEND notes.txt {tell zugg} Sends the file notes.txt and prefixes each line of the file with tell zugg
#SEND {hello there} Sends the text "hello there" to the MUD just as if you had typed it.