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 57 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Control Winamp via systray icons
Pallie

Replies: 9
Views: 15014

PostForum: Scripts & Functions   Posted: Thu Feb 24, 2005 12:21 am   Subject: Control Winamp via systray icons
Serenity

I love it. There is no substitute for having you own version of existing programs so that you can build in your own functions. I plan to use this as a basis for controlling WINAMP remote ...
  Topic: echo
Pallie

Replies: 1
Views: 537

PostForum: Wish List   Posted: Wed Feb 23, 2005 11:52 pm   Subject: echo
Hi

Would it be easy/possible to add a feature so that a script could be called from the command prompt and issue output to the command prompt? For example:
c:\> sayhello.exe

Hello from a ...
  Topic: passing all events from one window to other one (crosshair)
Pallie

Replies: 5
Views: 652

PostForum: Ask for Help   Posted: Mon Feb 21, 2005 9:51 pm   Subject: passing all events from one window to other one (crosshair)
I tried adding the following to the end of the script.$LButton::
WinSet,TransColor, cc9900,ScreenRulerY
WinSet,TransColor, cc9900,ScreenRulerX
mouseclick, left
WinSet,TransColor, ...
  Topic: Run a script on a remote computer
Pallie

Replies: 7
Views: 6110

PostForum: Scripts & Functions   Posted: Mon Feb 21, 2005 5:07 pm   Subject: Run a script on a remote computer
Thanks BoBo

I think that would work. I downloaded it and tried
psexec \\192.168.0.3 c:\mutefrom the command prompt and it muted the sound.

An advantage of doing it this way is that it wo ...
  Topic: Run a script on a remote computer
Pallie

Replies: 7
Views: 6110

PostForum: Scripts & Functions   Posted: Mon Feb 21, 2005 2:54 pm   Subject: Run a script on a remote computer
I wanted to be able to run a script on a remote computer over the local network. This example is so that I can mute the sound on the PC on the computer upstairs from the laptop downstairs. Until now ...
  Topic: Echo
Pallie

Replies: 6
Views: 423

PostForum: Ask for Help   Posted: Mon Feb 21, 2005 10:56 am   Subject: Echo
BoBo

Thanks for the reply, but it is not quite what I need

Instead of c:\> sayhello.exe

Hello from autohotkey script
c:\>
I get
c:\> sayhello.exe

c:\> Hello ...
  Topic: Echo
Pallie

Replies: 6
Views: 423

PostForum: Ask for Help   Posted: Mon Feb 21, 2005 8:59 am   Subject: Echo
Thanks, but it being in a new window doesn't do the job for me.

For the time being I have a workaround - write the output to a temp file then output the file using the dos "type" command.

Mike
  Topic: Echo
Pallie

Replies: 6
Views: 423

PostForum: Ask for Help   Posted: Sun Feb 20, 2005 9:32 pm   Subject: Echo
Hi

I want to run a script from the command line and have it "echo" some data, like this
c:\> sayhello.exe

Hello from autohotkey script
c:\>

I tried
RunWait, %comspec% /C ech ...
  Topic: IntelliSense III
Pallie

Replies: 72
Views: 45535

PostForum: Scripts & Functions   Posted: Thu Feb 17, 2005 6:20 pm   Subject: IntelliSense III
Instead of building the array of commands usingCmd%a_index% = %CurrCmd%
which gives an array like this
Cmd106[5 of 63]: Sleep
Cmd107[9 of 63]: RegDelete
Cmd108[7 of 63& ...
  Topic: Display media in a web gallery one at a time
Pallie

Replies: 1
Views: 1811

PostForum: Scripts & Functions   Posted: Sat Jan 15, 2005 3:46 pm   Subject: Display media in a web gallery one at a time
This script determines if there are any jpeg or mpeg links on a web page,and then displays them one at a time. So if you find a gallery such as this

; Diplay media from internet galleries
;
; If ...
  Topic: mode based hotkeys
Pallie

Replies: 4
Views: 470

PostForum: Ask for Help   Posted: Sat Oct 16, 2004 9:57 am   Subject: mode based hotkeys
Hi guest

Nice idea

I guess you just need to keep track of what mode you are in and send the appropriate commands accordingly.


!e:: mode = e
!w:: mode = w
!x:: mode ...
  Topic: Run website in new window...
Pallie

Replies: 2
Views: 459

PostForum: Ask for Help   Posted: Mon Oct 04, 2004 2:42 pm   Subject: Run website in new window...
According to the following post

Run, IExplore
Run, HTTP://www.auto....
  Topic: Map "Ctrl Ctrl" to "ScrollLock ScrollLock UpA
Pallie

Replies: 3
Views: 582

PostForum: Ask for Help   Posted: Thu Sep 30, 2004 10:46 pm   Subject: Map "Ctrl Ctrl" to "ScrollLock ScrollLock UpA
I'd be interested to hear if it works. I have a KVmswitch too where you have to use PrtSc to swap. The trouble is that it keeps capturing the screen to the clipbaord so something like dbl cntrl woul ...
  Topic: Parsing html files...an easier way?
Pallie

Replies: 5
Views: 929

PostForum: Ask for Help   Posted: Wed Sep 29, 2004 10:43 am   Subject: Parsing html files...an easier way?
Depending on what it is you want to do, you may want to take a look at this post.
http://www.autohotkey.com/forum/viewtopic.php?t=923
or this one
http://www.autohotkey.com/forum/viewtopic.php?t= ...
  Topic: Binary data on the clipboard
Pallie

Replies: 17
Views: 1559

PostForum: Ask for Help   Posted: Tue Sep 28, 2004 1:55 pm   Subject: Binary data on the clipboard
Thanks Rajat, it beats the program I was using by far.
 
Page 1 of 4 Goto page 1, 2, 3, 4  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group