AutoHotkey Community

It is currently May 27th, 2012, 1:28 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 10 posts ] 
Author Message
PostPosted: June 28th, 2005, 12:19 am 
Offline

Joined: October 19th, 2004, 12:11 pm
Posts: 102
There are certain programs, like 'explorer' or 'firefox' that you can execute from the command line without typing the entire path, ie. Windows recognizes the word 'firefox' and knows what to run.

I am wondering, how would one go about setting up more of these 'shortcuts'? It seems to me that it's probably just a stored list somewhere in the registry, but does anyone know where?

Cheers,
C


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 28th, 2005, 2:40 am 
Offline

Joined: November 13th, 2004, 4:08 am
Posts: 2951
Location: Minnesota
Numerous Run dialog replacements can do makeshift aliases, as well as most alternative shells. But if you don't want something fancy just for aliases, here's that registry key (good geuss, by the way):

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths

I've experimented with these quite a bit, and I must warn you they're quite limited. Play around with it though, maybe it'll suit your needs.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 28th, 2005, 3:08 am 
Offline

Joined: October 19th, 2004, 12:11 pm
Posts: 102
Thanks Jonny.

What I'm after, actually, is a command line replacement that can sit in my taskbar, be configured for aliases, and allow parameters to be added to aliases - eg. 'g autohotkey' would launch:
http://www.google.com/search?biw=1124&hl=en&q=autohotkey&btnG=Google+Search&meta=

I've used alt shells that have this kind of thing, but I'd like one that could just run within explorer.

Cheers.

C


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 28th, 2005, 12:46 pm 
Quote:
There are certain programs, like 'explorer' or 'firefox' that you can execute from the command line without typing the entire path, ie. Windows recognizes the word 'firefox' and knows what to run
What about to set the path to your app(s) within the environment variable: PATH. Wouldn't that work either ?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 28th, 2005, 10:34 pm 
Offline

Joined: November 13th, 2004, 4:08 am
Posts: 2951
Location: Minnesota
@CarlosTheTackle:

I used SlickRun myself for a long time, and it's aliases are sufficient for most tasks. I think there's a beta version that sits in the taskbar, but the default floating behavior is very easy to work with once you get used to it.

Also, if you use Firefox, look into Keywords and Quick Searches, handy features of bookmarks.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 28th, 2005, 11:21 pm 
Try creating aliasses in a folder with FileCreateShortcut, add your favorite scripts, then use Rajat's 320MPH for quicklaunching... :wink:


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 28th, 2005, 11:21 pm 
Offline

Joined: October 19th, 2004, 12:11 pm
Posts: 102
Thanks jonny. That looks exactly like what I'm after. I look forward to trying it out tonight after work.

Quote:
Also, if you use Firefox, look into Keywords and Quick Searches, handy features of bookmarks.


Ah yes, thanks for the tip. :wink:


Cheers,

C


Report this post
Top
 Profile  
Reply with quote  
PostPosted: July 22nd, 2005, 6:39 pm 
Offline

Joined: July 16th, 2005, 11:39 am
Posts: 96
Send me a message to remind me to do this, if you're interested:
Part of one of my scripts is an aliased bookmarking system operated by hotstrings. I can extract that component from my script, if you'd like.

CarlosTheTackle wrote:
There are certain programs, like 'explorer' or 'firefox' that you can execute from the command line without typing the entire path, ie. Windows recognizes the word 'firefox' and knows what to run.

I am wondering, how would one go about setting up more of these 'shortcuts'? It seems to me that it's probably just a stored list somewhere in the registry, but does anyone know where?

Cheers,
C

_________________
“yields falsehood when preceded by its quotation” yields falsehood when preceded by its quotation.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 22nd, 2005, 11:27 pm 
Actually, I'm using SlickRun now, and I'm very happy with it.

Cheers,

C


Report this post
Top
  
Reply with quote  
 Post subject: HotKeyIt
PostPosted: June 22nd, 2008, 10:42 am 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
Try this:
HotKeyIt forum or SCRIPT MANAGER


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 10 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group