Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Open a file in a ZIP via Explorer (no GUI)

May
13,828
211
I know an Explorer window can go inside a ZIP file, but ...

I didn't think this would work. It did! Explorer must have done it (via ShellExecute[Ex]). It opened in TextPad according to the association for .TXT.

Code:
start d:\anonymous\4plugins\X64\4wt.zip\4wt.txt

The file I actually saw was here:

Code:
C:\Users\vefatica\AppData\Local\Microsoft\Windows\INetCache\IE\7FQSB1GC\4wt[1].txt
 
It even works without START.

Edit: no it doesn't.
 
Last edited:
Back
Top