G
Guest
I would like to include an executable tool into my application in the event
that the person running my application does not have this exe on their
system. For example, I have an application that leverages robocopy.exe, and
not all of my users will have robocopy.exe on their systems. Can I just add
robocopy.exe to my solution and then build it? What is the proper way to do
this? Thanks in advance for any help.
that the person running my application does not have this exe on their
system. For example, I have an application that leverages robocopy.exe, and
not all of my users will have robocopy.exe on their systems. Can I just add
robocopy.exe to my solution and then build it? What is the proper way to do
this? Thanks in advance for any help.