I'm building a c# windows app, and part of the functionality needs to be the ability to copy folders from one directory to another, e.g. xcopy\\aaaa\bbbb\cccc \\dddd\eeee\ffff etc
Is it possible to use cmd line commands such as this as part of a windows app, or is there an easier way of doing it? I've only really done asp.net stuff with it up until now.
Thanks
Is it possible to use cmd line commands such as this as part of a windows app, or is there an easier way of doing it? I've only really done asp.net stuff with it up until now.
Thanks