Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
        run_tests();
        system("net use t: /delete");
    }
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
        system("net use t: /delete");
    }