Toggle UAC to allow script to run without any prompts
Hello, I found this script: http://www.autoitscript.com/forum/topic/103218-advanced-enable-disable-uac-by-alienstar/ I tried to use the modded code by Smashly, but it would not run correctly. I have...
View ArticleExecuting batch files adding them inside the compiled exe?
I just started scripting in autoit, and this is my first script so please don't laugh. Anyway, what I'm trying to do is to mount/unmount a network drive with autoit, I have gotten it to run, but I dont...
View ArticleDllCall in x64 with 'double' and 'string' in parameters list
Hi When I use DllCall function to call a 64bits dll, I encounter a strange behavior. If the dll has to receive a string in first parameter and a 'double' in second parameter, this 2nd one is NOT...
View ArticleHow to compare the time and date of any file
Local $TempFileDate = FileGetTime(@ScriptDir, 0 );returns the time and date information for a file Local $JobLastRun = $TempFileDate[0] & "/" & $TempFileDate[1] & "/" & $TempFileDate[2]...
View ArticleDisable Some Option
Hi all, I’m new to this forum. I need to close/disable screen when a user click on help option in third party software and open our own help file. Can I know how to do this and is that possible to do...
View Article_GUICtrlListBox_SetCurSel() for multiple select?
Hi, currently I am struggling with a problem. I hope someone can help me. I have a multiple select listbox and want to set a default selection on startup. _GUICtrlListBox_SetCurSel() does not support...
View ArticleHow to get the current URL in the new page & set value in the new page?
First I use _IECreate & _IEGetObjByName can be successful to set value in the 1st page, but when I sign in to the 2nd page how I could get the URL of the 2nd page and set value in the 2nd page?...
View Article_GUICtrlListView_CopyItems questions
hi guy i have a questions example : i wanna copy item by list1 to list2 use _GUICtrlListView_CopyItems but how is possible in the same time insert value of list1 in variable ????
View ArticleHow to - Simple installator
Hi all, Im noob in AutoIt:) could you please tell me how make simple installator: - I will need to run some simple parameters which run some external file in graphical mode but in this I need to change...
View Articleurgent-sporadic hang in autoit script
hi, I am using a simple script to clean up chars in another app. The functions used are winactivate, send, controlcommand -none of which should be waiting but yet I have an OCCASIONAL hang where the...
View ArticleInetGet() in background and _SoundPlay()
Well, I'm trying to write an online MP3 player, the goal is to play the MP3 file from an URL. [size=4] [/size] http://www.afk-manager.ir/test/Listen.mp3 My idea, is simple, download the file with...
View ArticleCatch the IE pop-up windows
Here is the script ;=============open IE with URL========================= #include <IE.au3> $sURL =...
View ArticleCopy Files from Network to local server and launch cmd
deploying autoit .exe script via SCCM 2012 to servers then launching the script. Here is the script FileCopy("\\networkpath\Scripts\ilo\FileCopy\file1.cmd", "C:Program Files\hp\hponcfg\", 0)...
View ArticleGet timestamp in miliseconds
I have looked in most of the date/time related UDFs I could find, but nowhere I have been able to find an answer to my simple question: how do I return the current date/time including miliseconds ?...
View ArticleHow to stop Child GUI from being draggable
Hi All It seems I'm struggling to find a solution here. I have one Main GUI and 5 Child GUI without borders so it fits nicely within the main GUI. If I select any of the Child GUI's I am able to move...
View ArticleLimitInputEx UDF
Hey all, I have written a program in Web Expressions that I am running in IE 8 and 9 by making the actual HTML file the homepage. IIS isn't used. The HTML file resides on our network and is a...
View ArticleEditing some special classes
Is that possible to read or change the text of some special classes like: - ComboBox - ListView - SysTabControl32 - SysListView32 I tried to catch the datas using Au3info but it returned different...
View Articleclicking a non active window.
is there a way i can send a click on a window and it still stays behind my other windows? there is no control on that window. tried using controlclick but it doesnt work. tyvm.
View ArticleUnusual requirement - filling website input boxes based on label
I have a bit of an unusual requirement - I need to complete website input boxes on a number of websites. The content is always the same (name, address etc) however different websites label the input...
View Articlehow to "hook" an running iexplore
hello all I would need to view some properties of an "iexplore" instance running in "kiosk" mode on the computer by the _IEPropertyGet(ByRef $o_object, $s_property) command; how can i get the...
View Article