Pass multiple args to bat file from console app
From a C# console application , I want to invoke a .bat file which will copy files from the source folder to the destination folder. The two parameters source and destination folder name will be passed from the console application to the bat file. How could this be achieved.
Any sample code provided would be appreciated.
|