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 

Launch a Citrix ICA with tuohotkey

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
toxman69
Guest





PostPosted: Wed Sep 16, 2009 4:20 pm    Post subject: Launch a Citrix ICA with tuohotkey Reply with quote

This is probably a simple solution but I cannot seem to solve it. I have a Citrix ICA that I want to lauch with a keystroke; however, when I use the Run command to the path it will not launch.

My code like as such:

; Provantis 7
#6:: Run \\brwsdata1.pharma.aventis.com\groups\DRUGSAFE\FORMULARY\Provantis 7.1.1.10 GV-BW

Any help would be appreciated.

Thanks
Back to top
Carcophan



Joined: 24 Dec 2008
Posts: 768
Location: :noitacoL

PostPosted: Wed Sep 16, 2009 4:25 pm    Post subject: Reply with quote

Two little things;

1.) #6 = Windows-Key 6 (not the actual number 6, incase you did not know that, no offense).
2.) Your file path does not look complete, what is the file path for the icon you would click on, on the Hard Drive (EG: C:\Program Files\AutoHotke\AU3_Spy.exe)


Quote:

The pound sign [#] stands for the Windows key, which is known as a modifier:

#n::
Run Notepad
return

In the final line above, "return" serves to finish the hotkey. However, if a hotkey needs to execute only a single line, that line can be listed to the right of the double-colon. In other words, the return is implicit:

#n::Run Notepad


So:
#6::Full_file_path_here ;windowsKey + #6 launches your program
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group