Issue with older version of AutoIT code
Hi, I recently opened one of my scripts I created a few years ago. I have started using AutoIT again and need to modify my script. However, it seems as if something has changed since the release I used...
View Articlewhat function to use?
[ autoit ] popup$IP = "100.200.50.25" $IP1 = ; result need to be 100 $IP2 = ; result need to be 200 $IP3 = ; result need to be 50 $IP4 = ; result need to be 25 $decIP =...
View ArticlePlease Convert it to Autoit Thank everyone
I find it on http://mlusincuba.wordpress.com/2011/12/01/gsm-7-bit-encodingdecoding-used-for-sms-and-ussd-strings-java-code/ But I can't convert it to Autoit!! Please Help!!
View ArticleHELP!! CallDLL usbuirt!
Please help me!! USBUIRT. I need to use the Autoit call USBUIRT Dll. I used uuirtdrv.dll,But can't successfully. I read this article,but can't receiver data....
View ArticleProgress in a TrayTip?
No idea whether this is possible but i have a simple Progress set which i wondered if it could be done in a tray tip with the progress. The progress set is like this [ autoit ]...
View ArticleChecking for undefined result from some math functions.
I was wondering if there was a alternative to having to convert the result to a string and cpmparing it to "-1.#IND". [ autoit ] expandcollapse popup;~ $Probability = 0.99 ;~ $Probability =...
View Articleremove source from compiled ?
Hi there, i have a question : when you compile an autoit3 script the source code is also in the compiled script i would like to know if there a way to remove it from the compiled script, it would block...
View Articleput text files in html table
Hi all, I'm new with autoit and I trying to do a script that read from 3 txt files and put all rows in a html file as a table for example: file1.txt have this data row 1 row 2 row 3 row 4 ... row n...
View ArticleAutomating WinXP Unlock/Login?
Hi All, new here and new to AutoIT (and to scripting in general). Please forgive my n00bishness. I'm trying to perform what I thought would be a fairly simple operation. Our lock screens here at work...
View ArticleQuestion about wildcards
I have a program that generates reports that follow a specific naming scheme of "(15 alphanumeric chars)_Report.txt" and I want to move those files into a specific folder. How do I specify those files?...
View ArticleAD - Given username, find IP
Hey all, back with some more AD questions. Is it possible to return machine info (computer name) given a username? Id like to know what computer a specific user is logged in to (and maybe a little...
View ArticleIs this a form?
As will become obvious I don't know much about what I'm looking at here; I've been trying to get a script to work with a page that has the following body: <BODY BACKGROUND="bluepa1.gif">...
View Articlecan not backup windows 8 64 bit using GImageX
I normally use my bootable usb with WinPE3 + GImageX to backup many PCs running XP or window7 without any problem, Today I try to backup/capture a windows 8 64 bit machine, but GImageX keep displaying...
View ArticleGUIRegisterMsg not working
Hi, Drag not working on GUICtrlCreatePic object. Why? Thanks. [ autoit ] expandcollapse popup#include #include #include GUIRegisterMsg($WM_NCHITTEST, "WM_NCHITTEST") $hGUI = GUICreate("Test",...
View ArticleSimple IE Browser Control Problem.
Hello I am having trouble with a simple browser control issue. [ autoit ] expandcollapse popupLocal $oIE = _IECreateEmbedded() GUICreate("IEWpLoginAuto", 640, 580, _ (@DesktopWidth - 640) / 2,...
View ArticleWMI Help - Or Other suggestions
Hello everyone, I'm working on a project that is migrating my companies print server from one server to another and I have a script that I have been using to run on people's machine to migrate the...
View Article_WinAPI_GetGuiResources for GDI Object Count
I'm trying to get a GDI Object count using the _WinAPI_GetGuiResources function. From what I understand, I should use the 0 flag to get a count of GDI Objects. The 2nd parameter is the PID. When I run...
View ArticleSend("^c") not working on Windows 7
This works fine on Server 2003 and XP, anyone know why or how to get it to work. Just trying to send highlighted test to the clipboard. Thanks,
View ArticleHow to save every version of a script in SciTE
When I edit an autoit script I would like to automatically save a version of the script just in case I remove something I shouldn't have. Does anyone know where I can find a how to on saving every...
View Articleautoit complile script problem
This just started happening. I try to compile a script by right mouse click on the .au3 file and click compile. a .upx file appears and locks up the entire computer. i have to reboot the computer. I go...
View Article