- Compress the files
- Join the files
If not, the other option is doing a copy to join the files. But, how can I undo it? It can use text or binary file and want it to be lossless.
And I can't use Powershelll!!! Only use the cmd.exe!!
Moderator: DosItHelp
Lol, yes, tar is avaliable, but ONLY in new version of windows. I forget to say about it. Is there other tool to do it in old windows? Or in other words, If the system don't have tar, what are my options?mataha wrote: ↑03 Aug 2023 16:34I believe tar is available on Windows these days:
Code: Select all
tar --help
Great answer! This is exactly what I was looking! I couldn't find it myself!ShadowThief wrote: ↑03 Aug 2023 17:19There are several options available, but makecab is probably your best bet. https://stackoverflow.com/questions/280 ... s-with-bat
You'd be interested in this then.rodrigo.brasil wrote: ↑03 Aug 2023 16:42Lol, yes, tar is avaliable, but ONLY in new version of windows. I forget to say about it. Is there other tool to do it in old windows? Or in other words, If the system don't have tar, what are my options?mataha wrote: ↑03 Aug 2023 16:34I believe tar is available on Windows these days:
Code: Select all
tar --help