lupusbalo Posted December 9, 2012 Posted December 9, 2012 (edited) from an "old" user of AutoIt I know that "AutoIt lacks a rename function" (as said in the help file) I always wonder the reason behind and didn't found anything on the forum (may have been answered already in old forum platform ) what about a DOS rename command?? (also not found in forums) it keeps me awake for several nights please HELP Edited December 9, 2012 by lupusbalo
JohnOne Posted December 9, 2012 Posted December 9, 2012 My guess is, that there is no windows API (which AutoIt presumably is based on) specifically for or named RenameFile or similar, the API for this in MoveFile, and that is why it is mentioned under that function. Sleep well. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
trancexx Posted December 9, 2012 Posted December 9, 2012 Renaming a file is the same thing as moving the file, as the snowman said. ♡♡♡ . eMyvnE
Developers Jos Posted December 9, 2012 Developers Posted December 9, 2012 I know that "AutoIt lacks a rename function" (as said in the help file)Well this is the whole sentence in the helpfile so which part is unclear?:Because AutoIt lacks a "FileRename" function, use FileMove to rename a file!Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
lupusbalo Posted December 9, 2012 Author Posted December 9, 2012 In fact there was also .... a question in my post: I always wonder the reason behind"which part of the question is unclear" :D JohnOne already answered, and I found it on MSDNTHXS anywayLupusbalo
guinness Posted December 9, 2012 Posted December 9, 2012 Well a little bit of 'due diligence' would have resulted in you not loosing sleep. UDF List: _AdapterConnections() • _AlwaysRun() • _AppMon() • _AppMonEx() • _ArrayFilter/_ArrayReduce • _BinaryBin() • _CheckMsgBox() • _CmdLineRaw() • _ContextMenu() • _ConvertLHWebColor()/_ConvertSHWebColor() • _DesktopDimensions() • _DisplayPassword() • _DotNet_Load()/_DotNet_Unload() • _Fibonacci() • _FileCompare() • _FileCompareContents() • _FileNameByHandle() • _FilePrefix/SRE() • _FindInFile() • _GetBackgroundColor()/_SetBackgroundColor() • _GetConrolID() • _GetCtrlClass() • _GetDirectoryFormat() • _GetDriveMediaType() • _GetFilename()/_GetFilenameExt() • _GetHardwareID() • _GetIP() • _GetIP_Country() • _GetOSLanguage() • _GetSavedSource() • _GetStringSize() • _GetSystemPaths() • _GetURLImage() • _GIFImage() • _GoogleWeather() • _GUICtrlCreateGroup() • _GUICtrlListBox_CreateArray() • _GUICtrlListView_CreateArray() • _GUICtrlListView_SaveCSV() • _GUICtrlListView_SaveHTML() • _GUICtrlListView_SaveTxt() • _GUICtrlListView_SaveXML() • _GUICtrlMenu_Recent() • _GUICtrlMenu_SetItemImage() • _GUICtrlTreeView_CreateArray() • _GUIDisable() • _GUIImageList_SetIconFromHandle() • _GUIRegisterMsg() • _GUISetIcon() • _Icon_Clear()/_Icon_Set() • _IdleTime() • _InetGet() • _InetGetGUI() • _InetGetProgress() • _IPDetails() • _IsFileOlder() • _IsGUID() • _IsHex() • _IsPalindrome() • _IsRegKey() • _IsStringRegExp() • _IsSystemDrive() • _IsUPX() • _IsValidType() • _IsWebColor() • _Language() • _Log() • _MicrosoftInternetConnectivity() • _MSDNDataType() • _PathFull/GetRelative/Split() • _PathSplitEx() • _PrintFromArray() • _ProgressSetMarquee() • _ReDim() • _RockPaperScissors()/_RockPaperScissorsLizardSpock() • _ScrollingCredits • _SelfDelete() • _SelfRename() • _SelfUpdate() • _SendTo() • _ShellAll() • _ShellFile() • _ShellFolder() • _SingletonHWID() • _SingletonPID() • _Startup() • _StringCompact() • _StringIsValid() • _StringRegExpMetaCharacters() • _StringReplaceWholeWord() • _StringStripChars() • _Temperature() • _TrialPeriod() • _UKToUSDate()/_USToUKDate() • _WinAPI_Create_CTL_CODE() • _WinAPI_CreateGUID() • _WMIDateStringToDate()/_DateToWMIDateString() • Au3 script parsing • AutoIt Search • AutoIt3 Portable • AutoIt3WrapperToPragma • AutoItWinGetTitle()/AutoItWinSetTitle() • Coding • DirToHTML5 • FileInstallr • FileReadLastChars() • GeoIP database • GUI - Only Close Button • GUI Examples • GUICtrlDeleteImage() • GUICtrlGetBkColor() • GUICtrlGetStyle() • GUIEvents • GUIGetBkColor() • Int_Parse() & Int_TryParse() • IsISBN() • LockFile() • Mapping CtrlIDs • OOP in AutoIt • ParseHeadersToSciTE() • PasswordValid • PasteBin • Posts Per Day • PreExpand • Protect Globals • Queue() • Resource Update • ResourcesEx • SciTE Jump • Settings INI • SHELLHOOK • Shunting-Yard • Signature Creator • Stack() • Stopwatch() • StringAddLF()/StringStripLF() • StringEOLToCRLF() • VSCROLL • WM_COPYDATA • More Examples... Updated: 22/04/2018
monoceres Posted December 10, 2012 Posted December 10, 2012 Furthermore, the use of move as rename is standard in many parts of the software world. For example, on unix the standard way of renaming files are with the "mv" command. Broken link? PM me and I'll send you the file!
James Posted December 10, 2012 Posted December 10, 2012 Furthermore, the use of move as rename is standard in many parts of the software world. For example, on unix the standard way of renaming files are with the "mv" command.I have an alias set up for that because I always forget the bitch. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
monoceres Posted December 10, 2012 Posted December 10, 2012 I have an alias set up for that because I always forget the bitch.What do you call it? rn or rename? Broken link? PM me and I'll send you the file!
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