Variable Scope Issues
I have been at this for over an hour and can't see anything wrong with the code...I have global variables declared yet variables WILL NOT UPDATE. Any ideas guys? AutoIt expandcollapse...
View ArticleVariable Scope Issues
I have been at this for over an hour and can't see anything wrong with the code...I have global variables declared yet variables WILL NOT UPDATE. Any ideas guys? Thank you AutoIt...
View ArticleUsing SCCM WebServices and AutoIT
Trying to create a script to pull information from a well known SCCM(ConfigMgr 2007) web service. Web Service works great however the script, not so much. I have started with just a little script to...
View ArticleConvert Batch (bat) into AutoIT (au3) and create EXECUTABLE
I have two batch files: map_drive.bat net use x: \\10.0.0.1\upload /user:utilizador password and putty.bat cd .. cd PuTTY putty.exe utilizador@10.0.0.1 -pw password I want to hide the passwords...
View ArticleActive directory -- homeDrive/homeDirectory
Hello all, I am using the AD functions and I am trying to set the homedrive and home directory for a user. I am using the _AD_ModifyAttribute which does add it, but when I look in ADUAC then the...
View ArticleRetrieve data from IMDB
Hi all! I'm trying to write a script that automatically retrieves some data from IMDB for an array of movie titles. I want it to output something like this:...
View ArticleRight-Justified Taskbar items
I'm curious, is it possible to create items like this in AutoIt? Or perhaps with another tool that links to a script I write? EDIT: Just to note, these are not the regular taskbar buttons and...
View ArticleOne giant Send() call vs. many smaller Send() calls
Hello, I am new to AutoIt, and this is my first post on these forums. I just have a brief question regarding the Send() function, and how I use it in my code. The task that I am trying to automate...
View Articlehow to create a real service ?
Hello ! I have a dream ... this is to do a real windows service ! I saw on the mdsn that there are specials functions ( OnStart() and OnStop() for example ...) but i don't find how to do it with...
View ArticleWindow Explorer Context Menu
I wish when I right click in any folder on my WinXP and Win7 machine, I have a menu "command prompt". When I click on it, it will open a command prompt window with default (working) folder is the...
View ArticleIssue with For loop and/or CMD.exe
Whenever I run the following code, the loop never makes it all the way to $end ($start = 30628752, $end = 30629085). Any ideas as to why this could be happening? Global $start = InputBox("Start",...
View ArticleWindows Scheduled Tasks
Hi, I'm trying to find a way to query the setup Windows Scheduled Tasks on a local machine. I have used scriptomatic's tool to find the WMI call as can be seen below: AutoIt expandcollapse...
View ArticleDesktop Login Script
Hello all, I am a first time coder, started about a week ago I have put together a little script from resources around here. I need help with a simple desktop script which will make my life a little...
View ArticleTCP over Internet
Ok so I know this question has probably been asked before. but I cant seem to find an answer to fix my problem. I have a simple server running where i was hoping to be able to remotely send commands....
View Articlesend email
Hi All, I am new to autoit and also new to programming. I am trying to write the script which will send email to my gmail/Hotmail accounts. I found the following script, but it doesn't work. It gives...
View ArticleReading File Lines
I need to search a text file that has a name then a number for each line, and I need to find the whole line by just the name. I'm kinda new to AutoIT but know a lot of PHP web programming, but it...
View ArticleScript to support PlexApp's webkit window
Hello this has been my first time using AutoIt and the first sript i have wrote. I'm at a good point at the code where it works as i need it but I had some questions on how to use something like...
View ArticleTCPSend/Recv limit? (sending data as packets)
There appears to be a limit to the number of bytes that tcpsend can send over any non-local connection. It appears if the data is too large it either doesnt send or gets cut short. It appears that in...
View Article[WinHTTP] PUT Request
Hello, I wanted to send a file with a PUT request but i have no idea how to do that. At the present time i've done that but it doesnt work :-( Global $FileHandle = FileOpen($Filename, 16)...
View Articleget audio from mic
Hello all, I was wondering if it is possible to record from the mic using autoit? I am working on an instant message program, and am looking for a way to suport audio streaming over a network, and tips...
View Article