-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvncviewer.vcl
More file actions
executable file
·23 lines (17 loc) · 862 Bytes
/
Copy pathvncviewer.vcl
File metadata and controls
executable file
·23 lines (17 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Voice commands for vncviewer
include utilities.vch;
Refresh = touchNearEdge(nw,1,1) r;
Close Session = touchNearEdge(ne,-1,1);
Local (Salute="" | Task Manager=t) =
touchNearEdge(nw,1,1) {Down_11}{Enter} $1;
Local (Log Off="" | Restart={Down_2}) =
touchNearEdge(sw,1,-1) {Up}{Enter} Wait(3000) {Home} $1 {Enter};
include remoteControl.vch;
### Start session on a specific machines
connect(machine, password, title) := $machine {Enter} Wait(1000)
$password {Enter} Wait(3000)
DllCall(SetTitle.dll, SetTitle, $title);
Connection details:
home server = connect(btx ,test ,"home server");
# Developer Machine = connect(dev-w2k ,Spot ,"Dev Machine");
# Mac Cube = connect(192.168.1.79 ,cubist ,"Mac Cube");