#7670
Yutaka Emura
Keymaster

cptraddict wrote:
Is there a way to specify what file type is used when EmEditor is opened? For example, when I open EmEditor currently the “text” configuration is loaded. I would like to have the another syntax like “HTML” for example loaded. Is there any way for this to be done?

You can specify /c option in command line. For instance, if you want to launch EmEditor with HTML configuration, you would specify:

emeditor.exe /c HTML

I hope this helps.