Trying do do a simple
StringReplace, clipboard, clipboard, \, /, All
That code works w/ other characters, but gives an error with '\' and/or '/' also tried ASCII codes but those do not work either since % is a variable in AHK.
How to StringReplace a '\' with AutoHotkey?