run app from cmd code example
Example 1: how to xexecute file using cmd
call C:\FixWin\fixed.exe
Example 2: running an app with cmd
start your_application.exe
#if that doesn't work then you may wanna try:
call C:\FixWin\fixed.exe
start your_application.exe
#if that doesn't work then you may wanna try: