Here is the getinfo.reg file in ascii.
application "getInfo"
{
MenuBar "Tools" {
"GetTraps" f.action "getTraps";
"GetOIDs" f.action "getOIDs"; }
Objectmenu { "Tools" f.menu P_Tools; }
Menu "P_Tools" {
"GetTraps" f.action "getTraps";
"GetOIDs" f.action "getOIDs"; }
Action "getOIDs" {
MinSelected 0 ;
Command "/getOIDs"; }
Action "getTraps" {
MinSelected 1 ;
MaxSelected 1 ;
SelectionRule (isNode);
Command "xnmappmon \
-commandTitle 'trapd.log listing for\: '$OVwSelection1 \
-cmd grep $OVwSelection1 /usr/OV/log/trapd.log"; }
}
======================================================
Don Davis - Instructor / Tivoli Certified Consultant
Visit our Web site at: http://www.apc-services.com
|