command line help req

General discussion related to "Everything".
Post Reply
msalman
Posts: 1
Joined: Wed Sep 06, 2023 4:22 pm

command line help req

Post 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
therube
Posts: 4610
Joined: Thu Sep 03, 2009 6:48 pm

Re: command line help req

Post 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
Post Reply