Opening files recursively with user defined language
-
Hi there, is it possible to recursively open files with wildcard name-mask, in new instance AND user-defined language ?
Here is my guess … **notepad++.exe -nosession -multiInst -lMYLANGUAGENAME -r “WILDCARD” **but it doesn’t set any language. -
Afaik, the l switch cannot be used with udl languages.
A possible workaround, which more or less handles it, is described here.Cheers
Claudia