home *** CD-ROM | disk | FTP | other *** search
- SMCF1 ; must ALWAYS be first line
- Title: AmigaDOS_Help ; out menu-window title
- Columns: 4 ; maximum number of horizontal menu columns
- Rows: 16 ; maximum number of vertical menu rows
- VSpacing: 0 ; no extra spacing between vertical rows
- HSpacing: 16 ; 16 pixels between horizontal columns
- Reopen: ON ; reopen non-closed windows when re-invoked
- Winsize: 640 105 ; maximum text window size
- Status: ON ; status info in text window title bars
- Resident: ON ; make SuperMenu resident (invoked with HELP)
- File: AmigaDOS.help ; name of text file to make resident
- DATA ; start DATA section (required!)
- MENU Addbuffers 1 N * ADDBUFFERS ; color 1, Normal style
- MENU Ask 1 N * ASK ; * means use resident file
- MENU Assign 1 N * ASSIGN ; last word is the keyword to look for
- MENU Avail 1 N * AVAIL
- MENU Binddrivers 1 N * BINDDRIVERS
- MENU Break 1 N * BREAK
- MENU CD 1 N * CD
- MENU ChangeTaskPri 1 N * CHANGETASKPRI
- MENU Copy 1 N * COPY
- MENU Date 1 N * DATE
- MENU Delete 1 N * DELETE
- MENU Dir 1 N * DIR
- MENU DiskChange 1 N * DISKCHANGE
- MENU DiskDoctor 1 N * DISKDOCTOR
- MENU Echo 1 N * ECHO
- MENU Ed 1 N * ED
- MENU Edit 1 N * EDIT
- MENU Else 1 N * ELSE
- MENU EndCLI 1 N * ENDCLI
- MENU EndIF 1 N * ENDIF
- MENU EndSkip 1 N * ENDSKIP
- MENU Eval 1 N * EVAL
- MENU Execute 1 N * EXECUTE
- MENU Failat 1 N * FAILAT
- MENU Fault 1 N * FAULT
- MENU FF 1 N * FF
- MENU FileNote 1 N * FILENOTE
- MENU GetEnv 1 N * GETENV
- MENU IconX 1 N * ICONX
- MENU IF 1 N * FF
- MENU Info 1 N * INFO
- MENU Install 1 N * INSTALL
- MENU Join 1 N * JOIN
- MENU Lab 1 N * LAB
- MENU List 1 N * LIST
- MENU LoadWB 1 N * LOADWB
- MENU Lock 1 N * LOCK
- MENU MakeDir 1 N * MAKEDIR
- MENU Mount 1 N * MOUNT
- MENU NewCLI 1 N * NEWCLI
- MENU NewShell 1 N * NEWSHELL
- MENU Path 1 N * PATH
- MENU Prompt 1 N * PROMPT
- MENU Protect 1 N * PROTECT
- MENU Quit 1 N * QUIT
- MENU Relabel 1 N * RELABEL
- MENU RemRad 1 N * REMRAD
- MENU Rename 1 N * RENAME
- MENU Resident 1 N * RESIDENT
- MENU Run 1 N * RUN
- MENU Search 1 N * SEARCH
- MENU SetClock 1 N * SETCLOCK
- MENU SetDate 1 N * SETDATE
- MENU SetEnv 1 N * SETENV
- MENU SetPatch 1 N * SETPATCH
- MENU Skip 1 N * SKIP
- MENU Sort 1 N * SORT
- MENU Stack 1 N * STACK
- MENU Status 1 N * STATUS
- MENU Type 1 N * TYPE
- MENU Version 1 N * VERSION
- MENU Wait 1 N * WAIT
- MENU Which 1 N * WHICH
- MENU Why 1 N * WHY
- ENDDATA
-