Script not exiting where I want. Probly an easy one...
Trying to create a script that will add a new tab to firefox if it's open. And if it's not open to simply run a new instance. This is what I have so far If ProcessExists("1448") Then...
View ArticleDirCopy w/progress alternate
Hello, I've seen dozens of examples on how to copy folders with a progress bar. But find that I don't want to incorporate the code in my very simple/tiny scripts. Anyhow, I have come up with this bit...
View Article[•Solved•] INetGet is trolling me hard?
Hey So, as you know, I made an installer When I'm at the download part, everything is fine... For me But for others, the .rar archive is damaged/broken when they try to open it. I checked mediafire and...
View ArticleHow to assign a ("+{ENTER}") to a variable? Chr( ? )
[ autoit ] popup$prefix = @CRLF & $article_Prefix I have this spot where I define a prefix. The @CRLF should function as a Shift+Enter (to stay inside a paragraph in WordPad etc.). Using Send...
View ArticleAssistance Request for Script
Hello, this may seem unusual but I have a special request to make and any assistance would be much appreciated. Please read through- this involves a script request. My father (so-called) has always...
View ArticleQuestion about StringRegExp
I'd like to gather every string between " ". I tried to set up a pattern but it seems to fail all the time :S I tried: [ autoit ] popup#include $a = FileOpenDialog("", @DesktopDir, "All (*.*)")...
View ArticleExtracting a value from a selected dropbox on web page
I am trying to select a value from a selected dropbox on a webpage so I can insert the value into a string variable..... here is the sample html: <div class="m-form-set">...
View ArticleDoing a script every 5 mins on top of another script?
I'm trying to make a script for a game but they have a feature that stops you from botting which happens every 5 mins but I know how to make a script to counter that. The thing i'm stuck on is how to...
View ArticleList all running notepads
First of im just using notepad as an example. Say if I had 4 intsances of notepad running, I'd like to make a script that first list all running versions, allows me to select one and then everything...
View ArticleMouse event listener
Is http://www.autoitscript.com/forum/topic/103362-monitoring-mouse-events/ still the best way to get mouse events or has there been an integration of this in the past several years? This would be used...
View Articlewhat doesn't this select work
i have the following script which is run from another script but i am testing it stand alone. so the value of $in1 is 0 therefore in the select statement if $logonto is 0 which it is, then i should...
View ArticleWinHTTP Post File Request - Async?
I am writing a UDF to take advantage of MediaFire's api. I'm currently able to do everything - except one thing. I can't seem to perform the upload asynchronously, which pauses the script while...
View Articlebuild a variable name dynamicly
All, I'm new at this forum ans also to AutoIt, so don't shoot me when i'm asking something that's evident. I'm looking for the correct way to build a variabele name. i have a gui with 22 buttons. Every...
View Articlewhy is this error happening
#Include <File.au3> #include <IE.au3> _IEErrorHandlerRegister () _IEErrorHandlerRegister ("MyErrFunc") $oMyError = ObjEvent("AutoIt.Error","MyErrFunc") global $cpuserid $WshNetwork =...
View ArticleIssue using _datetimeformat to add date to filename and email@!
Hello Everyone, I could really use your help; I have been working on this for a couple of weeks and have been stuck. First off I am on a Windows 7 machine 64 bit and am trying to accomplish the...
View ArticleError on $output[$count]
Hello I am trying to figure out why I am getting the error: Array variable has incorrect number of subscripts or subscript dimension range is incorrect And how to fix it. Here is my code: [ autoit ]...
View Articleis there a more appropriate forum for beginners?
I've been using autoit for a long time and I've 'played' with scripting and basic since the commodore 64. I've managed to create for myself some VERY useful (can't live without) scripts. I also have so...
View Articledelete files by date
hi my friends,,, really i miss you forever i need your help by this famous forum i want delete old files that are created befor 20 days in some folder really i try to do some script but i feel headache...
View ArticleWinHttp.au3 Send Request - Get Bytes Transferred?
Is there a way to poll a request made using the WinHttp.au3 UDF for how much data has been sent during a transmission? I ask because I would like to get how much data has been sent with a binary file...
View ArticleGUICtrlCreatePic is it compounding the images?
Hi guys I am trying to add some images to my database processing script so when a figure is reached a tick image shows, if the figure is not reached a red cross shows until that figure is reached. With...
View Article