Hi All,
I have a question on how to automatically run an win32 application automatically with certain parameters. To be detailed, here is a fairly close example of the case though not exactly what I really want:
Say I have 100 *.zip files in different directories and paths, I need to unzip them into one folder. Since Winzip can't unzip all *.zip in one process, I have to do it one by one, such as indicating which path to extract etc. Is there a way to do that automatically by writing an C/C++ code?
I am NOT specifying working on winzip but just an example. Do I need to know the win32 application API so that I can access it?
I have a question on how to automatically run an win32 application automatically with certain parameters. To be detailed, here is a fairly close example of the case though not exactly what I really want:
Say I have 100 *.zip files in different directories and paths, I need to unzip them into one folder. Since Winzip can't unzip all *.zip in one process, I have to do it one by one, such as indicating which path to extract etc. Is there a way to do that automatically by writing an C/C++ code?
I am NOT specifying working on winzip but just an example. Do I need to know the win32 application API so that I can access it?