I\'m trying to use PSEXEC to uncompress a self extracting file (a console exe created with 7zip) in a remote machine and view the results on my screen.
I have 100 files that look like this: 001.txt 002.txt 003.txt 004.txt ..... 100.txt I want to compress them like this:
I need to execute 7zip commands from nant script. How can I do that? I have tried it like this, but it is开发者_开发知识库 not working
Closed. This question is off-topic. It is not currently accepting answers. 开发者_高级运维Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I\'m working on an automation task in PowerShell that extracts the contents of several .tar archives to their respective subfolders using recursion and the 7z.exe utility.
This problem is bizarre. I have never encountered anything like it before. I am trying to make my program extract a file using 7zip. I have done this before in other programs and it was never too diff
I had used TJcl7zCompressArchive / TJcl7zDecompressArchive to do Archive operation before. Now I would like to compress / decompressin-memory streams directly without file operation.However, when see
From what was suggested here, I am trying to pipe the output from sqlcmd to 7zip so that I can save disk space when dumping a 200GB database. I have tried the following:
I want to do the following on a Windows and Linux machine : Zip several folders in an automated process
I\'ve created my self extracting .exe file from 7zip command line using the 7z a -sfx <name.exe> <filelist...>