Calling cmd.exe using execute-process

Hi all
I have the following line where I want to execute a simple bat-file with a parameter:

Execute-Process "cmd.exe" -Parameters "/C `"C:\app\client\product\12.1.0\client_32\deinstall\deinstall.bat`" -silent -paramfile `"$dirFiles\deinstall_OraClient12Home1_32bit.rsp`""

The process is executed fine but the cmd-prompt is hidden and I would like to show the window to my endusers as it provides some decent information as it runs along.

Any ideas as how to make it visible?

Best Regards,
Christian

Did you ever figure this out?