Syntax: TextEditorPro.exe [filename] [-appinipath] [-noini] [-noskin] [-mi] [-inifilename={name}] [-inipath={path}] [-addfont=‘{filename}’]

Param Description
-appinipath or -a INI files are saved into application path instead of user application data path (e.g. C:\Users\<user>\AppData\Local\TextEditorPro).

Note! Since version 19.3.0, if TextEditorPro.ini is in the application path, the -appinipath parameter is not required.

-noini or -ni INI files are not read or written.
-noskin or -ns Disable skin-engine.
-inifilename={name} or -if={name} INI files are saved using a name instead of application name (e.g. -inifilename=TextEditorPro64).
-inipath={path} or -ip={path} INI files are saved into a defined path.
-addfont=‘{filename}’ or -af='{filename}’ Add true type fonts without installing them (e.g. -addfont=‘c:\fonts\font.ttf’). Several fonts can be added in the same way.
-mi or -m Allow multiple instances.
-search={text} or -s={text} Search from file.
-combine or -c TextEditorPro.exe -c destination.txt source1.txt source2.txt source3.txt…
Note! The encoding of the new file comes from the first combined file. There must be at least two files to combine.