I want to compress a 13 mb file. I run the following cmd and it is successful (as as I can tell) but no new zip file appears.
D:\>compact D:\myfile.bak
Listing D:\myDir\
New files added to this directory will not be compressed.
13728256 : 4874240 = 2.8 to 1 C myFile.bak
Of 1 files within 1 directories
1 are compressed and 0 are not compressed.
13,728,256 total bytes of data are stored in 4,874,240 bytes.
The compression ratio is 2.8 to 1.
Am I not including switch or is the file going somewhere else?