B
brian
I have a vb.net app using a shell command because I can't
figure out how to use the string with the
system.process.start. I would like to convert it so I
can do a little error checking to determine if the
process was successful or if it failed.
My shell command is:
c:\cwrsync\rsync.exe -vvrtz --progress --include=*.prx
I am calling the c:\cwrxync\rsync.exe and passing the
paramaters after that.
Can someone show me how to take this and sucessfully use
process.start.
I have tried passing the whole string and that doesn't
work.
process.start("c:\cwrsync\rsync.exe -vvrtz --progress --
include=*.prx")
Do I need to start the exe on it's own and then pass in
the paramaters?
Thanks
figure out how to use the string with the
system.process.start. I would like to convert it so I
can do a little error checking to determine if the
process was successful or if it failed.
My shell command is:
c:\cwrsync\rsync.exe -vvrtz --progress --include=*.prx
I am calling the c:\cwrxync\rsync.exe and passing the
paramaters after that.
Can someone show me how to take this and sucessfully use
process.start.
I have tried passing the whole string and that doesn't
work.
process.start("c:\cwrsync\rsync.exe -vvrtz --progress --
include=*.prx")
Do I need to start the exe on it's own and then pass in
the paramaters?
Thanks