Program launchers

What other productivity software are you working with...
Borut
Posts: 1412
Joined: 19 Oct 2010 19:29

Program launchers

Post by Borut »

PStart

I am using the probably not so well known PStart. Great flexibility. Full portability. No installation. Freeware.

Works at least from w2k to Vista (have not tried it under 7). Actually, I stumbled upon it a few years ago, looked at it and forgot it. Something more than a year ago I gave it a second try and found out totally unexpected flexibility features. It was a "Wow!" effect!

It has not been changed since 2007, I think. I would say that in this case that information is not a negative one!
Win 10 Pro 64bit

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Program launchers

Post by highend »

Borut wrote:PStartIt has not been changed since 2007, I think. I would say that in this case that information is not a negative one!
I tend to disagree... Used it for years myself but I've seen several PCs (Win 7 x86/x64) where PStart's icon disappeared from the system tray for no reason (while the task is still running) and never reappeared.

I talked to the developer of Traylauncher a while ago and he implemented a few of my requests and I'm happy with it now.

Website: http://code.google.com/p/traylauncher/
One of my scripts helped you out? Please donate via Paypal

FeatureCreep
Posts: 162
Joined: 02 Dec 2011 21:18

Re: Program launchers

Post by FeatureCreep »

I check out launchers regularly but have stuck with RUNit from magister-lex (http://www.magister-lex.at/RUNit/) (freeware) for more than ten years. It hasn't been updated once in that time. It's discontinued but is still available for download and still works solid-as-a-rock in Win7 64bit.

There are hundreds of apps that let you create customizable launch menus. The feature that keeps me with RUNit is how it is launched (in addition to the obligatory hotkey).

Move your cursor to the top edge of the screen and right-click.
And the menu pops down at that location.

The combination of right-click and screen edge means that it isn't activated inadvertantly like many autohiding toolbars or hotspots/hot corners.

Neither does it interfere with them. I use an autohiding taskbar at the top of the screen. RUNit just pops up over it when asked.

It can also be used without interfering with fullscreen apps and previews.

You can only use one level of nesting but you can have different menus appear when the top, left, right or bottom screen edge is right-clicked.

Tips:
1. Launch RUNit itself from a shortcut with argument:
C:\...\RUNit\Runit.exe C:\...\RUNit\runit.ini
to use it portably, otherwise the ini file is placed in the Windows folder.

2. Combine it with shortcuts to folders using menuApp
http://www.desktopapps.co.uk/menuApp.php

jjk
Posts: 202
Joined: 10 Oct 2007 20:11
Location: Paris

Re: Program launchers

Post by jjk »


Marco
Posts: 2347
Joined: 27 Jun 2011 15:20

Re: Program launchers

Post by Marco »

Does RocketDock (http://rocketdock.com/) classify as a program launcher? It's even portable and support relative paths.
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]

xman
Posts: 133
Joined: 28 Nov 2009 22:57

Re: Program launchers

Post by xman »

I use XYplorer for this purpose. Just create a custom button and add new programs to it when needed, like this:

Code: Select all

"Everything|?:\Apps\System\Everything\Everything.exe"
 run """<xydrive>\Apps\System\Everything\Everything.exe""";

"7 Taskbar Tweaker|?:\Apps\System\7 Taskbar Tweaker\7 Taskbar Tweaker.exe"
 run """<xydrive>\Apps\System\7 Taskbar Tweaker\7 Taskbar Tweaker.exe""";

"Unlocker|?:\Apps\System\Unlocker\UnlockerPortable.exe"
 openwith """<xydrive>\Apps\System\Unlocker\UnlockerPortable.exe"" <items>", s

..........
There are probably better alternatives, but this works just fine (for me).

tux.

Re: Program launchers

Post by tux. »

Since Microsoft decided to cripple the start menu and the taskbar, I found Find And Run Robot and Launchy. Actually, I am using the latter now as it perfectly fits Synapse on Linux: Same usage, similar look and feel. :)

Karl M

True Launch Bar

Post by Karl M »

I'm using True Launch Bar for many years now and I simply can't imagine my computer without it.

There is a free version too, but I didn't check it.

And Tordex Wheel is a great little free tool if you own True Launch Bar.

binocular222
Posts: 1416
Joined: 04 Nov 2008 05:35
Location: Hanoi, Vietnam

Re: Program launchers

Post by binocular222 »

I've tried tons of launchers and finally settled with Autohotkey. This needs a bit coding but a dead easy programming language to learn.
Highly recommend if you're neither noob nor pro in coding.
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488

kodyman
Posts: 222
Joined: 09 Apr 2011 04:05

Re: Program launchers

Post by kodyman »

Thanks to all above for their recommendations. A couple I haven't seen before and may try.
I've been using XYplorer more and more as my launcher since I usually always have it open in the tray anyway. It's been covered a couple of times in different other posts and in one of Don's tips I believe. Instead of assigning to a button though I use the catalog feature a lot and have added a category for my favorite programs. And in the properties set "Action on click:" to Open Item.
This works for most of my favorite programs in Win7 and always does with XP.
A couple of my favorites require I run them as admin in Win7. So in these cases I just set "Action on click:" to go to the location instead of open item, right-click and run as admin.
Whatever method or program is the most comfortable for the user is the main thing. :|

Marco
Posts: 2347
Joined: 27 Jun 2011 15:20

Re: Program launchers

Post by Marco »

kodyman wrote:A couple of my favorites require I run them as admin in Win7. So in these cases I just set "Action on click:" to go to the location instead of open item, right-click and run as admin.
There are command line utilities that can run executables with elevated rights. I use this http://code.kliu.org/misc/elevate/
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]

kodyman
Posts: 222
Joined: 09 Apr 2011 04:05

Re: Program launchers

Post by kodyman »

Marco,

Almost forgot :oops:
Thank you for your recommendation. I'll give it a try. Also tried putting a check mark in Properties> Compatibility> Privilege Level> Run this program as Administrator and it seems to be doing ok for me now too.

Marco
Posts: 2347
Joined: 27 Jun 2011 15:20

Re: Program launchers

Post by Marco »

kodyman wrote:Also tried putting a check mark in Properties> Compatibility> Privilege Level> Run this program as Administrator and it seems to be doing ok for me now too.
Does that work portably? (I mean, an executable flagged that way and then moved via an USB key onto another system will still launch as admin?)
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Program launchers

Post by highend »

I mean, an executable flagged that way and then moved via an USB key onto another system will still launch as admin?
Nope.

It's more or less a registry entry that get's written for the current user, when you use this procedure.

They are stored under:
HKCU\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers
One of my scripts helped you out? Please donate via Paypal

MarioUnoDueTre
Posts: 2
Joined: 24 Apr 2013 22:17

Re: Program launchers

Post by MarioUnoDueTre »

I use True Launch Bar and Launchy... and Listary (with FlashFolder and FileBox eXtender... configured to not conflict each other)

Post Reply