I'm doing some research into image file execution options and came across an example of textpad being called in Windows cmdline with the following line of code;
"C:/Program Files/TextPad 8/textpad.exe" -m -n
Now I know the -m will just start another instance but I cannot find what the -n in this code is doing. Can anyone point me to the answer?