AutoHotkey Community

It is currently May 26th, 2012, 11:25 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: How do I rename a file?
PostPosted: November 17th, 2009, 6:43 pm 
Offline

Joined: November 12th, 2009, 9:41 pm
Posts: 6
How do I tell the script to go into a folder and rename a file? I did a search but only found complex scripts.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 17th, 2009, 6:46 pm 
Offline

Joined: December 24th, 2008, 3:25 am
Posts: 1401
Location: :noitacoL
From the help file/guide...

Quote:
FileMove

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

Moves or renames one or more files.

FileMove, SourcePattern, DestPattern [, Flag]



Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 17th, 2009, 6:53 pm 
Offline

Joined: November 12th, 2009, 9:41 pm
Posts: 6
so would this move my file to a directory and rename is "yes.txt"

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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 17th, 2009, 7:18 pm 
Offline

Joined: July 6th, 2009, 9:58 pm
Posts: 678
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 18th, 2009, 1:40 am 
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


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Cerberus, Leef_me, Maestr0, rbrtryn, Tipsy3000, XstatyK and 76 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group