Jump to content

Bi0haZarD

Active Members
  • Posts

    64
  • Joined

  • Last visited

Bi0haZarD's Achievements

Wayfarer

Wayfarer (2/7)

0

Reputation

  1. hello, I was wondering how reliable a File Downloader using Autoit would be... I need to download a bunch of files totaling up too around 2 gigs... the files range in size and would like to make a progress bar for the progress of the current file and the total progress... if it wasn't for this i'd just use something like wget, but my users want to see the progress and time remaining. I'm asking this, because in the past i've had some issues with the GUI not redrawing itself and the user thinking the app was frozen... closed it while it was doing an operation that lead to problems later on..
  2. hmm changed the sendkeydelay from 0 to 1 after i made this topic, and seems like it sends a little faster. also changed the sendkeydowndelay and still running alittle slow. tried the solution posted by cdkid, and got errors on unknown string of "$VK_OEM_3" so temporarily commented those lines out, and ended up with unknown function of _MakeLong..
  3. probably been answered before, but i can't find it anywhere. I have an autoit script that i want to use the Send() Command to Send text to a game, but insted of sending the keystrokes fast, it send it with about a 750milisecond per letter.. i Currently have: Opt("SendKeyDelay", 0) WinActivate("Game Name") sleep(500) Send("{ENTER}") Send("My Text Here...")
  4. i tried the processclose and processlist, neither one is what i'm lookin for. what i'm askin is every process runs multiple handles, such as in the screenshot above you can see the stuff in the bottom window, i need to be able to close the handle of a specific process without some external program (although i don't mind command line utilities as thats easy to do). the program i want to do this on checks for a specific handle to prevent multi instances.. if i manually close that handle i can run multiple instances of the app. (yes i know theres other ways to get around that but i'm hoping i don't have to make multiple local accounts and so on.) thanks
  5. ok, not sure where to start with this one, but i'm hoping autoit can do this for me without the need of an external program.. If you've ever used process explorer from Sysinternals then this should make some sence, if you click on an active process the bottom window has some data down there, i need to be able to close a specific Handle of a specific program.. heres an example... is that possible to do with autoit but without having to use send right clicks and stuff? thanks
  6. hah thanks, had a brainfart on this one =P
  7. ok, hope someone knows what i'm talkin about.. but I have foobar2000, and the titlebar text is always in this format: %artist% - %title% so say i was listening to: Static-X - Night Terrors the "Title:" line of Autoit 3 Window Info, says "Static-X - Night Terrors"... so how could i get the title of this?.. the only thing that doesn't change is the " - " part of it.. but thats not very reliable, and lots of programs do this... such as Notepad, Mozilla Firefox, Internet Explorer, etc... would it be possible to get the process like "foobar2000.exe" and get the info of it..?
  8. nobody?... surely there must be a way to do this.
  9. oops. Tried ControlCommand as well.. theres like 10 checkboxes inside the SysTreeView321.. just checkboxs.. i tried ControlCommand("Settings","","SysTreeView321","Check","") and nothing happens..
  10. ok, i want to make a script to edit the checkboxes in a SysTreeView321 control.. how could i go on about doing this? I tried controlsend and didn't get anywhere with it. thanks *EDIT* to avoid confusion, when i say Modifying... i mean changing the checkbox from checked or unchecked.
  11. ahh thanks can't believe i over looked that. thanks works perfectly now.
  12. ok.. i have my script read from a text file a certain area... now.. i want some error control.. so if the number that it reads is not equal to the 3 numbers i have in my script i want it to display an error and exit.. heres the section of script i have now.. and yes $inc is being parsed from the file correctly. If $inc <> "373" OR $inc <> "251" OR $inc <> "ABC" Then MsgBox(0,"Error","The value "&$inc&" is not refrenced in the verify script") Exit EndIf any ideas?
  13. nope no dice, i made sure i forwarded to the right port and computer and still didn't work. i tried a ping of your computer and got a reply, so i know that our comps can connect. just don't know why it won't connect.. i ran ethereal (packet sniffer) to see and got 3 TCP outbounds there, but no inbounds... heres a pic of my port forwarding.. *EDIT* kk, i'll see if i can think of anything.
×
×
  • Create New...