streetmedic Posted December 14, 2018 Posted December 14, 2018 Fart File and replace text View File This will change any folder or text string that you want just edit at the end of the script what you want . So if your hyperspin contains a folder called Emulateur and you want that folder renamed add Emulator in the second example .. @echo on # CD %~dp0 for %%x in (ini ahk cfg xml ink lnk) do ( set extension=%%x call:reemplazar ) goto:fin :reemplazar for /r %%a in (*.%extension%) do ( fart -i "%%a" "Emulator" "Emulateur" ) goto:eof :fin Submitter streetmedic Submitted 12/14/2018 Category Other Credits Fart Creator
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