y2kcmoore Posted August 14, 2008 Posted August 14, 2008 I have been asked to search for folders named Contact and rename them to Contracts. These folders are in a folders under d:\%officename%\projects\%projectnumber%\Contact and I need to rename them to Contracts. The names in % are a changing variable. Can autoit do something like this? Thanks Chris
PsaltyDS Posted August 14, 2008 Posted August 14, 2008 I have been asked to search for folders named Contact and rename them to Contracts. These folders are in a folders under d:\%officename%\projects\%projectnumber%\Contact and I need to rename them to Contracts. The names in % are a changing variable.Can autoit do something like this?ThanksChrisFileFindFirstFile() with FileFindNextFile() and FileGetAttrib()_FileListToArray()Search the forum for many examples of recursive functions if you need to search subdirectories. 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
y2kcmoore Posted August 14, 2008 Author Posted August 14, 2008 FileFindFirstFile() with FileFindNextFile() and FileGetAttrib()_FileListToArray()Search the forum for many examples of recursive functions if you need to search subdirectories. Thanks.. What about the rename part? Thats whats really holding me up.
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