jimmyjmmy Posted June 3, 2007 Posted June 3, 2007 Hi, When I run a script from SciTE, I got this error even though the script seems ok. whats wrong? Thanks ---------script I run -------------- MsgBox(1,"adsf","adsfadsfdf") ------------------------------------------- ------------ error msg ------------------ >"c:\Program Files\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "C:\Documents and Settings\ohdear\Desktop\teytryt.au3" >Exit code: 0 Time: 2.559
poisonkiller Posted June 3, 2007 Posted June 3, 2007 Are you sure, that you have the latest SciTe version, cause it ran with no errors on my computer?
Developers Jos Posted June 3, 2007 Developers Posted June 3, 2007 Hi,When I run a script from SciTE, I got this error even though the script seems ok. whats wrong?Thanks---------script I run --------------MsgBox(1,"adsf","adsfadsfdf")------------------------------------------------------- error msg ------------------>"c:\Program Files\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "C:\Documents and Settings\ohdear\Desktop\teytryt.au3" >Exit code: 0 Time: 2.559I do not see any error, just the commandline that SciTE uses to run your script and the returncode .... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Developers Jos Posted June 3, 2007 Developers Posted June 3, 2007 Are you sure, that you have the latest SciTe version, cause it ran with no errors on my computer?This is the SciTE version that comes with AutoIt3 which is a "lite" version and doesn't have all extra's like AutoIt3Wrapper which is used by the Full version of SciTE4AutoIt3... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Kip Posted June 3, 2007 Posted June 3, 2007 errorcode: 0 = succesfull, right? MailSpons: Fake SMTP server for safe email testing Dutch postcode & address API.
herewasplato Posted June 3, 2007 Posted June 3, 2007 errorcode: 0 = succesfull, right?I think that you meant to ask ifExit code: 0equaled success.That would be my guess since Exit code: 1 is returned when there is an error. [size="1"][font="Arial"].[u].[/u][/font][/size]
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