Page 1 of 1

command line help req

Posted: Wed Sep 06, 2023 4:24 pm
by msalman
hello everyone
i need batch command which run everything in command line cmd mode scan all hd and then select docx file extention all files make zip if possible if not no prob and then copy it to usb drive thanks

Re: command line help req

Posted: Wed Sep 06, 2023 5:56 pm
by therube
Everything Command-line Interface

ES.exe ext:docx > filestozip.txt
7z.exe a archive.7z @filestozip.txt -scsWIN -spf
COPY archive.7z K:\docxbackups