AfX78z90 Posted June 30, 2005 Posted June 30, 2005 Hello I would like to rename a file What function i have to use?
MSLx Fanboy Posted June 30, 2005 Posted June 30, 2005 FileMove() might work else Run(@COMSPEC & " /c rename file.txt newfile.txt") Writing AutoIt scripts since _DateAdd("d", -2, _NowCalcDate())
Josbe Posted June 30, 2005 Posted June 30, 2005 Using the search...Post relatedAnother postsearch results..."This is not a general support forum" AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
jpm Posted June 30, 2005 Posted June 30, 2005 if you have used the search function of the help you will have get 3 entries the Filemove function is reference. I encourage newbies to use this function
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