I want to start a program (Zotero) minimized, so I tried the bat file approach with a single line:

start /min "C:\Program Files (x86)\Zotero\zotero.exe"

and it failed to start at all. I went...