Mmucl Procedure

Name

textin - Read a file directly into the mud

Synopsis

textin filename

Description

If filename exists, and you have permission to read it, textin will send the contents of that file directly to the mud without any kind of processing.

Example

alias putfile {writemud {ed;a}; textin %1; writemud {.;w %1;q}}

Make an alias that sends a local file to the mud and saves it there using ed.

See Also

mudputs, writemud


Home