unar -o temp -encoding cp866 my-old-arch.zip
Showing posts with label windows. Show all posts
Showing posts with label windows. Show all posts
Monday, March 8, 2021
Old dos/windows archive files decompression with correct file names
Friday, April 24, 2020
Windows rsync alternative
Copy all files recursively from drive D to E:\WinData subfolder:
Robocopy.exe D:\ E:\WinData /e /z /dcopy:DAT /xd "System Volume Information" /xd "$RECYCLE.BIN" /A-:SH
Fix hidden directory (robocopy bug):
attrib -s -h E:\WinData
Robocopy.exe D:\ E:\WinData /e /z /dcopy:DAT /xd "System Volume Information" /xd "$RECYCLE.BIN" /A-:SH
Fix hidden directory (robocopy bug):
attrib -s -h E:\WinData
Subscribe to:
Posts (Atom)