Saving directory list
I wanted to make a script which saves the list of files in a folder (dir excluding subfolder) only filea with prefix of custom location in text file Like My folder A has file 1.txt, 2.jpg, 3.png etc...
View ArticleMacro "DesktopDir" Problem
I am new to Autoit, but i believe the macro "DesktopDir" does not allow enough characters to read the path to my Windows 7 desktop. When called it comes back showing a path that is just part of the...
View ArticleHelp with MetaTrader4 Multiple Alert Sounds being cut off
Hello, This is my first post and I'm not a coder so please excuse me if this is a rather simplistic question to you but all of this is a little overwhelming at first but I'm trying to get an...
View ArticleWait untill object exist
Hello everyone, i would like to know is that possible to make wait untill object will be active? I am talking not about win title, i am talking how to detect is that thing already active or not if...
View ArticleGetting info from another form.
Hallo. I am doing a comparing program, to a game. Basicly what it do is taking the stats you've inputed and calcurate the "Avarnge" but I want it to be able to compare more than as many as you want to...
View Articleneed help with a code i worte
Hello. i worte a start of code that When I briefly pressing one of two buttons set, then an first the code check to see if this is long press or short press. If if is long press, then a message...
View ArticleHow to move data from an AutoIt program a server securely?
Dear AutoIt community, I'm looking for advice on the easiest way of moving data from an AutoIt program that has information in SQLite on a client machine and sending it securely over the Internet to a...
View ArticleStdOutRead & Windows XP
Greetings all. Need some help understanding what's happening here. I've got a simple script that will determine if a file is encrypted or not, but I'm having issues with it working in Windows XP...
View Articlechange ad user password, no admin rights
Hi guys, not sure if i am at the place here, but that's my first post. I m having the following issue: i m trying to change an ad user password, provided that i know the current one (no admin rights)....
View ArticleAlmost finished Audio Volume Changer for Vista+ script.. i need help with...
Hello! i worte with your help a script that change the Audio Volume of the Speakers and it is work in windows 7 and i think it also work on win vista and 8 too.. you need to test it. the script change...
View Articlepsexec with XCOPY = Parse Error Code 4
From within an AutoIt Script, I'm trying to use psexec with system authority to copy files from one place on a remote machine to another. When I issue the necessary command outside of the script (at a...
View ArticleScript Protection
Hi, everybody. Is there a method other than Obfuscator protection ? I do not trust obfuscator What do you think should I do ? I developed an algorithm, but it falls short.
View ArticleHow to set script to "pause" from within the script itself
Hello everyone A user can pause a running script by clicking on the tray icon. What I would like to do is to set the script to "pause" from within the script itself, so that the user is forced to...
View ArticleScript Fails At IE File Open Dialog
Hi All, I have a script which uses _IEAction() to click on a "Browse..." button and I then get a "Choose File to Upload" dialog. However, after the the _IEAction() call, my script does not run anything...
View Article[tribalwars] List of variable & grab information
Hi, I am trying to work something for the game tribalwars. This is the page from where the program will perform its actions: ;script farm Global $xcoord=388 Global $ycoord=759...
View Article[tribalwars] List of variable & grab information
Could you reopen the topic. They allow the use of script for repetitive task such as the one I was asking for (farm script). You can check by yourself:...
View ArticleAu3Record:run the generated file
1.Delete every thing before the first line containing Send. 2.Add instead: WinWait("","") If Not WinActive("","") Then WinActivate("","") WinWaitActive("","") 3.Replace every _WinWaitActivate with...
View ArticleError after Compile Script...
I have script... When I run it without compile (In scite) its ok.. But after compile I get that error : WTF IS THAT ?
View ArticleCOM ERRORS
I am getting some strange behavior from creating an object from "Shell.Explorer.2", that I am unable to reproduce in a smaller script - so sorry for the long script. In fact when I wrote this, I had no...
View Article@DesktopDir issue
Hi...I'm a newbie with AutoIt, but I'm running into a little issue. I'm using AutoIt on a Windows 7 Professional machine and the @DesktopDir macro is not returning the expected results. It's...
View Article