User`s guide

ROM-DOS Commands 185
E-EQ-MX1RG-D MX1 Reference Guide
The Options/Do Command is intended primarily for debugging. This command allows you to
execute any editor command by choosing it from a menu list.
The macro commands (Record Macro/Play Macro) allow you to define a sequence of keystrokes
that can be repeated repetitively. Select Record Macro (ALT=), enter the keystrokes, then press
ALT= again. The macro sequence can be played by selecting Play Macro or by pressing ALT-.
Keyboard bindings are saved in NED.CFG in the same directory as NED.EXE. NED.CFG also
contains the list of active files and positions.
If you record and play a recursive macro, it plays continuously.
If you press an invalid key on a menu, NED operates as if you pressed enter.
If you run out of memory, such as when you have more than 300KB of files open, NED returns to
DOS.
PRINT.COM
External Command
The PRINT command prints a single file or a list of files.
Syntax
PRINT [/drive:] [filename] [/options]
Remarks
PRINT allows you to enter between one and 32 files for spooling to the printer. The files are
output to the device in a spooled manner (while you perform other operations).
If PRINT is entered without any parameters, it displays all the files that are in the queue.
The first time PRINT is used, the operator is prompted with this message for the device to perform
the operation.
Name of list device [PRN]:
The legal devices for printing are LPT1, LPT2, LPT3, LPT4, COM1, COM2, COM3, COM4,
AUX, or PRN.
Options
The /B option sets the buffer size. The default buffer size is 512 bytes. A larger buffer size causes
print to operate faster. The maximum buffer size is 32KB and the minimum size is 256 bytes. This
option is only allowed the first time PRINT is run.
The /C option cancels only the filenames listed after the /C command.
The /F option sets the maximum number of files to be queued up at one time. The default number
of files is ten. The minimum is two and the maximum is 32. Support for more files is often useful
when using wildcards in filenames. This option is only allowed the first time PRINT is run (or
until the next system reboot).
The /P option causes all files listed after this option to be submitted for printing. This is the
default for filenames encountered on the PRINT command line.
The /T option cancels all the files from the print queue (list).
The /H option displays the help screen.