H
Henry Craven
Try as I might I can't get the following command to execute in .net
C:\winnt\System32\xcopy.exe D:\Data\Test D:\VB /e /d /h /o /v >
C:\Copyresults.txt
How do I get it to execute in Shell() Or what would be the equivalent
..net Commands ( note: the /o is important )
Tried
Shell,
System.Diagnostics.Process,
Process.Start
Process.Startinfo ( with and without RedirectStandardInput )
At this stage I'm up the creek and don't even know what the paddle
should look like.
All help gratefully accepted.
C:\winnt\System32\xcopy.exe D:\Data\Test D:\VB /e /d /h /o /v >
C:\Copyresults.txt
How do I get it to execute in Shell() Or what would be the equivalent
..net Commands ( note: the /o is important )
Tried
Shell,
System.Diagnostics.Process,
Process.Start
Process.Startinfo ( with and without RedirectStandardInput )
At this stage I'm up the creek and don't even know what the paddle
should look like.
All help gratefully accepted.