I've been playing around with EnvVar Paths so I can easily start programs from the cmd prompt.
Shortcuts from programs I wish to open using the cmd are copied into a folder X and linked in System Env Paths, and I'm able to execute them using:
> start <shortcut>
However, I'm facing a strange problem when I try this with mySQL Workbench (shortcut is called 'sql.lnk'). After opening the program using
> start sql
anytime I close the cmd prompt, the mySQL Workbench window automatically closes as well.
Does anyone know why this is? I've tried with multiple programs (word, excel, chrome), and none of them give me this behavior.