GEOSoft Posted November 22, 2008 Posted November 22, 2008 Its written to convert VBScript, not VB 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!"
SinghIsKing Posted November 22, 2008 Posted November 22, 2008 anyway to convert AU3 (Autoit) Script to VBS (VBScript)? is it possible?
GEOSoft Posted November 22, 2008 Posted November 22, 2008 anyway to convert AU3 (Autoit) Script to VBS (VBScript)? is it possible?There are no current tools to do au3>>vbs 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!"
boomingranny Posted November 22, 2008 Posted November 22, 2008 (edited) Hi All, if anyone is after a slightly updated version of this script, that works with the current AutoIt version. look below: please let me know if there are any bugs (i am sure there will be) its not perfect, but it works.VAConvert.0.52.zip Edited November 23, 2008 by boomingranny
Zedna Posted December 22, 2008 Posted December 22, 2008 (edited) I did syntax correction for current AutoIt 3.2.12.1 Not tested.VAConvert.04corrected.zip Edited December 22, 2008 by Zedna itrider 1 Resources UDF Â ResourcesEx UDF Â AutoIt Forum Search
rajeshontheweb Posted March 24, 2009 Posted March 24, 2009 (edited) hi there, found ur script a very useful one, i had not attempted using it so long, coz i like converting those vbscripts myself which maked me learn autoit better. but due to time constraint and patience lag, i used it to convert a vb scriptto start with, i used it on v 3.3runerrorsfatal returned an error, removing statement from two files lets me proceedand these were left out donno if they are genuine bugs, but yet....i dono if this is a bug but just felt i should report here:VBS: End With ; Au3: Endwith - Should be: EndwithVBS: IPAddress ; AU3 IPAddres$s ; Should be : IPAddressVBS: Msgbox("Some Text") ; AU# : Msgbox("Some Text") ; should be : Msgbox (4096,"Title","Some text")Thanks a lot , there. for listening i havent read through this thread completely yet, and it is possible u might have said MSgbox function isnt included, but yet, i am just posting here in case u consideranyways, great work buddy.<update> tried the nov 2008 edited version, run errors fatal doesnt appearothers remain the same.... Edited March 24, 2009 by rajeshontheweb Started late is much better than having never started it!!!!Failure is another step towards success. I've been messing around with: Adding Entry to 'Hosts'File Information Lister (Logger)Yet Another AutoIT Error Handler Yet Another AutoIT Error Handler & Debugger Control your App's TaskBar Button YCurrency Ticker (Latest Release : 16 Apr 2009)_WinInetInternetCheckConnection UDF Symantec Definitions Lister UDF _GetLocalIPAddresses UDF UDF to get Special Folder Information WMI_NetworkAdapterConfiguration2Array WMI_CDRomDriveCapabilities _ScriptExists - Check if your au3 script is running!! Uninstaller UDF Get Version for your application (at script level or compiled stage) Uninstaller Pro - faster alternative to windows application removal applet
GEOSoft Posted March 24, 2009 Posted March 24, 2009 Opt(RunErrorsFatal) is no longer supported in AutoIt 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!"
rajeshontheweb Posted March 24, 2009 Posted March 24, 2009 yeah being a newbie into core autoit , i felt that but i posted it here to get these codes updated :-) looking for someone or the author to update the marvelous piece of script to run smoothly with au3! Started late is much better than having never started it!!!!Failure is another step towards success. I've been messing around with: Adding Entry to 'Hosts'File Information Lister (Logger)Yet Another AutoIT Error Handler Yet Another AutoIT Error Handler & Debugger Control your App's TaskBar Button YCurrency Ticker (Latest Release : 16 Apr 2009)_WinInetInternetCheckConnection UDF Symantec Definitions Lister UDF _GetLocalIPAddresses UDF UDF to get Special Folder Information WMI_NetworkAdapterConfiguration2Array WMI_CDRomDriveCapabilities _ScriptExists - Check if your au3 script is running!! Uninstaller UDF Get Version for your application (at script level or compiled stage) Uninstaller Pro - faster alternative to windows application removal applet
GEOSoft Posted March 25, 2009 Posted March 25, 2009 The author hasn't been seen around here for a couple of years and a few of us have done our own partial rewrites to it but it's pretty much a dead thread at this point. I was writing a full replacement for this but I put it aside until the next time I get bored, or maybe the time after that. 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!"
akb0109 Posted May 13, 2009 Posted May 13, 2009 The option RunErrorsFatal has been removed in V3. That's why it gives error when running the script. E:\vaconvert.au3(16,36) : ERROR: AutoItSetOption() called with illegal argument 1: "RunErrorsFatal" AutoItSetOption("RunErrorsFatal", 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ E:\Vb2AU converter\bk-string.au3(18,36) : ERROR: AutoItSetOption() called with illegal argument 1: "RunErrorsFatal" AutoItSetOption("RunErrorsFatal", 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ E:\vaconvert.au3 - 2 error(s), 0 warning(s) Can anybody provide the script which run perfectly. thanks,
TropicalBound Posted June 8, 2009 Posted June 8, 2009 I'm going to have to concede and ask for help (ouch!) How to I use vaconvert.au3? TB
rajeshontheweb Posted June 8, 2009 Posted June 8, 2009 remove the opt fatal errors... lines and then u will see the gui , tis pretty simple .. Started late is much better than having never started it!!!!Failure is another step towards success. I've been messing around with: Adding Entry to 'Hosts'File Information Lister (Logger)Yet Another AutoIT Error Handler Yet Another AutoIT Error Handler & Debugger Control your App's TaskBar Button YCurrency Ticker (Latest Release : 16 Apr 2009)_WinInetInternetCheckConnection UDF Symantec Definitions Lister UDF _GetLocalIPAddresses UDF UDF to get Special Folder Information WMI_NetworkAdapterConfiguration2Array WMI_CDRomDriveCapabilities _ScriptExists - Check if your au3 script is running!! Uninstaller UDF Get Version for your application (at script level or compiled stage) Uninstaller Pro - faster alternative to windows application removal applet
E1M1 Posted June 9, 2009 Posted June 9, 2009 Very nice, Thanks for sharing. Could you make if for other languages too like C++ or something? edited
Kip Posted June 9, 2009 Posted June 9, 2009 Very nice, Thanks for sharing.Could you make if for other languages too like C++ or something?Yeah, VBS and C++, those are almost the same languages... MailSpons: Fake SMTP server for safe email testing Dutch postcode & address API.
joeloyzaga Posted July 20, 2009 Posted July 20, 2009 Hi All,if anyone is after a slightly updated version of this script, that works with the current AutoIt version. look below:please let me know if there are any bugs (i am sure there will be) its not perfect, but it works.Does the gui posted in the earler posts work with this version?
DCCD Posted July 21, 2009 Posted July 21, 2009 Great job, keep it up [u][font=Arial Black]M[/font]y Blog, AVSS Parts[/u][font=Arial Black]Else[/font][font=Arial Black]L[/font]ibya Linux Users Group
logmein Posted July 21, 2009 Posted July 21, 2009 (edited) An error : It's always has "$" before any " ' " characters (used for comments in script). Edited July 21, 2009 by logmein [font=arial, helvetica, sans-serif][s]Total USB Security 3.0 Beta[/s] | [s]Malware Kill[/s] | Malware Scanner | Screen Hider | Locker | Matrix Generator[s]AUTO-SYNC 1.0 | MD5 Hash Generator | URL Checker | Tube Take [/s]| Random Text[/font]
kuhasu Posted September 4, 2009 Posted September 4, 2009 (edited) hi there, is there an autoit script to VBS tool?Thank you! Edited September 4, 2009 by kuhasu
GEOSoft Posted September 4, 2009 Posted September 4, 2009 hi there,is there an autoit script to VBS tool?Thank you!And AutoIt scripters would rush to create one because?Kind of a foolish question to ask around here but the answer is "A partial one that has not and will not be posted". 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!"
csmithknott Posted August 31, 2010 Posted August 31, 2010 Thank you for taking the time to do this. Its a great help for the n00bs like myself who are just getting started. This worked like a champ. Cheers! Chad
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