home *** CD-ROM | disk | FTP | other *** search
- Application "pcANYWHERE"
- {
- Version "9.0";
-
- Description {
- "pcAnywhere Remote Control"
- }
-
- Copyright {
- "(C) 1999 Symantec Corporation."
- }
-
- MenuBar "Tools" {
- "pcAnywhere" _S f.menu PCAItem;
- }
-
- Menu PCAItem {
- <100> "Iniciar Host PCA" _S f.action PcaStart;
- <90> "Detener Host PCA" _T f.action PcaStop;
- <80> "Conectar con Host PCA" _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\"";
- }
- }
-
-