PDA

Click to See Complete Forum and Search --> : piping multi-line text to a file


Dharper89936
Jan 29th, 2001, 07:26 PM
Can someone assist me in piping multi-line text to a file through VB.

example:

Shell("netsh routing ip show rtmroutes > c:\rtmroutes.text)

This pipe does not execute properly through VB, but it works fine on the command line