Hmm. A couple thoughts... are you running the script with a SETCONSOLE("hide") before calling the daemon? Sometimes this works.. Or you can fiddle with using START /m to run minimized...

Also, some applications can be called hidden.. even if they don't have a commandline switch for doing it. If you check out the COM forum, there are ways to open apps with Win32_Process...

Brian