Problem in convert .au3 source file to .exe
I used given Au2exe utility given in autoit by default , i select source of my source file and when i put just a file name with no extension , bingo it compiles successfully , then i am able to change...
View Articledetect if a drive is a SD, MicroSD, usb, M2
is it possible to detect if a drive is a SD, MicroSD, usb, M2, etc? and if possible, how can i do it? i don't have ideas about it
View ArticleHelp with UnRAR
Hi guys, I'm having some trouble getting UnRAR to work with my compiled script... I 've used: http://www.autoitscript.com/forum/topic/76176-unrarau3/ to get my Auto Updater script to extract some...
View Article_WinAPI_GetProcessFileName
Anyone know how to get Process FileName from PID not belonging to USER, like SYSTEM, NETWORK SERVICE, LOCAL SERVICE etc...
View ArticleHelp for Opening folder into same istance of explorer
Hi, now in my script using command "RUN" I open an istance of Explorer Run("explorer.exe /e,c:\") but i need that in some circumstance the folder is different, but if i send new command with new...
View ArticleListView Quantity cap
Hey ppl, having a problem where im using this: [ autoit ] popupFunc LoadList() $ReadSection = IniReadSection($iFile, 'PlayList') If @error Then MsgBox(64, 'Info', 'Nothing to load! This means it...
View ArticleHow to send "KeyUp" in hidden mode IE?
Hello! How to send "KeyUp" in hidden mode IE? Or how I can start function manualy? <script type="text/javascript"> $('.CountInput').keyup(function() { CountInputChange($(this)); }); var...
View ArticleAutoit and Windows 8
Hi, Autoit work when loaded on Windows 8 TABLET RT (Asus or Samsung)?
View ArticleCheck mouse pointer changes
Quick question: - There's a way to check if the mouse pointer changes colour/shape? Tnx
View ArticleError , and i dont know why.
What i wand to do: Mouse move to 1-2-3-4, when run after first if dont find pixel on color 2 to stop utill il show up. Need to use some dll and why after until color 2 program not continue only stay...
View ArticleAutoIt features for chrome
I saw there were many features in Autoit for Internet Explorer in Example scripts & help file but IE is outdated so i was thinking if AutoIt supports Chrome features too ! One feature i am...
View Articlehelp create a username and password management through Hosting
I created code and interface're done but did not know how to manage the software so today I write this hoping the players instructions for creating a username and password through server or hosting I...
View ArticleBass udf simple functions, i got lost
Hey ppl, sound udf seemed buggy, some files wouldn't play, so i decided to switch to bass udf, so far i can play, pause, and stop playback of all sound files i need, problem is that i can't get the...
View ArticleHelp with TCP
Hello all! I am new to AutoIT, but know the basics. I was recently working on this script, which isn't working. It works locally, but never works when I have a friend try it. I have port forwarded, but...
View ArticleFake Bluescreen
okay, so I made this simple script. But I'm unsure if it moves the file to the startup folder on other computers, or if it just does it on mine. I would also like it if someone could add features that...
View Article[FF.au3] How to click OK Button in java confirm()
Hello. I've searched everywhere. I found a few similiar topics but don't resolve. I'm sorry for my language's grammar. I need to click "OK" Button in confirm() window in Firefox. For example: HTML Code...
View ArticleFileinstall Error
Hey guys, i made a little programm for updating minecraft jars etc. Actually this is unnecessary, but i got a little error while compilling and i just want to know why, because if i run the script...
View Article64 BIT 32 BIT AND OS if statements
Im trying to find out how to detect the operating system and bit version then run a program based of that For example If Windows 7/8 32 bit then run _______ If windows 7/8 64 but then run _________ If...
View Articlehow to get the free space quantity of a network drive
How can I get the free space quantity of a network drive? (in bytes, eg "13.045.250")
View ArticleMultiple Gui's and Buttons
Hi there, I'm aware this might of been answered multiple times, however I'm not able to figure it out by myself, even read the WIKI about Managing Multiple Gui's but it didn't help at all... So, I have...
View Article