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
command line help req
Re: command line help req
Everything Command-line Interface
ES.exe ext:docx > filestozip.txt
7z.exe a archive.7z @filestozip.txt -scsWIN -spf
COPY archive.7z K:\docxbackups
ES.exe ext:docx > filestozip.txt
7z.exe a archive.7z @filestozip.txt -scsWIN -spf
COPY archive.7z K:\docxbackups