Jump to content

Search the Community

Showing results for tags 'dircopy'.

  • Search By Tags

    • dircopy ×
    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 5 results

  1. OK I have a snip-it of code that worked fine until I attempted to use it in my main script. I have determined that the issues are from permissions and I am looking to see if there is an option for DirCopy to allow it to respond yes to any prompts since I have already setup everything around Dir...
  2. Hi, I'd like to do simple copy of a directory reading an ini for the path. I'm pretty sure it's not a big deal but for a noob like me... Well I'm looking for a solution since 2 hours now #include <MsgBoxConstants.au3> $dircp = IniRead("path.ini", "Path", "path", " ERROR") MsgBo...
  3. This peace of code does not work. I'm trying to copy all my usb files to desktop. What is wrong with it? DirCopy("E:", @DesktopDir & "\Backups\MyWork", $FC_OVERWRITE) ;Tried also this, not working. DirCopy("E:\", @DesktopDir & "\Backups\MyWork\", $FC_OVERWRITE)
  4. Hi all, I need to make a dircopy function that correctly handle symlink and junction without duplicating files and folder. Let's try to be more precise I have the following directory structure My folder---+ | |-- Local.file (re...
  5. Hi Guys! I'm trying to copy a folder from location A to location B. The DirCopy embedded function works great, but if the folder is large, my little program freeze, so that the user doesn't understand what's going on. I've found many solutions in this forum, but not for me. So... All I want to do is...
×
×
  • Create New...