Guest vijayaad Posted November 22, 2005 Report Share Posted November 22, 2005 I want a VB script to unzip a zipped file and delte the zip file .Can anyone help me ? Quote Link to post Share on other sites
XMLTorrent 0 Posted November 22, 2005 Report Share Posted November 22, 2005 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. Quote Link to post Share on other sites
maelstorm 0 Posted November 22, 2005 Report Share Posted November 22, 2005 Hi I am not sure how well this would work out, just give this a tryCreate a batch file to unzip a file.Call and execute the batch file using vb script.Some links relating to this Run a batch file using vbscriptThe unzip may not be that as you wanted,Unzip a file Quote Link to post Share on other sites
aspnetguy 30 Posted November 29, 2005 Report Share Posted November 29, 2005 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. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.