MT4 Minimized Command Line Option?

 

Does anyone know what the command line option is to start up MT4 minimized ?

Thanks

 

If the program is started from an Icon Shortcut - then right click on the icon, select the shortcut tab and change the 'run' option to minimized. This will work even if the icon is in the startup group.

 
qjol:

If the program is started from an Icon Shortcut - then right click on the icon, select the shortcut tab and change the 'run' option to minimized. This will work even if the icon is in the startup group.

I'm using Windows Scheduler to open and close the MT4 clients and I want to start them up minimized in these circumstances. Hence my search for a Command Line StartUp Option
 
FourX:
I'm using Windows Scheduler to open and close the MT4 clients and I want to start them up minimized in these circumstances. Hence my search for a Command Line StartUp Option


If you are using the scheduler you can try to open a bat file. At least in XP is working without problems. Other Systems may you take a look in google.

In the bat file you write for example :

start /D "C:\windows\system32" /min notepad.exe

Reason: