Search found 2 matches

by thaum2u
09 Feb 2020 10:56
Forum: DOS Batch Forum
Topic: Using 7-zip Command Line to Unzip Multiple Folders
Replies: 2
Views: 6886

Re: Using 7-zip Command Line to Unzip Multiple Folders

I got help somewhere else. Here is my solution if anyone cares: @echo off rem This batchfile allows for dragging multiple folders to it. It then checks each folder (one rem at a time) to see if there is a .RAR file in it, and if there is, it uses 7-Zip's command rem line program, 7z.exe, to extract ...
by thaum2u
08 Feb 2020 21:51
Forum: DOS Batch Forum
Topic: Using 7-zip Command Line to Unzip Multiple Folders
Replies: 2
Views: 6886

Using 7-zip Command Line to Unzip Multiple Folders

I have a bunch of videos that were downloaded via BitTorrent. Most of them were broken up into multiple segments in their individual folders. I am trying to create a batchfile that will allow me to drag and drop multiple folders onto it, and then if it finds a .RAR file in a folder, it will uncompre...