Link to home
Start Free TrialLog in
Avatar of sunilbains
sunilbains

asked on

Unzip File on target server

All,
 I need to write one script which will unzip file using windows inbuild utility on 2003 server.
name is: 1234.zip
I need to unzip file into one folder : D:\abc\dfg\

So Contents of 1234.zip should go to D:\abc\dfg\  
Iam using unzip utility , but it not putting into D:\abc\dfg\    
I cannot user third party tool for unzipping.

Can somebody help?
Avatar of sk_raja_raja
sk_raja_raja

You can do this with native vbscript using the last script on this page:
http://www.robvanderwoude.com/vbstech_files_zip.html
Avatar of sunilbains

ASKER

Can you give me the command itself.  Above examples shows third party tool.
I need to use win2k3 inbuild utility to unzip files on the folder
ASKER CERTIFIED SOLUTION
Avatar of Shift-3
Shift-3
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial