Jump to content

want a VB script to unzip a zipped file and delte


Guest vijayaad

Recommended Posts

I don't think there is an actual way to unzip a zipped file from VBScript. There is a way to delete the zip file but I don't think you can unzip it.You can check the MSDN website in the VBScript section to find code that might be relevant to your problem but as far as I know, there isn't anything that can unzip a file let alone run WinZip to unzip the file.

Link to comment
Share on other sites

Where is the zipped file? on the server? If it is on the server you cannot touch it with VBScript (this is client side only).You should look into a server side language, this is easy to do with ASP.Net or PHP.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...