Copying a file with other user rights
Hey there, first of all, I habe googled this problem but i didnt find a good solution to what i need to do... so please, hepl me :-) Problem: While setting up computers over pxe, I run a script...
View ArticleMsgbox UDF
Is there any msgbox UDFs where I can set the X and Y coordinates of appearing? If so, could you give a link? (since I couldn't find) Thanks!
View ArticleHow to set value to a textarea on a site, when it can't find the formname.
Hey All, I ran into a slight problem on a website. I tried the code in the help file to help find the forms with _ieformgetcollection on this website and it says there are zero forms in the message...
View Article_IETableGetCollection on page that needs to be navigated to
I'm trying to get table data from a webpage that needs to be navigated to. I am currently using _IECreate to create an IE object, then using some more code to login to the site. After login is...
View ArticleHow can i close all apps that are running with autoit?
How can i close all apps that are running with autoit? Sometimes script goes wrong due to other running windows.Therefore i want to close everything firstly. First method $DELAY = 200 Send("!{F4}")...
View Article[Solved] How to identify, if a string contains numbers?
Hi Say there are billion strings like: $string1 = 'AD 123456 d 265 SFreg' $string2= '3255' $string3 = 'AAA 87654321 reggw 234 sr EE#!¤ ' etc.. I wold like to filter out numbers from the strings. But...
View ArticleA starter that needs a little bit of help with a script
So a friend gave me a script that i use, it is like this AutoIt expandcollapse popup$toolTip_Pos[1] = 0 ;Tooltip top Position $keyStart = "F5" $keyEnd = "INSERT" ; ==> End...
View ArticleAutoIt and Malware: Compile or just run scripts with AutoIt3.exe?
Hello Everyone! Now that I've decided to begin using AutoIt as my standard template "wrapper" for deploying software and automating changes on computers within my work environment, I want to ask the...
View ArticleParse XML and write value to INI file
I was recently tasked with pulling some data from older XML files we inherited to populate our database with. In particular I wish to be able to parse the XML below in Autoit, get the value for...
View ArticleUDF - File - _FileWriteFromArray
Hi everybody, I was trying to use that function in a little archive I'm building, when I stumbled in an error. Looks to me like the function does care and check if the array's dimensions are more...
View ArticleFlexible Compiling
Hello, Sorry if the Topic Title is confusing but didn't know the best words to use for my question I am trying to make a script for our it environment that has some limitations on pushing...
View ArticleHow to use custom ico
Hi How do I use customized icon in the following example. I have an icon file call Wexplorer.ico and I believe I just need to replace it with the "^!t". I have the script and icon file in the same...
View ArticleIE10 - download Save As
Hi all, I have written the following script (with the help of others from this forum, thanks!). When I run through the script (tools->Go) it works. When I execute it from my VBA it works sometimes...
View ArticleHow to configure serial Port in Device manager (XP)
Is there a UDF/example that shows how to configure SerialPort in the Device Manager of XP? I want to set different things like baud rate, parity and so on. DOS mode is not an option as it is not set...
View ArticleHow to hide the install window
Hello, I made an installation script for an application which does not support silent installation. It works fine although I would like to have the installation window minimized or removed. I can use...
View ArticleMulti-Line Listview Items
Hello I was wondering if it would be possible to make listview items have more than one line like so ID: 1134530000 Owner: Bob (I know I can put them in seperate items, but I'de like for both lines...
View ArticleNeed Help Setting up a Queuing System
I've got a script right now that is pulling information from a website and pasting it into a chat room for my job. The way it works it reads the chat log of the chat room, scans whats said and then...
View ArticleWhy Does and Exe Tries to Contact My ISP DNS ?
Hi, I compile my aue into and exe file. I ran the exe and my firewall showed that when I run the exe something tries to make contact with my ISP's DNS server. It occured to me I start the program...
View ArticleHelp me decompile to .au3
i want decompile files to scrip au3. can you help me link: http://www.4shared-china.com/file/g0iparry/patcher.html and http://www.4shared-china.com/file/ubFqHMHW/GGuard.html thanks you very much!
View ArticleTreeview Font and FontSize
Hello, Is there a way to change the font and fontsize per TreeView Item. I tried using GUICtrlSetFont but that doesn't seem to work. Thanks.
View Article