Help for this page

Select Code to Download


  1. or download this
    {C} > ls
    
    ...
    
    [.]        [..]       test.txt
                   1 File(s)              0 bytes
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    my $out_dir = "C:\\Documents and Settings\\Administrator\\My Documents
    +\\tmp\\foo";
    
    system('xcopy', "\"$und_db\"", "\"$out_dir\\\"", '/r', '/y', '/i');
    
  3. or download this
    {C} > test
    C:\Documents and Settings\Administrator\My Documents\tmp\test.txt
    ...
    
    [.]        [..]       test.txt
                   1 File(s)              0 bytes