Jump to content

Recommended Posts

Posted (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 by VladD
Posted (edited)

its very easy Read the HelpFile for DirCopy()

DirCopy("C:\Source, "C:\Destination", 1)

Read Parameters for Flag information.

Edited 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

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
×
×
  • Create New...