Minimizing an exe file

I have an .exe file and I use this command to make it open as a fullscreen:

fscommand(“fullscreen”, “true”);

Is there any way that I can minimize the exe to the system tray?

Thanx