Jump to content

Recommended Posts

Posted

Is it possible to create an unzipper in autoit?

I would have to say with everything I have seen AutoIt do to date yes it is possible. Now it will take alot of ingenuity and imagination, but that is what AutoIt is all about.

Also if you know any C++ then you may be able to make a plug-in that then could be used by AutoIt to unzip.

Also all of the above is assuming you are meaning unzipping a zipped file. Not your pants. B)

JS

AutoIt Links

File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out.

ComputerGetInfo UDF's Updated! 11-23-2006

External Links

Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)

Posted (edited)

If by 'unzipper' you mean 'self-extracting EXE file possibly with a custom-drawn GUI', you could just compile a script that contains some number of FileInstall() commands.

Edit: You could also cheat by silently using a command-line unzipping utility and wrapping a nice GUI around it.

Edited by LxP

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...