A
Alan T
I have a string in the format:
Export.exe %1 %2
I will exexute this string by Process.Start();
However, before calling the Start I need to substitute the %1 and %2 with
the source file name and destination file name, how do I substitute that?
Export.exe %1 %2
I will exexute this string by Process.Start();
However, before calling the Start I need to substitute the %1 and %2 with
the source file name and destination file name, how do I substitute that?