When I use this command with or without the zero at the end, my output does not write to the output file. If I leave the zero off, I can see the out put be written to the dos window.

Shell App.Path & "\BIMPORT.EXE /sentsqlt3a /phorizon /usaduke /dhorizon /ldnl /mdom /hheader.txt /ihr.txt /fs41 /ksecond_id /zn >c:\Horizon\TEST.txt", 0

If I put these same switches in a .bat file and double click it, the writing the output to a file works fine. How do I do this in VB?
What do I need to add?

Please Help!!!