Please Help me with my script
i want to make the script automatically click the open firefox window and click a certain form box and enter numbers 001 to 999 in order and hit enter after each number is entered this is as far as i...
View Articlecompact and repair open ms access db
I have a ms access db that calls on many macros, but needs a compact and repair in between each macro. Is there a simple script that can be used to do this?
View Article[Solved] SCHTASKS that extend to the next day and beyond?
Hello all, I have the following script that will create a Schduled Task to remove a user from the Administrators group after an amount of time has elapsed. It defaults to 2 hours, but via the command...
View ArticleRequesting help with conditional statements
Hello: I'm looking for assistance with an AutoIt script that I'm working on. I need to apply a firmware update on a number of SSDs. A percentage of the drives already have the latest version....
View ArticleNeed some help with an "installed programs" script...
This question is a bit of a follow-up from this post: http://www.autoitscript.com/forum/topic/123146-list-installed-programs-and-system-information/ I used the code provided by boththose (and credits...
View ArticleAdd Domain User to Local Admin Group
Hi everyone. I'm needing some assistance with adding domain users to the local administrator group from the local Administrator account. We currently have a Powershell script that does this and it...
View ArticleStringInStr does not jump
There is a list of hashes of several thousand. I need to see if the first character is not the same, then go through the 40 characters. StringInStr checks all 40 characters, while the width is the...
View ArticleSend things to the command prompt
How do you send things to the command promt? Example, i have a couple of java things i need to run by writing " Java -jar *file location* ", and i would like to make a simple browse, find the file,...
View ArticleThe _ArrayInsert() function fails when element number is too big
I have a test script that creates a 2 element array, then calls _ArrayInsert() to insert data at an element number that's greater than the number of elements in the array. Here is the test code:...
View ArticleCommand and Execute
Hello all Is there a way of typing a command into SciTE Script Editor and then executing it without needing to save the script, like you can do with the Windows Command Prompt?? Thanks
View ArticleMulti dimensional arrays & stringsplit() function
so I wanted to create a multi dimensional array using a loop and stringsplit function, it'd be all great but if the loop goes on over 100 times, the script wont run and will return the following error:...
View ArticleConnecting to VPN?
I tried making a function that would disconnect from a VPN, switch the IP, and reconnect. It does work, but not optmial. I tried looking for a DOS command, but only found rasdial whcih lets you connect...
View ArticleScript Only Works the Second Time It's Run
Hello All- I am new to AutoIT, this is my first script. It is supposed to open a program, get a menu option, then open a file on the network. I was able to get it to run however now that the exe is...
View ArticleIntercepting Key Presses
Hello all, This is my first script with AutoIT and I'm trying to do something EXTREMELY simple. I'm using the HotKey UDF Library http://www.autoitscript.com/forum/topic/90492-hotkey-udf/ I need to use...
View Articlekey stroke
what is the key stroke for fn key i need to close the window .... manually i use alt+fn+f4 how to use in autoit ? send ("{ALT}" & &"{F4}")
View ArticleClick a "right click" menu item
I don't know the actual name of the "right click menu", so I apologize about that. Is there any way of directly activating a certain option of the right click menu? PS: I refer to that:...
View ArticleError: Array variable has incorrect number of subscripts or subscript...
Do some scripting with an array. Now got this error message, don't know how to handle it. Error: Array variable has incorrect number of subscripts or subscript dimension range exceeded Any ideas? Code...
View Articlewhy cannot me get the url of the opened IE
How to get the URL of IE opened and this is the scripts of mine ---------------------------------------------- #include<ie.au3> $oIE=ObjGet("","IEXPLORE.exe.IEFrame") $url=_IEPropertyGet ($oIE,...
View ArticleExcel assistance on reading column for specify keyword
Hi, Anyone have assist for me on the following? What I need to achieve is to read a specific column (example, column L) for a specific keyword (example, "SIGN") and then get the corresponding row data...
View ArticleText-converter not working
<p>I created this to convert a text to "graphical Hexidecimal"(think of a letter as a 4x5 image in 1/0 and take it's hexidecimal-codeIt really works perfectly, except one little thing. I get...
View Article