Tiger Posted December 31, 2007 Posted December 31, 2007 How can I copy a file with this script Func _CopywithProgress($s_file1, $s_file2) Local $Object = ObjCreate("shell.application") $Object.NameSpace($s_file2).CopyHere($s_file1) EndFunc My UDFs:- _RegEnumKey
Tiger Posted December 31, 2007 Author Posted December 31, 2007 I would like to have a progress bar My UDFs:- _RegEnumKey
Zedna Posted December 31, 2007 Posted December 31, 2007 Search forum. Here is first found link: http://www.autoitscript.com/forum/index.ph...st&p=353140 Resources UDF ResourcesEx UDF AutoIt Forum Search
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now