VladD Posted September 8, 2008 Posted September 8, 2008 (edited) Hi. I need to copy some directories named in hebrew. How i do it in script? Example: copy c:\program files\דוחות\*.* d:\reports\*.* I tried to use hebrew but filecopy seems not working. Anyone to help? Thanks Edited September 8, 2008 by VladD
ChromeFan Posted September 8, 2008 Posted September 8, 2008 (edited) its very easy Read the HelpFile for DirCopy() DirCopy("C:\Source, "C:\Destination", 1) Read Parameters for Flag information. Edited September 8, 2008 by ChromeFan Website: www.cerescode.comForum: www.forum.cerescode.comIRC: irc.freenode.net , Channel: #Ceres--------------------Autoit Wrappers, Great additions to your script (Must See) (By: Valuater)Read It Befor Asking Question Click Here...--------------------Join Monoceres's Forums http://www.monoceres.se--------------------There are three kinds of people: Those who make things happen, those who watch things happen, and those who ask, What happened? Casey Stengel
VladD Posted September 8, 2008 Author Posted September 8, 2008 its very easy Read the HelpFile for DirCopy() DirCopy("C:\Source, "C:\Destination", 1) Read Parameters for Flag information. it was my mistake . thanks.
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