HardHackz Posted March 1, 2007 Posted March 1, 2007 Is it possible to extract a zip, tar, rar, tgz, gz, etc. with AutoIt3? Does anyone know how you can install WinPcap with AutoIt3? I downloaded the developers version, and apparently I have to compile two .dll files and run a .bat file. I know how to run the .bat file but not the .dll, but then I got confused because where is it going to install to? Thanks in advance, .::HardHackz::. [center]My BlogOldSock Programs (AutoIT Apps)A Message to Hackers! (NOT SKIDDIES!)OldSock Programs is my little "company."[/center]
HardHackz Posted March 1, 2007 Author Posted March 1, 2007 I'll add a question, I want to do a speak thing, but can I do it so that it has a different voice than microsoft sam? This is my code: Dim $speak = ObjCreate("sapi.spvoice") Func Sound($what2say, $volume, $rate, $name) $speak.rate = $rate $speak.volume = $volume $speak.speak($what2say) $speak.voice($name) EndFunc Sound("Testing, testing, 1, 2, 3.",100,1,"Microsoft mary") [center]My BlogOldSock Programs (AutoIT Apps)A Message to Hackers! (NOT SKIDDIES!)OldSock Programs is my little "company."[/center]
jcma Posted March 1, 2007 Posted March 1, 2007 Is it possible to extract a zip, tar, rar, tgz, gz, etc. with AutoIt3?Does anyone know how you can install WinPcap with AutoIt3? I downloaded the developers version, and apparently I have to compile two .dll files and run a .bat file. I know how to run the .bat file but not the .dll, but then I got confused because where is it going to install to?Thanks in advance,.::HardHackz::.Try this:http://legroom.net/modules.php?op=modload&...;app=uniextractSaludos.
HardHackz Posted March 1, 2007 Author Posted March 1, 2007 Try this:http://legroom.net/modules.php?op=modload&...;app=uniextractSaludos.Thanks, but I want to make an installer that extracts the files. [center]My BlogOldSock Programs (AutoIT Apps)A Message to Hackers! (NOT SKIDDIES!)OldSock Programs is my little "company."[/center]
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