REM
REM             DATA ENTRY EMULATOR Version 7
REM                      Menu System
REM                   by COMPUTER KEYES
REM
REM          Text and info for main screen menu
REM
REM  Black=0 Blue=1 Green=2 Cyan=3 Red=4 Magenta=5 Brown=6 White=7 Gray=8
REM  LightBlue=9 LightGreen=10 LightCyan=11 LightRed=12 LightMagenta=13
REM  Yellow=14 High-intensityWhite=15
REM
COLORNORMAL 7, 1
COLORSELECT 1, 7
MENUBAR "File"
PULLDOWN "data Entry...  ", "101"
PULLDOWN "Status...      ", "102"
PULLDOWN "prinT status...", "102P"
PULLDOWN "View...        ", "103"
PULLDOWN "Print...       ", "104"
PULLDOWN "Copy...        ", "105"
PULLDOWN "prOcess...     ", "106"
PULLDOWN "Rename...      ", "107"
PULLDOWN "Import...      ", "108"
PULLDOWN "Delete...      ", "109"
PULLDOWN "eXit           ", "EXIT"
MENUBAR "forMat"
PULLDOWN "Generator...       ", "201"
PULLDOWN "Print listing...   ", "202"
PULLDOWN "Merge...           ", "203"
PULLDOWN "Convert to ver 7...", "204"
MENUBAR "Record"
PULLDOWN "Copy selected records... ", "301"
PULLDOWN "change record Length...  ", "302"
PULLDOWN "remove Deleted records...", "303"
PULLDOWN "Insert CR/LF's...        ", "304"
PULLDOWN "Remove CR/LF's...        ", "305"
MENUBAR "Directory"
PULLDOWN "View...  ", "401"
PULLDOWN "Change...", "402"
PULLDOWN "Tree...  ", "403"
PULLDOWN "Make...  ", "404"
PULLDOWN "Remove...", "405"
MENUBAR "Op/stats"
PULLDOWN "View... ", "501"
PULLDOWN "Print...", "502"
PULLDOWN "puRge...", "503"
MENUBAR "disK"
PULLDOWN "Chkdsk...  ", "601"
PULLDOWN "Diskcomp...", "602"
PULLDOWN "diskcoPy...", "603"
PULLDOWN "Backup...  ", "604"
PULLDOWN "Restore... ", "605"
PULLDOWN "recoVer... ", "606"
PULLDOWN "Format...  ", "607"
MENUBAR "Utilities"
PULLDOWN "Dos command...  ", "701"
PULLDOWN "Edlin...        ", "702"
PULLDOWN "Printer mode... ", "703"
PULLDOWN "Compare files...", "704"
PULLDOWN "Find string...  ", "705"
PULLDOWN "Sort file...    ", "706"
PULLDOWN "Memory usage    ", "707"
