February 10, 2011 at 3:29 am
Hi,
I am having a folder say folder1 and in that folder another folder's which are compressed folders.I want to extract that compressed folders.These folders are compressed by built in windows xp utility.not zip/zip7 or any other software.I know we can do this by using execute process task but i could not understand which executable is used for this.
Thanks in adavance
Abhas.
February 10, 2011 at 5:13 am
abhas (2/10/2011)
Hi,I am having a folder say folder1 and in that folder another folder's which are compressed folders.I want to extract that compressed folders.These folders are compressed by built in windows xp utility.not zip/zip7 or any other software.I know we can do this by using execute process task but i could not understand which executable is used for this.
Thanks in adavance
Abhas.
Hi Abhas,
What is the file extension (.xxx) of these "compressed folders" ?
February 10, 2011 at 5:21 am
abhas (2/10/2011)
Hi,I am having a folder say folder1 and in that folder another folder's which are compressed folders.I want to extract that compressed folders.These folders are compressed by built in windows xp utility.not zip/zip7 or any other software.I know we can do this by using execute process task but i could not understand which executable is used for this.
Thanks in adavance
Abhas.
Normally, the built-in compression utility of windows creates .zip files.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
February 11, 2011 at 4:33 am
I want extract folders which are compressed using windows built in utility.So i don't know which exe extract these folders.
Regards
Abhas.
February 11, 2011 at 4:59 am
You can use the exe of winzip I guess.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
February 11, 2011 at 11:44 pm
The best option should be 7zip which is an open source licence
we have a 7-Zip Command Line Version available for download(http://www.7-zip.org/download.html)
use that one with commands as Expressions along with ur variables in exec process task..
for command line arguments...
February 12, 2011 at 5:50 am
I can't use 7zip as i don't have permission.
February 12, 2011 at 6:49 am
So you must decompress folder, but you can't use an exe to decompress them.
That's quite a deadlock.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
February 14, 2011 at 11:21 pm
Are you looking for a native tool...
if so you can use compress
for that u need to ask ur admin to install this toolkit for u.
February 16, 2011 at 9:02 am
Maybe the permissions issue is not with EXE files, rather adding (non MS) software
The only only MS only options that I can see would be to have a CLR written to access the Windows Shell (where the native compressed folders are) or to install the 2003 Resource Kit (from MS) which has a COMPRESS executable that is command line-able.
Viewing 10 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply