I'm running 6.03a under XPsp2 and have noticed a couple of issues relating to packed files; searched the forum but did not see any reference to these:
1) When navigating (selecting Enter) multi-arc packed files such as file.tar.gz, the current directory changes to follow the contents of the (temporarily) unpacked file. This is as expected. However, when I then hit the backspace key to view the parent directory, the current directory sometimes remains in the TEMP directory. I have found this happens when selecting backspace immediately after entering the second level arc file. If I wait about 1 second, the correct directory will restore, but if I hit backspace < 1 second, I end up in TEMP. I am using the built in packer for .gz and .tar files. Here is an explicit example:
Code: Select all
environment var TEMP=C:\TEMP
File to unpack: D:\mydir\testfile.tar.gz
Press enter on D:\mydir\testfile.tar.gz
CWD = D:\mydir\testfile.tar.gz\*.*
Press enter on D:\mydir\testfile.tar.gz\testfile.tar
CWD = C:\Temp\_tc\testfile.tar\*.*
Press backspace
Since I like to navigate file/directories quickly, having to wait for TC to restore the CWD is a pain. Any suggestions?
2) Minor issue, but when I want to extract only a single file (does not have to be a multi-arc), I highlight the file, then select "Unpack Specific Files", the dialog default field "Files to unpack:" is *.*, not the name of the file(s) I had highlighted. This makes it time consuming to clear the *.* and manually type in only the files I want to extract. Any setting to change this behavior (it's counter to all other extraction utilities I've used).
Thanks in advance.