Category : Utilities for DOS and Windows Machines
Archive   : SHRCM874.ZIP
Filename : SHARC874.BAK

 
Output of file : SHARC874.BAK contained in archive : SHRCM874.ZIP
;SHARC 8.74 LogiTech (3 Button) Mouse Menu
;Original Menu by Jay Merrill, San Francisco, 19 Oct 1988
;for SHARC Version 8.69
;Modified for SHARC 8.74 by Jim Gaffney, El Paso, TX, 22 Dec 1988

BEGIN LB,MB,RB,LM,RM,UM,DM,40,20

page1: Match 7,50,,"8.74",screen1
page2: Match 2,2,,"SELECT",screen2
CHORDS LMB,LRB,MRB,ALLB

screen1: Assign LB,Menu1,RB,LM,RM,UM,DM
screen2: Assign LB,Menu2,RB,NUL,NUL,UM,DM

LB: Type ENTER
MB: Execute Menu1
RB: Type ESC

LM: Execute Left
RM: Execute Right
UM: Execute Up
DM: Execute Down

LMB: Execute PgUp
LRB: Execute Space,Down
MRB: Execute PgDn
ALLB: Type "Y"


Menu1: PopUp 23,17,14

Text " Left = ENTER | Middle = MENU | Right = ESC | Left/Right = TAG "
Text " Left/Middle = PAGE UP | Middle/Right = PAGE DOWN | All = `YES' "
Text "F1=HELP F2=CDIR F3=VIEW F4=DEL F5=STAT F6=SORT F7=CREATE F10=DOS"

Select 3,4,4,F1
Select 3,12,4,F2
Select 3,20,4,F3
Select 3,28,3,F4
Select 3,35,4,F5
Select 3,43,4,F6
Select 3,51,6,F7
Select 3,62,3,F10

PEND

Menu2: PopUp 1,1,14

Text "ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ SHARC HELP / MOUSE MENU ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿"
Text "³CTL-X = Add archive comment |ALT-I = Show ARC comments ³"
Text "³CTL-C = Add file comments to archive |I = Show info about archive file ³"
Text "³A = Add file to archive |ALT-S = Speed search ³"
Text "³C = Create new archive *|F9 = Sort archive listing ³"
Text "³ALT-D = Delete all extracted files |F2 = Switch to another arc ³"
Text "³D = Delete file from archive |F10 = Temporary exit to DOS ³"
Text "³ALT-P = Enter drive:path for extract |T = Test archive integrity ³"
Text "³CTL-E = Extract all tagged files *|SPACE = Toggle tag status ³"
Text "³ALT-X = Extract all files |CTL-U = Untag all files ³"
Text "³E = Extract the selected file |CLT-T = Update archive file time&date ³"
Text "³F = Freshen file in archive |U = Update file in archive ³"
Text "³G = Get Password for archive |V|RET = View the file ³"
Text "³Z = SPECIFY ARCHIVE FILE MASK |F1 = Show help screen ³"
Text "³ALT-F = List of files to freshen *|F2 = Switch to another arc ³"
Text "³ALT-M = List of files to move *|F10 = Temporary exit to DOS ³"
Text "³ALT-A = List of files to add *|F8 = EDIT SELECTED FILE ³"
Text "³ALT-U = List of files to update *|*******Main file window options****** ³"
Text "³M = Move files to archive file |F3 = View file ³"
Text "³P = Print the file |F4 = Delete file ³"
Text "³ALT-E = Prompt for files to extract |F5 = Show statistics of file ³"
Text "³R = Run the selected exe,com file|F6 = Sort file display ³"
Text "³N = Select new archive file |F7 = Create new archive file ³"
Text "³O = Toggle overwrite for extract |(* NEED PK(X)ARC 3.6 or GREATER!!!!!) ³"
Text "ÀÄÄ´ ANY ONE BUTTON = SELECT MENU ITEM / ANY TWO BUTTONS = CANCEL MENU ÃÄÄÄÙ"

Select 2,10,28,CtrlX
Select 3,10,28,CtrlC
Select 4,10,28,A
Select 5,10,28,C
Select 6,10,28,AltD
Select 7,10,28,D
Select 8,10,28,AltP
Select 9,10,28,CtrlE
Select 10,10,28,AltX
Select 11,10,28,E
Select 12,10,28,F
Select 13,10,28,G
Select 14,10,28,Z
Select 15,10,28,AltF
Select 16,10,28,AltM
Select 17,10,28,AltA
Select 18,10,28,AltU
Select 19,10,28,M
Select 20,10,28,P
Select 21,10,28,AltE
Select 22,10,29,R
Select 23,10,28,Space
Select 24,10,28,O
Select 2,48,29,AltI
Select 3,48,29,I
Select 4,48,29,AltS
Select 5,48,29,F9
Select 6,48,29,F2
Select 7,48,29,F10
Select 8,48,29,T
Select 9,48,29,Space
Select 10,48,29,CtrlU
Select 11,48,29,CtrlT
Select 12,48,29,U
Select 13,48,29,V
Select 14,48,29,F1
Select 15,48,29,F2
Select 16,48,29,F10
Select 17,48,29,F8
Select 19,48,29,F3
Select 20,48,29,F4
Select 21,48,29,F5
Select 22,48,29,F6
Select 23,48,29,F7

PEND


N: Type "N"
A: Type "A"
C: Type "C"
AltD: Type 0,32
D: Type "D"
AltP: Type 0,25
CtrlE: Type 5
AltX: Type 0,45
E: Type "E"
F: Type "F"
G: Type "G"
ESCAPE: Type ESC
AltF: Type 0,33
AltM: Type 0,50
AltA: Type 0,30
AltU: Type 0,22
M: Type "M"
O: Type "O"
P: Type "P"
AltE: Type 0,18
R: Type "R"
I: Type "I"
AltS: Type 0,31
CtrlX: Type 24
CtrlC: Type 3
AltI: Type 0,23
T: Type "T"
CtrlU: Type 21
CtrlT: Type 20
U: Type "U"
V: Type "V"
Z: Type "Z"
F1: Type 0,59
F2: Type 0,60
F8: Type 0,66
F9: Type 0,67
F10: Type 0,68
Space: Type 32
F3: Type 0,61
F4: Type 0,62
F5: Type 0,63
F6: Type 0,64
F7: Type 0,65
Left: Type 0,75
Right: Type 0,77
Up: Type 0,72
Down: Type 0,80
PgUp: Type 0,73
PgDn: Type 0,81
Nul: Nothing



  3 Responses to “Category : Utilities for DOS and Windows Machines
Archive   : SHRCM874.ZIP
Filename : SHARC874.BAK

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/