Help for this page

Select Code to Download


  1. or download this
    use CGI qw/:standard/;
    print header();
    print `net use`;
    print `dir w:`; # where W is mapped to \\computername\sharename
    print `dir \\\\computername\\sharename`;