home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / MOUSE / ZCOMOUS1.ZIP / ZCOMOUSE.DEF
Encoding:
Text File  |  1988-12-20  |  4.6 KB  |  109 lines

  1. ; Logitec mouse menu for ZCOMM, Omen Technology's communications program.
  2. ; Designed for BBS transfers using zmodem.
  3. ; Edit this file, compile with newmenu.exe, add Zcomm to click.scr.
  4. ; Refer to Mouse user manual for additional information.
  5. ; Written by:  Ken Baldwin 12-88, leave mail on:
  6. ; Klamath River Data Exchange System (916) 493-2488, 2400 baud 8n1 24 hours.
  7. ;------------------------------------------------------------------------------
  8. BEGIN leftb,midb,rightb,leftm,rightm,upm,downm,35,35  ;35 is h/v sensitivity
  9. leftm: type 0,75                        
  10. rightm: type 0,77
  11. upm: type 0,72
  12. downm: type 0,80
  13. leftb: type enter
  14. rightb: type esc
  15. midb:  EXECUTE menu2         ;local commands menu
  16. CHORDS lmb, lrb, mrb, allb
  17. lmb:   type 0,59             ;f1, zcomm escape
  18. allb:  type 0,121,"off",enter;exit zcomm
  19. mrb:   type 0,60             ;f2, zcomm next logical
  20. lrb:   EXECUTE menu1         ;remote commands menu
  21. menu1:    MENU "ZCOMM REMOTE COMMANDS",1,50,8   ;menu title, position, color
  22.         OPTION "CANCEL",cnl                     ;cancel this menu
  23.         OPTION "SEND (G)OODBYE",g               ;menu lines may be rearranged
  24.         OPTION "CALL (N)EW FILES",a
  25.         OPTION "CALL (D)OWNLOAD(Z)",d
  26.         OPTION "CALL (U)PLOAD(Z)",u
  27.         OPTION "SEND NAME",n
  28.         OPTION "SEND PASSWORD",p
  29.         OPTION "HOST MODE",hst
  30. MEND
  31. menu2:    MENU "ZCOMM LOCAL COMMANDS",1,50,8
  32.         OPTION "CANCEL",cnl
  33.         OPTION "FILE UTILITY",pct
  34.         OPTION "ARCHIVE UTILITY",af
  35.         OPTION "EDITOR",t
  36.         OPTION "EDITOR IN /dl",dt
  37.         OPTION "DIRECTORY /dl",dl
  38.         OPTION "CD\MODEM",dm
  39.         OPTION "SEND-Z-auto.lst",al    ;uses dsz sz @c:/modem/dl/dsz-auto.lst
  40.         OPTION "SEND-Z-browse",uz      ;can be used to browse dl directory
  41.         OPTION "SEND-Z-file(s):",sz
  42.         OPTION "CANCEL TRANSFER",ct
  43.         OPTION "BROWSE /dl",uz         ;same instruction as "SEND-Z-browse"
  44.         OPTION "BROWSE cur dir",br
  45.         OPTION "CLEAR SCREEN",cls
  46.         OPTION "SCREEN CAPTURE",scp
  47.         OPTION "COMMAND LIST",yh
  48.         OPTION "SCRPT LRN OFF",tlo
  49.         OPTION "* PHONE LIST *",pl
  50.         OPTION "------NUKE------",ho
  51.         OPTION "---EXIT-ZCOMM---",em
  52. MEND
  53. menu3:    MENU "   CALL DIRECTORY   ",1,50,8
  54.         OPTION "CANCEL",cnl
  55.         OPTION "sys a",sa      ;edit here and at definitions to
  56.         OPTION "sys b",sb      ;include your phone list, up to
  57.         OPTION "sys c",sc      ;20 lines including "CANCEL"
  58.         OPTION "sys d",sd
  59.         OPTION "sys e",se
  60.         OPTION "sys f",sf
  61.         OPTION "Omen Technology",sg
  62.         OPTION "NAVAL OBSRVTY",no
  63.         OPTION "CALL, SCRIPT LEARN",tl
  64.         OPTION "ADD SYSTEM",as
  65. MEND
  66.  
  67. ;;      The following lines define the action performed
  68. ;;      when an item from above menues is selected:
  69.  
  70. scp:     TYPE 0,44
  71. sa:     TYPE "source timex;call       ",enter   ;uses timex (zcomtime.arc)
  72. sb:     TYPE "call    ",enter         ;call phodir entries
  73. sc:     TYPE "call    ",enter         ;insert names of systems in
  74. sd:     TYPE "call    ",enter         ;your phodir.t
  75. se:     TYPE "call    ",enter
  76. sf:     TYPE "call    ",enter
  77. sg:     TYPE "call omen",enter
  78. no:     TYPE "call navobsy",enter
  79. hst:    TYPE "host",enter
  80. br:     TYPE 0,121,"bro",enter
  81. yh:     TYPE 0,121, "type hlpfile", enter     ;your hlpfile name
  82. ct:     TYPE 24,24,24,24,24,24,24,24,24,24    ;bunch of ^X to nuke remote
  83. tl:     TYPE 0,62
  84. tlo:    TYPE 0,46
  85. as:     TYPE 0,67
  86. pl:     EXECUTE menu3
  87. ss:     TYPE 0,59,enter
  88. em:     TYPE "off",enter                      ;could be "x", "off" hangs up
  89. a:      TYPE "f",enter,"n",enter,enter,enter  ;common call for New files
  90. al:     TYPE 0,121,"!dsz sz @c:\modem\dl\dsz-auto.lst",enter
  91. uz:     TYPE 0,121,"cd dl",enter,0,121,"browse",enter ;dl is the name of a
  92. sz:     TYPE 0,66                                     ;subdir
  93. d:      TYPE "d",enter,"z",enter
  94. dl:     TYPE 0,61,"cd/",enter         ;f3 defined as ddir (shareware) the upload
  95. dm:     TYPE 0,121,"cd/modem",enter   ;directory, then change cur dir back
  96. g:      TYPE "g",enter,enter
  97. ho:     TYPE 0,49
  98. p:      TYPE "password"               ;your password and name
  99. n:      TYPE "first last"
  100. u:      TYPE "u",enter,"z",enter
  101. m:      TYPE 0,50
  102. af:     TYPE "!a",enter               ;a, u and q are batch files that call
  103. pct:    TYPE "!u",enter               ;the archive and file utilities and text
  104. cls:    TYPE "cls",enter              ;editor, the last line of each is "menu
  105. t:      TYPE "!q",enter               ;zcomm" to call this menu back
  106. dt:     TYPE "!q c:\modem\dl",enter
  107. cnl:    nothing
  108.  
  109.