home *** CD-ROM | disk | FTP | other *** search
- ;Logitech Mouse menu for V. Buerg's List v 7.15 (c) 1989
-
- ;Written by Patrick Knight, based upon a menu for v 6.4a
- ;written by Carl Capasso, (c) 1988.
-
- ;(c) 1989
-
- ;This menu may be used, copied and distributed freely. IT IS NOT FOR SALE!
- ;Both list.def and list.mnu are to be distributed together.
-
- ;This menu is similar to the one written by Capasso. I have added most of the
- ;new functions in v 7.15 of List, and I have rearranged the menu screen to
- ;make the grouping of items more logical. I also changed the left mouse button
- ;to control the ENTER function, to make it more consistent with other mouse-driven
- ;programs. The LMB and RMB chords were also changed, as described below.
-
- ;Functions marked with an asterisk on the main menu are found only in LIST.COM, which
- ;as of version 7.15 contains LIST PLUS.
-
- ;Please send comments to:
- ;Patrick Knight
- ;P.O. Box 1745
- ;Manhattan, KS 66502
-
- ;Press middle button to begin.
-
-
- BEGIN LB,MB,RB,LM,RM,UM,DM,100,25
-
- LB: EXECUTE RET
- MB: EXECUTE MAIN
- RB: EXECUTE PGUP
- LM: EXECUTE LEFT
- RM: EXECUTE RIGHT
- UM: EXECUTE UP
- DM: EXECUTE DOWN
-
- CHORDS LMB,LRB,MRB,ALLB
-
- LMB: TYPE 0,81 ;page down
- LRB: TYPE 67
- MRB: TYPE 0,73 ;page up
- ALLB: TYPE ESC
-
- PGUP: TYPE 0,73
- RET: TYPE ENTER
- LEFT: TYPE 0,75
- RIGHT: TYPE 0,77
- UP: TYPE 0,72
- DOWN: TYPE 0,80
-
- ;--------------------------------------MAIN MENU
-
- MAIN: POPUP 3,8,inverse
- text " ■ ════════════════════════[LIST VER 7.0a]═══════════════════════ ■ "
- text " ║ -CANCEL- Mark top line Toggle tabs ║ "
- text " ║ Display HELP info Mark bottom line Toggle junk filter ║ "
- text " ║ *File select menu Unmark lines Toggle 7/8 bit ║ "
- text " ║ Change FIND bg Go to bookmark Toggle star filter ║ "
- text " ║ Change FIND fg Clone LIST.COM Go to top of file ║ "
- text " ║ Change text bg Get new filespec Go to bottom of file ║ "
- text " ║ Change text fg *Insert new file Page down ║ "
- text " ║ Change 1/25 bg Copy to file Page up ║ "
- text " ║ Change 1/25 fg Go to DOS Move # lines ║ "
- text " ║ Scan for exact text Toggle windows Go to line # ║ "
- text " ║ Find any case text *Switch windows Go to column 1 ║ "
- text " ║ Find next text Toggle EGA 25/43 Enable scrolling ║ "
- text " ║ Find previous text Toggle ruler List next file ║ "
- text " ║ Exit to DOS Toggle status line List previous file ║ "
- text " ║ Exit to DOS (cls) Toggle line wrap *Dial phone ║ "
- text " ║ Exit, orig screen Toggle preloading *Hang up phone ║ "
- text " ║ Quit to next file Toggle keybd buffer *Reset TAB interval ║ "
- text " ║ Toggle printing Toggle file sharing - MOUSE HELP - ║ "
- text " ║ Print marked text Toggle hex mode - MORE LIST HELP - ║ "
- text " ■ ══════════════════════════════════════════════════════════════ ■ "
- SELECT 2,4,19,
- SELECT 3,4,19,F1
- SELECT 4,4,19,ALTV
- SELECT 5,4,19,F2
- SELECT 6,4,19,F4
- SELECT 7,4,19,F5
- SELECT 8,4,19,F6
- SELECT 9,4,19,F7
- SELECT 10,4,19,F8
- SELECT 11,4,19,BKSLASH
- SELECT 12,4,19,FWDSLASH
- SELECT 13,4,19,F3
- SELECT 14,4,19,F9
- SELECT 15,4,19,F10
- SELECT 16,4,19,X
- SELECT 17,4,19,ALTX
- SELECT 18,4,19,Q
- SELECT 19,4,19,P
- SELECT 20,4,19,ALTP
- SELECT 2,25,19,ALTM
- SELECT 3,25,19,ALTB
- SELECT 4,25,19,ALTU
- SELECT 5,25,19,ALTY
- SELECT 6,25,19,ALTC
- SELECT 7,25,19,ALTF
- SELECT 8,25,19,ALTI
- SELECT 9,25,19,ALTD
- SELECT 10,25,19,ALTG
- SELECT 11,25,19,ALTW
- SELECT 12,25,19,CTRLV
- SELECT 13,25,19,ALTE
- SELECT 14,25,19,ALTR
- SELECT 15,25,19,ALTZ
- SELECT 16,25,19,W
- SELECT 17,25,19,ALTL
- SELECT 18,25,19,ALTK
- SELECT 19,25,19,ALTS
- SELECT 20,25,19,ALTH
- SELECT 2,45,21,ALTT
- SELECT 3,45,21,ALTJ
- SELECT 4,45,21,STRIP
- SELECT 5,45,21,STAR
- SELECT 6,45,21,T
- SELECT 7,45,21,B
- SELECT 8,45,21,D
- SELECT 9,45,21,U
- SELECT 10,45,21,PLUS
- SELECT 11,45,21,CHOME
- SELECT 12,45,21,SCROLL
- SELECT 13,45,21,CLEFT
- SELECT 14,45,21,CPGDN
- SELECT 15,45,21,CPGUP
- SELECT 16,45,21,CTRLT
- SELECT 17,45,21,CTRLH
- SELECT 18,45,21,CTRLI
- SELECT 19,45,21,MHELP
- SELECT 20,45,21,LHELP
- PEND
-
-
- ;--------------------------------------MENU CMD DEFINITIONS
-
- F1: TYPE 0,59
- F2: TYPE 0,60
- F3: TYPE 0,61
- F4: TYPE 0,62
- F5: TYPE 0,63
- F6: TYPE 0,64
- F7: TYPE 0,65
- F8: TYPE 0,66
- F9: TYPE 0,67
- F10: TYPE 0,68
- P: TYPE 80
- W: TYPE 87
- Q: TYPE 81
- BKSLASH: TYPE 47
- FWDSLASH: TYPE 92
- X: TYPE 88
- ALTA: TYPE 0,30
- ALTB: TYPE 0,48
- ALTC: TYPE 0,46
- ALTD: TYPE 0,32
- ALTE: TYPE 0,18
- ALTF: TYPE 0,33
- ALTG: TYPE 0,34
- ALTH: TYPE 0,35
- ALTI: TYPE 0,23
- ALTJ: TYPE 0,36
- ALTK: TYPE 0,37
- ALTL: TYPE 0,38
- ALTM: TYPE 0,50
- ALTP: TYPE 0,25
- ALTR: TYPE 0,19
- ALTS: TYPE 0,31
- ALTT: TYPE 0,20
- ALTU: TYPE 0,22
- ALTV: TYPE 0,47
- ALTW: TYPE 0,17
- ALTX: TYPE 0,45
- ALTY: TYPE 0,21
- ALTZ: TYPE 0,44
- T: TYPE 84
- B: TYPE 66
- D: TYPE 68
- U: TYPE 85
- CPGUP: TYPE 0,132
- CPGDN: TYPE 0,118
- CLEFT: TYPE 0,115
- CHOME: TYPE 0,119
- CTRLH: TYPE 8
- CTRLI: TYPE 9
- CTRLT: TYPE 20
- CTRLV: TYPE 22
- STAR: TYPE 42
- PLUS: TYPE 43
- SCROLL: TYPE 67
-
- ;--------------------------------------SUB-MENU
-
- STRIP: POPUP 5,30,79
- text "■ ════════════ ■"
- text "║ Cancel ║"
- text "║ Strip hi-bit ║"
- text "║ Leave hi-bit ║"
- text "■ ════════════ ■"
- SELECT 2,3,12
- SELECT 3,3,12,REMOVE
- SELECT 4,3,12,LEAVE
- PEND
-
- REMOVE: TYPE 55
- LEAVE: TYPE 56
-
-
- ;--------------------------------------MOUSE HELP MENU
-
-
- MHELP: POPUP 5,27,15
- text "■ ═════════════════════════ ■"
- text "║ Left Button = Enter ║"
- text "║ Middle Button = Main Menu ║"
- text "║ Right Button = Page up ║"
- text "║ ========================= ║"
- text "║ Chords ║"
- text "║ Left-Mid Button = PgDn ║"
- text "║ Mid-Right Button = PgUp ║"
- text "║ Left-Right Button= Scroll ║"
- text "║ All Buttons = ESC ║"
- text "■ ═════════════════════════ ■"
- SELECT 5,3,25
- PEND
-
- LHELP:POPUP 2,7,30
- text "■ ═══════════════════════════════════════════════════════════════ ■"
- text "║The command line format is: Cancel ║"
- text "║ LIST [filespec...filespec] [/S][/J][/7][/8][/*][/W][/H][/L] ║"
- text "║ where filespec is one or more names of files and the optional /║"
- text "║ switches are: ║"
- text "║ /S indicates viewing a piped file /* sets star filter on ║"
- text "║ /J sets Junk filter on /W sets Wrap on ║"
- text "║ /7 sets 7-bit display /H sets Hex dump mode ║"
- text "║ /8 sets 8-bit display /L sets pre-Loading on ║"
- text "║ To display a redirected file: ║"
- text "║ dir a: >xyz ║"
- text "║ list <xyz /s ║"
- text "║ To display a piped file, omit the filename, but supply the ║"
- text "║ /S. ║"
- text "║ dir a: | list /s ║"
- text "║ Or, to LIST a file within a PKA (Phil Katz) archive: ║"
- text "║ PKUNPAK -c filename.pka filename.ext | LIST /S ║"
- text "║ - or - ║"
- text "║ arce arcname filename.ext /p | list /S ║"
- text "║ ║"
- text "║ + (plus) - makes continuous scroll incrementally faster ║"
- text "║ - (minus) - makes continuous scroll incrementally slower ║"
- text "■ ═══════════════════════════════════════════════════════════════ ■"
- SELECT 2,59,6
- PEND
-
- ;--------------------------------THE END !-------------------------------------
-