Help with $Cmdline
I have a GUI based script that works perfectly. But I cannot seem to understand how to make switches work. I only want to make one switch. And I would like to run a psricular function in my script....
View ArticleBoard - How do I re-enable being able to view others signatures?
Quite a while ago I ticked an option to prevent other peoples signatures being displayed when I was viewing topics on the board, as some were taking up to much bandwidth and screen space at the time. I...
View ArticleServer connection
Hi there! Sorry for my question but i am trying to make an script that only work if it connects to my data base. is it possible? I tried searching, but it seems that i am not using the right words....
View ArticleRotate a Window
Hello Autoit Forum, i want to make a window rotater but idk how can i do, i search the forum and found something but these link were crashed.I want rotate windows because i cant rotate Lines 360...
View ArticleAudio Question
Hi everyone, i was wandering if i can control the audio of my computer if i insert/disinsert a jack, i will try to explain it better, if i disinsert a jack i want to set my volume level to 0, is it...
View Articlelaunch chrome browser
I have been looking in the forums for the code to launch specific browsers - firstly chrome. What would the code be?
View ArticleInetGet Corrupt file
Hi there! i am trying to use this script [ autoit ] expandcollapse popup$VersionsInfo =...
View ArticleHow to check if there is someone working?
Hello, I made some scripts that are launched by Task Scheduler. At the end I'd like to shutdown the computer, but ONLY and ONLY if there is no user working. I have no idea, how to check if there is...
View ArticleQuery the taskbar
Hi all, I am an autoit freshman. I already know how to add/remove the items on taskbar, but I do not know how to check all tasks on the taskbar. for example, i have to check that there are outlook ,...
View ArticleFilemove really slow..
I normally use filemove for renaming and that kind of stuff But for once i used it to actually move some files but But it was really really slow, the amount of files was about 596mb but it took ages...
View ArticlePixelSearch
Hi everyone, First off I apologize for any unclarity in my posts or anything out of the norm as I have only just signed up and this is my first scripting language... I'm aiming to achieve a macro that...
View ArticleTCP Client and Server
Hello I have been training in TCP connections and with the help of some tutorials i have made a Client and a Server here are the Scripts: Client: [ autoit ] popupTcpstartup() $Socket =...
View Articlebackup and dl sql over ssh
hi all. i'm very new to AutoIt so please bare with me here what i'd like to do: - connect to db server using ssh - dump the database to a .sql file - ftp to the server and dl the .sql file do some work...
View ArticleWhat is the basic command for one exe to call another exe..
I have written two programs that need to activate each other.. what is the basic command.. For example one is named test1.exe and the second is named test2.exe.. For test1 to call test2 can I just...
View ArticleHide an exe inside my compiled script?
Hi, I'm working on a script right now that uses an old exe tool's command line functions. Basically I'm using AutoIT to build a GUI for an old command line tool. The script works fine with the exe next...
View ArticleNavigating through Internet Explorer
I am trying to learn how to navigate through IE with Auto IT. I am looking through the help file at the same scripts and I came across the the sample for _IEFormGetObjByName. When I open this script...
View Articlerunas win admin win7
is there a way to do runas and have it execute with admin privileges with having use #requireadmin in the program executed by runas.. If I run this, it returns test 0 here is simple example test.exe:...
View ArticleTrouble with Selecting a button on Program
Hello everyone! I am new to autoit and had a unique problem that I was hoping someone could help with. I am trying to select something that's in a drop down menu on a toolbar. I have found I can find...
View ArticleScripting registry edits across all users.
First off I want to say that Autoit is a fantastic program. I've been looking for something to automate my repair solutions, and this is way beyond what I could ever ask for. That being said, I've...
View ArticleWhile in Case statement not looping
Is there a way to format auto-it code to have space so it can look more neat? Anyways... In the code below my while $i>0 .... wend only loops once and does not go infinitely like I want, would...
View Article