Infiri Posted February 21, 2014 Share Posted February 21, 2014 I'm not sure what happened, but if I have #RequireAdmin in my scripts it's just blindly running scripts. If I run MsgBox(0, "", "Hi" The console shows error parsing function call, as it should because I'm missing the end parenthesis. But if I run #RequireAdmin MsgBox(0, "", "Hi" I get no errors, the console shows the script completed. It didn't used to do this, and I probably turned it off by fatfingering a key, so if anyone knows how to turn it back on I would appreciate it. Link to comment Share on other sites More sharing options...
Developers Jos Posted February 21, 2014 Developers Share Posted February 21, 2014 Show all SciTE console output, but likely you are running the lite version of SciTE and use to run the full which would also perform au3check for you. Jos 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. Link to comment Share on other sites More sharing options...
Infiri Posted February 21, 2014 Author Share Posted February 21, 2014 >"C:\Program Files\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "C:\Test.au3" >Exit code: 0 Time: 2.394 Is that different than the version on the autoit site? I just updated my version to fix the issue, but it didn't help. I swear it was working just a few days ago without me updating versions. About is showing: SciTE-Lite Version 3.3.6 Dec 30 2013 15:53:31 by Neil Hodgson. Updated by Jos Hey that's you! mLipok 1 Link to comment Share on other sites More sharing options...
Developers Jos Posted February 21, 2014 Developers Share Posted February 21, 2014 As mentioned: You are running the lite version. Just download the separate full SciTE4AutoIt3 installer to get all the goodies. Jos dogisay 1 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. Link to comment Share on other sites More sharing options...
Infiri Posted February 21, 2014 Author Share Posted February 21, 2014 I think I am missing something. I am going here: http://www.autoitscript.com/site/autoit/downloads/ Clicking on download autoit here: '> And it is installing the lite version. Sorry if I seem like a dumbass, I think I'm just missing something obvious. Link to comment Share on other sites More sharing options...
Solution guinness Posted February 21, 2014 Solution Share Posted February 21, 2014 Check here >> http://www.autoitscript.com/site/autoit-script-editor/downloads/ UDF List: _AdapterConnections() • _AlwaysRun() • _AppMon() • _AppMonEx() • _ArrayFilter/_ArrayReduce • _BinaryBin() • _CheckMsgBox() • _CmdLineRaw() • _ContextMenu() • _ConvertLHWebColor()/_ConvertSHWebColor() • _DesktopDimensions() • _DisplayPassword() • _DotNet_Load()/_DotNet_Unload() • _Fibonacci() • _FileCompare() • _FileCompareContents() • _FileNameByHandle() • _FilePrefix/SRE() • _FindInFile() • _GetBackgroundColor()/_SetBackgroundColor() • _GetConrolID() • _GetCtrlClass() • _GetDirectoryFormat() • _GetDriveMediaType() • _GetFilename()/_GetFilenameExt() • _GetHardwareID() • _GetIP() • _GetIP_Country() • _GetOSLanguage() • _GetSavedSource() • _GetStringSize() • _GetSystemPaths() • _GetURLImage() • _GIFImage() • _GoogleWeather() • _GUICtrlCreateGroup() • _GUICtrlListBox_CreateArray() • _GUICtrlListView_CreateArray() • _GUICtrlListView_SaveCSV() • _GUICtrlListView_SaveHTML() • _GUICtrlListView_SaveTxt() • _GUICtrlListView_SaveXML() • _GUICtrlMenu_Recent() • _GUICtrlMenu_SetItemImage() • _GUICtrlTreeView_CreateArray() • _GUIDisable() • _GUIImageList_SetIconFromHandle() • _GUIRegisterMsg() • _GUISetIcon() • _Icon_Clear()/_Icon_Set() • _IdleTime() • _InetGet() • _InetGetGUI() • _InetGetProgress() • _IPDetails() • _IsFileOlder() • _IsGUID() • _IsHex() • _IsPalindrome() • _IsRegKey() • _IsStringRegExp() • _IsSystemDrive() • _IsUPX() • _IsValidType() • _IsWebColor() • _Language() • _Log() • _MicrosoftInternetConnectivity() • _MSDNDataType() • _PathFull/GetRelative/Split() • _PathSplitEx() • _PrintFromArray() • _ProgressSetMarquee() • _ReDim() • _RockPaperScissors()/_RockPaperScissorsLizardSpock() • _ScrollingCredits • _SelfDelete() • _SelfRename() • _SelfUpdate() • _SendTo() • _ShellAll() • _ShellFile() • _ShellFolder() • _SingletonHWID() • _SingletonPID() • _Startup() • _StringCompact() • _StringIsValid() • _StringRegExpMetaCharacters() • _StringReplaceWholeWord() • _StringStripChars() • _Temperature() • _TrialPeriod() • _UKToUSDate()/_USToUKDate() • _WinAPI_Create_CTL_CODE() • _WinAPI_CreateGUID() • _WMIDateStringToDate()/_DateToWMIDateString() • Au3 script parsing • AutoIt Search • AutoIt3 Portable • AutoIt3WrapperToPragma • AutoItWinGetTitle()/AutoItWinSetTitle() • Coding • DirToHTML5 • FileInstallr • FileReadLastChars() • GeoIP database • GUI - Only Close Button • GUI Examples • GUICtrlDeleteImage() • GUICtrlGetBkColor() • GUICtrlGetStyle() • GUIEvents • GUIGetBkColor() • Int_Parse() & Int_TryParse() • IsISBN() • LockFile() • Mapping CtrlIDs • OOP in AutoIt • ParseHeadersToSciTE() • PasswordValid • PasteBin • Posts Per Day • PreExpand • Protect Globals • Queue() • Resource Update • ResourcesEx • SciTE Jump • Settings INI • SHELLHOOK • Shunting-Yard • Signature Creator • Stack() • Stopwatch() • StringAddLF()/StringStripLF() • StringEOLToCRLF() • VSCROLL • WM_COPYDATA • More Examples... Updated: 22/04/2018 Link to comment Share on other sites More sharing options...
Infiri Posted February 21, 2014 Author Share Posted February 21, 2014 That worked, thanks guys! Link to comment Share on other sites More sharing options...
Developers Jos Posted February 21, 2014 Developers Share Posted February 21, 2014 I think I am missing something. I am going here: http://www.autoitscript.com/site/autoit/downloads/ Clicking on download autoit here: '> And it is installing the lite version. Sorry if I seem like a dumbass, I think I'm just missing something obvious. Guess you didn't notice the link in my Signature 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. Link to comment Share on other sites More sharing options...
Infiri Posted February 21, 2014 Author Share Posted February 21, 2014 Guess you didn't notice the link in my Signature Man I actually did see it, but I wasn't sure what it was, so it didn't try it 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