necros2k7 Posted March 28, 2017 Posted March 28, 2017 I tried Run ("C:\soft\7z x C:\_soft\tst.7z") but it unpacks in the same dir where script is ran not in destination.
InunoTaishou Posted March 28, 2017 Posted March 28, 2017 I think -o* is the argument you want "C:\soft\7z x -oC:\_soft\tst.7z" necros2k7 1
Subz Posted March 29, 2017 Posted March 29, 2017 I think InunoTaishou meant: Run("C:\soft\7z x C:\_soft\tst.7z -oC:\_Soft") necros2k7 1
InunoTaishou Posted March 29, 2017 Posted March 29, 2017 Good catch Subz, had the right switch just didn't use it correctly lol
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now