Scriptor 0 Posted January 22, 2007 I search an UDF for Extract RAR-Archives with AutoIt.unrar.dll Share this post Link to post Share on other sites
someone 6 Posted January 22, 2007 I don't mean this to come off as being overly rude, but I don't even know if theres a question here not to mention the fact you have posted a script without its source asking people to do who knows what with. Like I said, I'm not trying to assume anything but please be more descriptive - is this a question, or are you posting(in the wrong forum) a script you wrote??? Andrew Hide someone's signature Hide all signatures While ProcessExists('Andrews bad day.exe') BlockInput(1) SoundPlay('Music.wav') SoundSetWaveVolume('Louder') WEnd Share this post Link to post Share on other sites
Shevilie 1 Posted January 22, 2007 I made this to unrar files from newsgroups.. You'll need Winrar Quickpar hkSFV And then you'll need to alter the settings in the top (if you wish also the text further down since its danish) What it does - You put your main download folder in the setting, the script then starts from the first folder, check if any par - if so check with quickpar - if broken it try's to repair it (as i put auto repair in Quickpar) if not then check if any sfv - if so check with hkSFV if not are there any rar - if so check with winrar If any of those 3 was checked and succeded - then unrar. Well go througfh the script and see if you can use anythingnews.au3 Hide Shevilie's signature Hide all signatures Start here if you are new Valuater's AutoIT 1-2-3Looking for an UDF - Look hereDo you need to do it twice - Autoit Share this post Link to post Share on other sites
livewire 2 Posted January 25, 2007 Keep searching...try winrar in the search I'm sure someone has done it Share this post Link to post Share on other sites
ptrex 89 Posted January 26, 2007 @livewire you can use the free 7 Zip commandline tool Syntax is like this : 7z <command> [<switch>...] <base_archive_name> [<arguments>...] Search the Example forum for AU3 scripts. regards ptrex Hide ptrex's signature Hide all signatures Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM New Share this post Link to post Share on other sites
masvil 3 Posted January 27, 2007 you can use the free 7 Zip commandline toolhttp://www.autoitscript.com/forum/index.ph...c=25984&hl= Share this post Link to post Share on other sites
livewire 2 Posted January 29, 2007 It was a joke...I made a dll to interface with the unrar.dll...see here. Share this post Link to post Share on other sites