Help for this page

Select Code to Download


  1. or download this
        my $enum;
        eval {$enum = Win32::OLE::Enum->new("WinNT://$comp")};
    ...
            print "$comp is not NT/2000\n";
            return;
        }
    
  2. or download this
    sub RegConnect {
        
    ...
        }
        return 1;
    }