Jump to content

Copying + Security


Recommended Posts

I have a question. If I have a directory such as "Desktop" and I run the command below, would it automatically skip the files that it cannot read or will it error out? And would it be possible to add a seeker that will show progress of the copy?

DirCopy("C:\Documents and Settings\Richardo\Desktop", "C:\Backup\MyDocs\DesktopBackup", 1)

Also, is there a quick way to modify permissions on a folder without using tons of keystrokes? I've searched around but it didn't help.

[center][/center][center]Xonos Development[font=trebuchet ms,helvetica,sans-serif]- Resources -[/font]AutoIT Documentation | Active Directory UDF | Windows Services UDF | Koda GUI Designer[/center]

Link to comment
Share on other sites

1. Why don't you try it?

2. Not with DirCopy, do a search on the examples scripts forum with "titles only" for the words: "copy with progress"

3. I believe SetACL is usually used for that

Link to comment
Share on other sites

I have a question. If I have a directory such as "Desktop" and I run the command below, would it automatically skip the files that it cannot read or will it error out? And would it be possible to add a seeker that will show progress of the copy?

DirCopy("C:\Documents and Settings\Richardo\Desktop", "C:\Backup\MyDocs\DesktopBackup", 1)

Try it and see... seriously, this is too easy to just test. :party:

Also, is there a quick way to modify permissions on a folder without using tons of keystrokes? I've searched around but it didn't help.

Google for SetACL.exe.

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...