- Aug
- 2,058
- 83
Hi,
ver /r displays
I will have to live with the fact that I cannot use ZIP to archive complete NTFS File Streams.
So, I decided to see if the following would work;
That worked. Now, when I do a;
Note that the w is missing form the Projection.qp file.
When I do;
I have my Projection.qp file. Next;
I then type Projection.qpw and Quattro Pro launches and loads my file. So, everything is getting ZIPped okay, with the above anomaly.
I tried this with other NTFS File Streams that I have, to see if this was just a one-off fluke, with the same result. For example;
Note the last t missing from original.tx
I figure that, while ZIPing the NTFS File Streams this way loses the streams in a file, it eliminates the need to use Microsoft Backup, and I still get all the files into one .ZIP file.
Any way to work around the missing last letter of the extension of an NTFS File Stream when ZIPping them?
Joe
ver /r displays
Code:
TCC 13.00.26 Windows XP [Version 5.1.2600]
TCC Build 26 Windows XP Build 2600 Service Pack 3
So, I decided to see if the following would work;
Code:
zip mystuff.zip "Line Of Credit.qpw" "Line Of Credit.qpw:Projection.qpw"
<= C:\jlc\Line Of Credit.qpw
<= C:\jlc\Line Of Credit.qpw:Projection.qpw
Code:
zip /v mystuff.zip
2011-10-12 20:36 64,020 63% Line Of Credit.qpw
2011-10-12 20:36 4,096 75% Projection.qp
When I do;
Code:
unzip mystuff.zip Projection.qp
=> C:\jlc\Projection.qp
Code:
ren Projection.qp Projection.qpw
C:\jlc\Projection.qp -> C:\jlc\Projection.qpw
1 file renamed
I tried this with other NTFS File Streams that I have, to see if this was just a one-off fluke, with the same result. For example;
Code:
zip /v mytext.zip
2011-10-12 08:10 1,459 48% ram.txt
2011-10-12 08:10 1,447 49% original.tx
I figure that, while ZIPing the NTFS File Streams this way loses the streams in a file, it eliminates the need to use Microsoft Backup, and I still get all the files into one .ZIP file.
Any way to work around the missing last letter of the extension of an NTFS File Stream when ZIPping them?
Joe