Few questions about Customize File Associations

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
EvilVirus
Posts: 9
Joined: 16 Jan 2013 11:33

Few questions about Customize File Associations

Post by EvilVirus »

Hi.
I use Customize File Associations as follows:

Code: Select all

C:\test\01 - test\*.tf>C:\Programs\Notepad++\notepad++.exe
And it work.

Code: Select all

C:\test\[01] - test\*.tf>C:\Programs\Notepad++\notepad++.exe
But it does not work.

Perhaps the characters "[" and "]" in folder name is a problem.

I do something wrong?

And one more question.

Can I somehow use the construction of this kind:

Code: Select all

*\01 - test\*.tf>C:\Programs\Notepad++\notepad++.exe

admin
Site Admin
Posts: 65203
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Few questions about Customize File Associations

Post by admin »

The open square bracket is a special character in wildcard patterns. To use it literally (as normal character) you have to put it within square brackets: [[]

EvilVirus
Posts: 9
Joined: 16 Jan 2013 11:33

Re: Few questions about Customize File Associations

Post by EvilVirus »

Thanks.

Post Reply