I've been searching but having found an answer, so I apologize if I missed it. Is there a way to combine switches on the command line? Example: "C:\Program Files\7-Zip\7z.exe" x .zip -oy > Log[zip].txt Should - theoretically - extract each archive to its own named sub-folder and the "y" would presumably answer "Yes" to all prompts, with the stdout piped into the log file. I can't get any combination of multiple switches to work, so I'm just checking to see if 7zip supports this feature....maybe it's...
I've been searching but having found an answer, so I apologize if I missed it. Is there a way to combine switches on the command line? Example: "C:\Program Files\7-Zip\7z.exe" x .zip -oy > Log[zip].txt Should - theoretically - extract each archive to its own named sub-folder and the "y" would presumably answer "Yes" to all prompts, with the stdout piped into the log file. I can't get any combination of multiple switches. Any help would be appreciated. Many thanks!