int sysReturn = system("\"C:\\Program Files\\WinZip\\winzip32\" -a C:\\LOG\\test.zip C:\\LOG\\LOG_7-20-2010_17_8_48_834.csv");
Everything seems to work - as in it creates test.zip
However, it opens the WinZip GUI (that shows how much has been compressed, etc while my program is running.)
How can I skip that part where it doesn't open anything in windows that the user sees? I would like it to be "hidden" so after my program runs, all you see is the zipped file.
WinZip command line parameters reference:
http://www.memecode.com/docs/winzip.html