File swapper

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Bluerose555
Posts: 112
Joined: 20 Mar 2017, 03:02

Re: File swapper

19 Oct 2021, 12:23

Yes, so sorry while also grateful! I have sent you a PM.
User avatar
mikeyww
Posts: 26936
Joined: 09 Sep 2014, 18:38

Re: File swapper

19 Oct 2021, 12:52

You could try your hand at some coding. The file name (fn) is currently hard-coded, but if you have different file names, you could check the first two characters as in the following sort of example.

Code: Select all

fn = r3xx.UDAS
startsWith := SubStr(fn, 1, 2) ; First two characters of the file name
If (startsWith = "r3")
 dir = \Steam\steamapps\common\Resident Evil 4\BIO4\St3
MsgBox, 64, Directory, %dir%

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: downstairs, OrangeCat and 190 guests