Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
            {
                exec("copy $path1\\$files[$f] $path2\\") || die "\n\nUnabl
    +e to copy $files[$f]. Error: $!\n\n";
            }