I want to quietly execute CMD commands within my GUI app to run CMD external app with specified parameters from textbox. I will have cmd.exe in my directory, so I suppose that I will be able to pass only arguments of CMD-only app instead of cd desktop cd folder/onlycmdapp.exe (that works perfectly with warning message)

Could you help me? I´ve tried many ways to do that, but none seems to work properly for me.

Thanks a lot.
VB.NET Developer