I know how to focus a file and use ${focusfilepath}, but I don't want to focus to any file while I'm using the command. Also, I just gave base.txt as an example, but I can have other files in there, such as base2.txt, or base3.txt etc.
I'm looking for a custom command that can open any 1 file without a focus, something like this:
notepad2 base.txt (to open base.txt with notepad2), or
notepad2 base2.txt (to open base2.txt with notepad2), or
notepad2 base3.txt (to open base3.txt with notepad2)
It's similar to this: Although I have many folders in C:\Users\, I can just type cd Master but I don't need to focus on the folder called Master for changing directory.
I hope this example is clearer.