igmeou Posted September 8, 2005 Posted September 8, 2005 I have a to unzip some .gz files and then import it the data file into a excel file. But currently I can't do it in AutoIT... Do anyone have any source code for this? [font="Arial"]Thanks[/font]If @error = me Then $sorry Else Do $clarifyMe Until $meClear EndIF MsgBox(0,"Special Message!","Special Thanks to " & $allHadReplied,$Forever)
Raindancer Posted September 8, 2005 Posted September 8, 2005 AutoIt doesn't have a Unzip function. you have to find a command line tool, or any other program able to extract .gz files. Then you can control those tools with AutoIt... Say: "Chuchichäschtli"My UDFs:_PrintImage UDF_WinAnimate UDFGruess Raindancer
igmeou Posted September 8, 2005 Author Posted September 8, 2005 Thanks man. I read about that but I simply can't find a free zipping tool for .gz format to download. Hope that I can get a tool with some AutoIT examples around for gz files but no luck here. Would appreciate those that help. Thanks. [font="Arial"]Thanks[/font]If @error = me Then $sorry Else Do $clarifyMe Until $meClear EndIF MsgBox(0,"Special Message!","Special Thanks to " & $allHadReplied,$Forever)
Raindancer Posted September 8, 2005 Posted September 8, 2005 7-zip should be able to ungzip files. Search for it at sourceforge http://www.sf.net Say: "Chuchichäschtli"My UDFs:_PrintImage UDF_WinAnimate UDFGruess Raindancer
MHz Posted September 8, 2005 Posted September 8, 2005 Thanks man. I read about that but I simply can't find a free zipping tool for .gz format to download.<{POST_SNAPBACK}>http://www.gzip.org/
igmeou Posted September 8, 2005 Author Posted September 8, 2005 Anyone got examples of how to use the gzip in AutoIT?? [font="Arial"]Thanks[/font]If @error = me Then $sorry Else Do $clarifyMe Until $meClear EndIF MsgBox(0,"Special Message!","Special Thanks to " & $allHadReplied,$Forever)
igmeou Posted September 8, 2005 Author Posted September 8, 2005 Thanks Mhz. [font="Arial"]Thanks[/font]If @error = me Then $sorry Else Do $clarifyMe Until $meClear EndIF MsgBox(0,"Special Message!","Special Thanks to " & $allHadReplied,$Forever)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now