App Sessions!
Application launcher for Windows, Mac OS X, FreeBSD and Linux
Brought to you by:
karlinjf
It'd be great if we could set up different 'sessions'
that Launchy should start when pressing a certain key.
Like, I'm currently working on a storyreel and I'm
using Adobe Photoshop, Adobe After Effects and Adobe
Audition all the time - So it'd be great if Launchy
could be modified, so we'd see columns in the options
that we could configure. So you could create your own
app sessions:
1) Internet. Like Firefox, Outlook/Thunderbird,
Messenger, etc.
2) Work: Apps like Photoshop, After Effects, etc.
...etc, etc. So instead of opening one program at a
time, we could just press '1' in Launchy, hit enter,
boom, Launchy would do the rest.
Logged In: NO
That isn't hard to do with a batch file...
%example.bat%
start notepad.exe
start explorer.exe
exit