Hi,

I execute an exe file using the code below:-

code:
shell "%comspec% /c pgp.exe"  

The exe file displays a load of text. Is there a way of hiding this text?

cmd.exe has a /q switch, which is supposed to turn echo off. This doesn't seem to work.

Does anyone have any ideas?