topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday March 19, 2024, 5:02 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: IDEA: Run Dialog aliases  (Read 7029 times)

Josh

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Points: 45
  • Posts: 3,411
    • View Profile
    • Donate to Member
IDEA: Run Dialog aliases
« on: November 11, 2006, 08:55 AM »
ok, here is an idea that I derived from FARR.

The idea is to create a program, which can be modified to add an indefinite list of aliases, which allows a user to enter an "Alias" for a program to run via Windows Start - Run prompt. So, for example, the user has an alias for the Filezilla FTP client, he enters into the program an alias such as "FZ" which when typed into the start - run prompt, launches the filezilla client.

I know this can be done by adding each application to the system path variable, but that gets sloppy when lots of folders are added, plus its not a good practice as is taught in the MCSE classes for system administrators.

I would like for the gui of this app to have a grid style view where you can see all existing defined aliases, sort them alphabetically, and quickly add/remove existing entries.

Would this be feasible?

Anyways, I am not sure how easy it is to do something like this, but perhaps someone here has an idea. Thanks in advance!

TucknDar

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 1,133
    • View Profile
    • Donate to Member
Re: IDEA: Run Dialog aliases
« Reply #1 on: November 11, 2006, 09:26 AM »
I'm sure you can do this by adding aliases to the Win-registry... let me have a look at where they're supposed to be.

jgpaiva

  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 4,727
    • View Profile
    • Donate to Member
Re: IDEA: Run Dialog aliases
« Reply #2 on: November 11, 2006, 11:02 AM »
I had the most amazing program ever that did that. Looks like it's discontinued already, but you might still find it. It's name was "typeandrun". I was damn amazing!

Then, there's also slickrun, i think. Not as powerful, though. (imo)

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: IDEA: Run Dialog aliases
« Reply #3 on: November 12, 2006, 08:50 PM »
i'm not a big fan of these tools because i can't remember all the cryptic name that i give to the shortcuts when i first create them. :) for me, farr is a better option.

but here's one such tool that configures the Run dialog shortcuts via GUI: Command Creator.

3.jpg

Ruffnekk

  • Honorary Member
  • Joined in 2006
  • **
  • Posts: 332
  • Uhm yeah...
    • View Profile
    • RuffNekk's Crypto Pages
    • Donate to Member
Re: IDEA: Run Dialog aliases
« Reply #4 on: November 22, 2006, 07:18 AM »
I have been using my own solution to this for years:

1) Create a folder anywhere you like, with any name you like. I made mine in ‘My Documents’ called ‘QuickStart’.
2) Add the new folder to the path variable.
3) Create shortcuts to any commonly used applications or documents inside this folder and make sure the name of the shortcut is the command you want to use for it. For example, I made a shortcut to Visual Studio called ‘vs’. So when I execute the Start → Run dialog, I type ‘vs’ and the shortcut is executed because it’s in the path.

On top of that you can set all parameters like commandline arguments, working folders and Win95 compatibility emulation as well.

Very simple and no application needed  ;D
Regards,
RuffNekk

Programming is an art form that fights back.

thesteve

  • Participant
  • Joined in 2006
  • *
  • default avatar
  • Posts: 6
    • View Profile
    • Donate to Member
Re: IDEA: Run Dialog aliases
« Reply #5 on: November 24, 2006, 02:53 PM »
Using the same basic technique as Ruffnekk suggested, you can skip the folder creation bit and stick your shortcuts directly in a folder already in your system path, like %SYSTEMROOT%\Windows\System32. The advantage to Ruffnekk's method is that you get a much more organized result.

skrommel

  • Fastest code in the west
  • Developer
  • Joined in 2005
  • ***
  • Posts: 933
    • View Profile
    • 1 Hour Software by skrommel
    • Donate to Member
Re: IDEA: Run Dialog aliases
« Reply #6 on: November 27, 2006, 10:03 PM »
 :) I've given this advice all day today, but have you tried my own AutoClip? You don't even have to open the Run dialog, you can write your aliases anywhere!

Skrommel

chedabob

  • Participant
  • Joined in 2006
  • *
  • Posts: 34
  • C# Master (if only!!!)
    • View Profile
    • Donate to Member
Re: IDEA: Run Dialog aliases
« Reply #7 on: December 02, 2006, 03:28 PM »
Try Launchy. Granted, it doesn't run on the run box, but if you press alt-space (which you get used to quickly) it autofills for you, and shows icons aswell. It also learns what you use most.