(Windows Program 3.1 or higher)
(02-25-1999 11:04am EDITMEMO.EXE)
Usage: [options] FileName
EDITMEMO is a windows-based utility program which may be called from another
program or a batch file to get text input from the user. The user does not
see the name of the file being edited or created and cannot load another
file or save to another file name or print the file. These restrictions are
often desired compared to using notepad or another text editor which allows
the user to do something which the program or batch does not expect.
In addition, the following options may be included on the commandline.
Options are before the file name and are preceeded by a hyphen ("-") or a
slash ("/"). Note: when an equal sign ("=") is used, do not include spaces
on either side of the equal sign.
-readonly (disables changing or saving the file)
-maxlength=n (each line in the file is limited to n characters
default limit is 1024)
-maxlines=n (limits number of lines in the file to n lines, default
is unlimited).
-width=n (width of the window in pixels, default is 435, if -1 is used,
window width is set to screen width).
-height=n (height of the window in pixels, default is 300, if -1 is used,
window height is set to screen height).