Ini duplicate find
I have a ini file with different sections, like this: [section1] c:\=1 d:\=1 e:\=1 d:\=1 [section2] c:\=1 Is there a way to find duplicates within the same section and between sections? For example. My...
View ArticleQuestions about networking
Hi there, I'm here to ask what do you think about my idea: So there's this game (if you're about to stop reading and link me to the rules page, please don't and keep reading), Dustforce, which has...
View ArticleERROR: 1073740972
Anyone know anything about this error: AutoIT3.exe ended.rc:-1073740972 Exit code: -1073740972 Ty..
View ArticleWallpaper script install
I am pain in the a$$ i know it , but this script i'm not able to make it work, i want just a script compiled to exe, and when i executed to install a wallpaper. [ autoit ] expandcollapse...
View ArticleListview column resize + WM_NOTIFY + Run(@Comspec = result crash
I am getting my script crashed if I use functions like WM_NOTIFY for listview + cmd function + reading it when resizing the listview column. While this example script is running, try to resize...
View ArticleOnEvent in GUI
My program spends most of its time in a function that is being looped. I am using GUISetOnEvent for exiting the program, but it appears that it only checks on that when not in the loop. Once the loop...
View ArticleRun and shell execute commands for DOS shell not working
Im haveing problems with the runwait command.. I'm trying to get a DOS program to work.. I works fine when I open cmd.exe in start menu then type in command for it to run in command prompt. But when I...
View ArticleUsing FileOpen
This looks like an extremely straightforward function...yet it isn't working for me. I have a text file with 20 characters, no weird characters. It is only one line, and it is in the same folder as the...
View ArticleWhere do we request help file changes?
Jon closed the thread that we were reporting requests for help file changes. How is that being handled currently? kylomas
View ArticleFind drive/partition volume number
Hi Guys Im trying to populate a list view box with a list of fixed drives. Im trying to find the volume ID displayed in diskpart DISKPART> list volume Volume ### Ltr Label Fs Type...
View Articleif value 1 stays at 1 for 50 ms then... please help!
i basicly need help with this type of function if my value 1 dosent change within 50 miliseconds then send("{delete}") just an example.. please help me :3
View ArticleHelp with AdlibRegister / AdlibUnregister
Hi I got a question about "AdlibRegister" and "AdlibUnregister" I made a little Backupscript, using robocopy. It will backup 6 libraries There are 6 _RunDOS Commands, processed one by one. Example: [...
View ArticleWinWait problem?
Hi all, i have a weird problem, i have made a script that waits for a window to popup before continue, it works as a standalone but not inside the bigger script and i can´t figure out why. Here´s the...
View Articlesearch word in text
How can I find a word in a text? And as I can see there are many times that word in text? Thx !
View ArticlePixelGetColor not functional on 'hidden' pixels?
Greetings, It would seem from my testing that the 'PixelGetColor' command cannot retrieve the colors of pixels that are not visible within the screen coordinates...for example pixels beyond the...
View ArticleUse Array to rename computer
Hi everybody I need some help to finalize a script to rename many computers with netdom command. I block on array I have a file inf like this (Rename_Computer_Auto.inf) : oldcomputer_name_01,...
View Articleautomating driver change in device manager
I am a newbee and wasn't able to find help by searching. I apologize if it is already here somewhere, you kind of need to know the right things to search for... So:background I am trying to automate...
View ArticleInternet explorer running invisibly?
Hello, I have been running a script successfully for some time which opens a web page using $oIE = _IECreate ("http://www.pof.com", 0, 1) ; opens pof.com / new window / visible or not....
View ArticlePointer?
can anybody give me an example with pointers... i want to use them .. but no documentation.... eg: [ autoit ] popup$k = 0 $p = Ptr($k) how i get the $k from $p.. ps. sorry for my english.
View ArticleSpawned process void of details
I was troubleshooting behavior of a script and was looking at Process Explorer and I noticed that processes that I started using an AutoIT script are void of details such as Description and Company...
View Article