Gnat Posted December 26, 2006 Share Posted December 26, 2006 Any news when there will be an update to the app? Things are looking good! Link to comment Share on other sites More sharing options...
JSThePatriot Posted December 26, 2006 Share Posted December 26, 2006 Links may be dead due to the forum update. I haven't checked them recently, but I am sure he will get them up shortly. 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) Link to comment Share on other sites More sharing options...
GEOSoft Posted December 26, 2006 Share Posted December 26, 2006 Links may be dead due to the forum update. I haven't checked them recently, but I am sure he will get them up shortly.JSUnfortunatly the link goes to torz.org so I'll never be able to DL it. Too bad too because I need something like this.I'll try Garys original. George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!" Link to comment Share on other sites More sharing options...
JSThePatriot Posted December 27, 2006 Share Posted December 27, 2006 Unfortunatly the link goes to torz.org so I'll never be able to DL it. Too bad too because I need something like this.I'll try Garys original.Ah well I will try and get in touch with Rag, and see where he is at on all of this.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) Link to comment Share on other sites More sharing options...
RagnaroktA Posted December 27, 2006 Author Share Posted December 27, 2006 (edited) Holy mother of crap. Whelp, it finally happened to our domain. Just got back from holidays, and over being sick. It's been rather busy, but I assure you the project lives. I've been working on several plugins, and finishing up the GUI design on the tabs that didnt have any information. Our host (ServerSeed) has gone under. TySoft, the guy who supports it, has gone missing. It affected several other people we know, but hadnt hit us at all yet. I guess it just did. Sorry for the broken links, but I dont have a place to upload at the moment. If someone wants to provide temporary hosting, I'll put the files up. In the meantime, I'll try to find another host, and migrate that domain. Edit: Alright, the source is all up, as are the includes. I'll put up the executables after I get back from lunch. Edited December 27, 2006 by RagnaroktA Current Projects:Remote Administration Suite Updated! 12-20-07Remote User State Migration Tool (Plugin) Updated! 12-20-07Batch Print Wizard Updated! 12-20-07Links:AutoIt Beta | AutoIt Wiki Link to comment Share on other sites More sharing options...
Slythfox Posted February 21, 2007 Share Posted February 21, 2007 Looks like the first post was edited on Jan 25 2007... are we to assume this project is still in the works? Link to comment Share on other sites More sharing options...
RagnaroktA Posted March 8, 2007 Author Share Posted March 8, 2007 Looks like the first post was edited on Jan 25 2007... are we to assume this project is still in the works?It is still in the works, although I've been completely swamped at work. I'm going to have time to keep development up starting next week. I have a few kinks to iron out, but for the most part, everything's working just fine.Look for an update soon! Current Projects:Remote Administration Suite Updated! 12-20-07Remote User State Migration Tool (Plugin) Updated! 12-20-07Batch Print Wizard Updated! 12-20-07Links:AutoIt Beta | AutoIt Wiki Link to comment Share on other sites More sharing options...
RagnaroktA Posted March 13, 2007 Author Share Posted March 13, 2007 Updated the source, includes, and executable with the latest and greatest. A few new features, improved a lot of the code, working software retrieval/uninstall. More to come, feedback is very welcome. Current Projects:Remote Administration Suite Updated! 12-20-07Remote User State Migration Tool (Plugin) Updated! 12-20-07Batch Print Wizard Updated! 12-20-07Links:AutoIt Beta | AutoIt Wiki Link to comment Share on other sites More sharing options...
ptrex Posted March 14, 2007 Share Posted March 14, 2007 @RagnaroktA Thanks for the update. But when running it a lot of errors appear, because some includes are not disctributed in your ZIP file. Regards ptrex 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 - Update - 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 Link to comment Share on other sites More sharing options...
RagnaroktA Posted March 14, 2007 Author Share Posted March 14, 2007 (edited) @RagnaroktA Thanks for the update. But when running it a lot of errors appear, because some includes are not disctributed in your ZIP file. Regards ptrex I just might be retarded. Can you tell me what includes you're missing? I'll make sure they're there. Hrm. I just looked at the script, and all of the includes I use are in that zip file. The only thing is, you may have to change the path for a couple of them inside of two of the scripts. In the main RAS.au3, change line 68 to: #include "RASFunctions.au3" In RASFunctions.au3, change line 2 to: #include "CompInfo.au3" Make sure to use CompInfo.au3 that comes with this script, as it's been slightly modified to fit my needs. Edited March 14, 2007 by RagnaroktA Current Projects:Remote Administration Suite Updated! 12-20-07Remote User State Migration Tool (Plugin) Updated! 12-20-07Batch Print Wizard Updated! 12-20-07Links:AutoIt Beta | AutoIt Wiki Link to comment Share on other sites More sharing options...
Earthcoder Posted April 17, 2007 Share Posted April 17, 2007 (edited) this program looks amazing reminds me off ARI advanced remote info - http://masterbootrecord.de/docs/advancedremoteinfo.phpBut im getting a error when i try and get the details - Edited April 17, 2007 by Earthcoder Link to comment Share on other sites More sharing options...
RagnaroktA Posted April 17, 2007 Author Share Posted April 17, 2007 this program looks amazing reminds me off ARI advanced remote info - http://masterbootrecord.de/docs/advancedremoteinfo.phpBut im getting a error when i try and get the details -Tell me a bit about your system/network/systems on the network you're querying...I've only tested this on XP/Server 2003, and I'm just now testing/developing it for use with Vista. Current Projects:Remote Administration Suite Updated! 12-20-07Remote User State Migration Tool (Plugin) Updated! 12-20-07Batch Print Wizard Updated! 12-20-07Links:AutoIt Beta | AutoIt Wiki Link to comment Share on other sites More sharing options...
JSThePatriot Posted April 17, 2007 Share Posted April 17, 2007 I am glad to see you are still working on this project. I hope none of the wait has been due to my lack of work on the CompInfo library. I hope to have more time to continue my AutoIt projects soon. 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) Link to comment Share on other sites More sharing options...
Earthcoder Posted April 18, 2007 Share Posted April 18, 2007 Windows 2000 is our main os When i did refresh it found 2600 computers Link to comment Share on other sites More sharing options...
RagnaroktA Posted April 18, 2007 Author Share Posted April 18, 2007 (edited) Windows 2000 is our main os When i did refresh it found 2600 computersI've not tested it on any Windows 2000 boxes... I can tell you that this script uses WMI primarily (I havent coded out anything to use the registry yet) and 2000 doesnt have the most recent version of WMI by default. That might be a good place to look.See if you can reproduce that error, and map out each step you take from opening the program so that I know where to look. Since it's the executable version, I dont have a line number to go from. Also, given your large network, I'd suggest disabling the auto refresh feature and refreshing from a list or adding machines one by one. I havent finished that part of the script yet, so you cant dumb it down. In my experience, it's usually a huge waste of time to query all of those machines on the network.JS - It's not your lack of development, it's mine. I'm actually trying to future-proof it right now. I've got a box running Vista that I'm testing with. It's not a major rewrite, but there were a few bugs in Vista that I didnt see in XP. I'm also working on various imbedded tools (Ping Utility, etc). I'm not exactly sure when I'll get the next release out, but I'll certainly post when I do. Edited April 18, 2007 by RagnaroktA Current Projects:Remote Administration Suite Updated! 12-20-07Remote User State Migration Tool (Plugin) Updated! 12-20-07Batch Print Wizard Updated! 12-20-07Links:AutoIt Beta | AutoIt Wiki Link to comment Share on other sites More sharing options...
MasterBootRecordde Posted April 23, 2007 Share Posted April 23, 2007 Seems that the Author of this was inspired by my Splash-Screen too. Why do you use PSExec (which isn't allowed to distribute...) instead of BeyondExec? Link to comment Share on other sites More sharing options...
RagnaroktA Posted April 23, 2007 Author Share Posted April 23, 2007 (edited) Seems that the Author of this was inspired by my Splash-Screen too. Why do you use PSExec (which isn't allowed to distribute...) instead of BeyondExec?I stole it from Microsoft Office actually.I'll be creating one from scratch soon.I just like PSExec better than BeyondExec. I have code for both, and may switch before I release a final. Edited April 23, 2007 by RagnaroktA Current Projects:Remote Administration Suite Updated! 12-20-07Remote User State Migration Tool (Plugin) Updated! 12-20-07Batch Print Wizard Updated! 12-20-07Links:AutoIt Beta | AutoIt Wiki Link to comment Share on other sites More sharing options...
James Posted April 23, 2007 Share Posted April 23, 2007 This is incredible. I looked at it, but this looks so good now, I am testing it! The GUI is so awesome! Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
RagnaroktA Posted April 23, 2007 Author Share Posted April 23, 2007 This is incredible. I looked at it, but this looks so good now, I am testing it! The GUI is so awesome!Thanks Secure, that says quite a bit coming from you. I've still got quite a bit of work to do with the GUI, but it's all coming together quite nicely. Let me know if you have ideas for features that I didnt think of! Current Projects:Remote Administration Suite Updated! 12-20-07Remote User State Migration Tool (Plugin) Updated! 12-20-07Batch Print Wizard Updated! 12-20-07Links:AutoIt Beta | AutoIt Wiki Link to comment Share on other sites More sharing options...
shibz Posted May 4, 2007 Share Posted May 4, 2007 Make sure to use CompInfo.au3 that comes with this script, as it's been slightly modified to fit my needs.Sorry, maybe I'm doing it wrong, but where is compinfo.au3? It wasn't in the source or the includes... I commented out the line that needs it and tried to compile... I also seem to be missing c:\windows\system32\mfc71d.dll Link to comment Share on other sites More sharing options...
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