Jump to content

Search the Community

Showing results for tags 'XCOPY'.

  • Search By Tags

    • xcopy ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 4 results

  1. Hi Guys/Gals, if in your job, like me you have to lots shunt files around on regular basis and use xcopy to do this, then this may come in useful for you. I originally wrote version 1 years ago, but decided that it deserved some more of my time, so here it is version 2 and here's the code...
  2. Hello Everyone, Please pardon my noobiness. I am working on backup restore script where a progress bar is required. I have tried using following code which works fine with folders but not really with single file because robocopy Func CopyFolder($srcDir, $destDir, $part) ;======> $part show...
  3. Hello, I just wrote a script that should copy data into my cloud using xcopy (cmd), but I want the Status Bar I have in my GUI to change it's text like that: working. -> working.. -> working... -> working. ... I would also like to make a button which interrupts xcopy (simply closing i...
  4. From within an AutoIt Script, I'm trying to use psexec with system authority to copy files from one place on a remote machine to another. When I issue the necessary command outside of the script (at a command prompt), the command executes properly. Here's the exact one-line command: psexec \\vmha...
×
×
  • Create New...