Help With Script Involving 7-Zip.
Posted: 13 Jan 2009 22:12
I'm after a script that will extract a zip file and to the same folder and then then delete the zip file it just extracted.
I've done some pretty basic scripts, no one of them with more than 4 lines, so this is clearly out of my expertise.
OK so this is in detail what i want it to do.
1.- I will select "test.zip" file.
2.- The script will extract the selected "test.zip" file to the same folder.
3.- the script will delete the "test.zip" (or better yet, send it to the recycle bin)
I have the 7-Zip program installed on my machine. I was planing on using the "7zG.exe" file. Something like "7zG.exe e <Zip File>"
Can some one point me in the right direction. Or do something for me that could do this so i can understand how it works and adapt it.
For those without 7-Zip installed here's the Help File
Thank you in advance to all taking the time to read this.
I've done some pretty basic scripts, no one of them with more than 4 lines, so this is clearly out of my expertise.
OK so this is in detail what i want it to do.
1.- I will select "test.zip" file.
2.- The script will extract the selected "test.zip" file to the same folder.
3.- the script will delete the "test.zip" (or better yet, send it to the recycle bin)
I have the 7-Zip program installed on my machine. I was planing on using the "7zG.exe" file. Something like "7zG.exe e <Zip File>"
Can some one point me in the right direction. Or do something for me that could do this so i can understand how it works and adapt it.
For those without 7-Zip installed here's the Help File
Thank you in advance to all taking the time to read this.