Help for this page

Select Code to Download


  1. or download this
    New connections will be remembered.
    
    ...
    Disconnected           \\10.81.253.140\IPC$      Microsoft Windows Net
    +work
    The command completed successfully.
    
  2. or download this
    $inputDirectory="\\\\10.81.253.70\\G\$";
    my $c = `net use`;
    ...
    {
        print "UNC is Disconnected";
    }