AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 156 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Run / RunWait
DJAnonimo

Replies: 2
Views: 373

PostForum: Wish List   Posted: Tue Jan 12, 2010 11:56 pm   Subject: Run / RunWait
Chris added it to list Aug 30 2005 Sad

Thank You for your answer
  Topic: Must run .exe twice before it will work correctly
DJAnonimo

Replies: 6
Views: 165

PostForum: Ask for Help   Posted: Tue Jan 12, 2010 11:48 pm   Subject: Must run .exe twice before it will work correctly
Hey Kellianjaxon,

you do not need to run cmd.exe and send text to run defrag.
You can do it like this:
setkeydelay, 0500
sleep, 5000
run, cleanmgr.exe
winwait Disk Cleanup for
Winactivate
se ...
  Topic: Run / RunWait
DJAnonimo

Replies: 2
Views: 373

PostForum: Wish List   Posted: Tue Jan 12, 2010 8:10 pm   Subject: Run / RunWait
Hello,

i would like to see Timeout parameter in RunWait command.
So if application runs for more than X secodns to set ErrorLevel to 1 like WinWait does.

Thank YOU Smile
  Topic: Run and PID problem with IE
DJAnonimo

Replies: 10
Views: 233

PostForum: Ask for Help   Posted: Sun Feb 15, 2009 7:35 pm   Subject: Run and PID problem with IE
Oh yea, with full path works.
But strange is that notepad.exe dont need full path to get PID.

Thank You all
  Topic: Run and PID problem with IE
DJAnonimo

Replies: 10
Views: 233

PostForum: Ask for Help   Posted: Sun Feb 15, 2009 5:30 pm   Subject: Run and PID problem with IE
There can be more IE running i want PID of the one that launched with AHK.
  Topic: Run and PID problem with IE
DJAnonimo

Replies: 10
Views: 233

PostForum: Ask for Help   Posted: Sun Feb 15, 2009 4:39 pm   Subject: Run and PID problem with IE
I use more than 2 years now i read the manual few times, so dont worry about that.
I just got this problem with Internet Explorer.
IEPID variable still blank.
  Topic: Run and PID problem with IE
DJAnonimo

Replies: 10
Views: 233

PostForum: Ask for Help   Posted: Sun Feb 15, 2009 4:14 pm   Subject: Run and PID problem with IE
Hi,

i try to get the pid of Internet explorer that i run with AHK.

Run, iexplore.exe, , , IEPID
Msgbox %IEPID%
IEPID variable is always empty Sad

with notepad.exe works.

Whats the problem ...
  Topic: AutoTelnet 1.3 (Tested with Putty and Telnet)
DJAnonimo

Replies: 7
Views: 8114

PostForum: Scripts & Functions   Posted: Mon Dec 22, 2008 12:35 am   Subject: AutoTelnet 1.3 (Tested with Putty and Telnet)
AutoTelnet works with putty SSH and puttytel not only telnet.
it send text to any program, you can send to notepad too.

anyway thank you for info
  Topic: Folder selector...
DJAnonimo

Replies: 2
Views: 490

PostForum: Ask for Help   Posted: Sun Oct 26, 2008 1:24 pm   Subject: Folder selector...
I reported it to Chris long time ago, he documentated it as Known limitation.

Known limitation: A timer that launches during the display of a FileSelectFile dialog will postpone the effect of the u ...
  Topic: Anyone interested in doing some paid AHK work?
DJAnonimo

Replies: 5
Views: 364

PostForum: Ask for Help   Posted: Thu Oct 02, 2008 11:01 am   Subject: Anyone interested in doing some paid AHK work?
Use iMacros for web browser scripting. Its not freeware so youll need to pay something for it or leave as pirate the rest of your life Twisted Evil

If you don't know how to do it let me know and may ...
  Topic: Read SMS from Inbox...
DJAnonimo

Replies: 0
Views: 948

PostForum: Ask for Help   Posted: Wed May 28, 2008 2:14 am   Subject: Read SMS from Inbox...
Hi,

is there possible to read the sms from a cell phone ?
Com port, USB, bluetooth ?

Any experiences ?


Thanks
  Topic: Scheduled Tasks and adding command line...
DJAnonimo

Replies: 4
Views: 476

PostForum: Ask for Help   Posted: Mon Apr 14, 2008 11:12 pm   Subject: Scheduled Tasks and adding command line...
Problem solved with a microsoft workaround

http://support.microsoft.com/kb/823093
  Topic: How to get text from a control ?
DJAnonimo

Replies: 3
Views: 490

PostForum: Ask for Help   Posted: Thu Apr 10, 2008 12:26 pm   Subject: How to get text from a control ?
really strange

did you tried with DetectHiddenText, On ?
  Topic: Scheduled Tasks and adding command line...
DJAnonimo

Replies: 4
Views: 476

PostForum: Ask for Help   Posted: Mon Apr 07, 2008 3:56 pm   Subject: Scheduled Tasks and adding command line...
ok thanks but anyway i dont know how to create a task schedule with a command line parameter.

any ideas ?
  Topic: Scheduled Tasks and adding command line...
DJAnonimo

Replies: 4
Views: 476

PostForum: Ask for Help   Posted: Mon Apr 07, 2008 12:22 am   Subject: Scheduled Tasks and adding command line...
Hi,

i got a problem, i dont know how to add in Scheduled Tasks to start an application with command line parameter...

the code below wont work because it adds fullpath and command line parameter ...
 
Page 1 of 11 Goto page 1, 2, 3 ... 9, 10, 11  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group