home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 September
/
CHIPCD_9_99.iso
/
software
/
testsoft
/
pcanywhere
/
DATA1.CAB
/
Tivoli_Integration
/
PCACONN.ARF
Wrap
Text File
|
1999-06-04
|
970b
|
44 lines
Application "pcANYWHERE"
{
Version "9.0";
Description {
"pcAnywhere Remote Control"
}
Copyright {
"(C) 1999 Symantec Corporation."
}
MenuBar "Tools" {
"pcAnywhere" _S f.menu PCAItem;
}
Menu PCAItem {
<100> "Start PCA Host" _S f.action PcaStart;
<90> "Stop PCA Host" _T f.action PcaStop;
<80> "Connect to PCA Host" _C f.action PcaConnect;
}
Action "PcaStart"
{
SelectionRule isNode && isComputer;
MinSelected 1;
Command "awshim.exe -a STARTHOST -b NetView.bhf -h \"$OVwSelection1\"";
}
Action "PcaStop"
{
SelectionRule isNode && isComputer;
MinSelected 1;
Command "awshim.exe -a STOPHOST -h \"$OVwSelection1\"";
}
Action "PcaConnect"
{
SelectionRule isNode && isComputer;
MinSelected 1;
MaxSelected 1;
Command "awshim.exe -a STARTREMOTE -c NetView.chf -r \"$OVwSelection1\"";
}
}