Jump to content

kd8lvt

Members
  • Posts

    14
  • Joined

  • Last visited

kd8lvt's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. ok thanks. I never thought of that...
  2. I'm only a beginner and I understood about 1% of it... sorry umm how about something more simple.. like just text in notepad was what I was shooting for...
  3. oh sorry... and I tried and then I got frustrated and accidentally deleted my file I have anger issues... so basically I have nothing sorry
  4. Hi! I am trying to make an autoit script that will count down from 30 minutes to 0 (accurately as possible) in Notepad! It would be awesome if it made a sound like an alarm clock when it hits 0, but it doesn't have to....
  5. thanks! it works now without having to compile it and right click click run as admin..... and well you know...
  6. oh ok it helps to have the right rights! now how do I use the start as admin command so I can do it?
  7. Oh ok i just started Autoit scripting yesterday and I am not very familiar to the whole language yet. Thanks again!it didn't work. i just tested it
  8. I am having some trouble with disabling the keyboard so I cannot type while autoit is typing! I tried to use the ControlDisable command but I do not know how to use it please help me! -Thanks from kd8lvt
  9. ok i was just going to get one from the dollar store.. no shipping cost! (i walk where ever i go)
  10. Wow you guys are actually making a autoit script that reads the wiimote COOL!!! I have a wii just no bluetooth wait maybe its in my laptop... i will check nope
  11. Wow you guys are actually making a autoit script that reads the wiimote COOL!!! I have a wii just no bluetooth wait maybe its in my laptop... i will check
  12. This is what I want the script to do this, Take input from the keyboard "type stuff" then start typing "like what" then i want it to take my input "my callsign" and then it should type "KD8LVT" I hope that isn't too confusing because just typing it gave me a headace... acctually yea just like that THANKS DM666!!!
  13. wow you guys are fast! anyways i added a second EndIf that worked out good then and now notepad will open just fine but the script still won't take my text and backspace it then type what's wrong now? ill try else if nope still wont take my text it just closes automatically... maybe because i still have that quit in there just noticed nope Grrrrrrr
  14. Hi! I have a problem I put a EndIf statement at the end of my script and the "No EndIf Statement" Error still shows up here is my script: run("notepad.exe") winwaitactive ("Untitled - Notepad") $text = wingettext ("[active]") If stringinstr($text, "type stuff") then send("{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}") send("like what?") sleep(1000) ("{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}") If stringinstr($text, "my callsign") then send("{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}") send("KD8LVT") sleep(1000) send("{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}{BS}") $quit=1;quit = 1 so the script will exit the loop and end EndIf And I am Sooooooooooo sorry if this is in the wrong spot this is my firs post... i also attached the file of the script.interactive.au3
×
×
  • Create New...