AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How do I rename a file?

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
StarThorn1



Joined: 12 Nov 2009
Posts: 6

PostPosted: Tue Nov 17, 2009 5:43 pm    Post subject: How do I rename a file? Reply with quote

How do I tell the script to go into a folder and rename a file? I did a search but only found complex scripts.
Back to top
View user's profile Send private message
Carcophan



Joined: 24 Dec 2008
Posts: 1308
Location: :noitacoL

PostPosted: Tue Nov 17, 2009 5:46 pm    Post subject: Reply with quote

From the help file/guide...

Quote:

FileMove

--------------------------------------------------------------------------------

Moves or renames one or more files.

FileMove, SourcePattern, DestPattern [, Flag]

Back to top
View user's profile Send private message
StarThorn1



Joined: 12 Nov 2009
Posts: 6

PostPosted: Tue Nov 17, 2009 5:53 pm    Post subject: Reply with quote

so would this move my file to a directory and rename is "yes.txt"

FileMove, C:\Folder1\no.txt, C:\folder2\yes.txt
Back to top
View user's profile Send private message
randallf



Joined: 06 Jul 2009
Posts: 678

PostPosted: Tue Nov 17, 2009 6:18 pm    Post subject: Reply with quote

StarThorn1 wrote:
so would this move my file to a directory and rename is "yes.txt"

FileMove, C:\Folder1\no.txt, C:\folder2\yes.txt


yes.txt
Back to top
View user's profile Send private message
None
Guest





PostPosted: Wed Nov 18, 2009 12:40 am    Post subject: Reply with quote

You don't need to change the folder if you don't want to.
Code:
FileMove, C:\Folder1\no.txt, C:\folder1\yes.txt

It will work in same folder
Back to top
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group