You are here

Created a simple Launcher Program

9 posts / 0 new
Last post
digitxp
digitxp's picture
Offline
Last seen: 12 years 6 months ago
Joined: 2007-11-03 18:33
Created a simple Launcher Program

This is my first script (program) I did from scratch :).
It simply reads out of an INI file, then executes the paths.
I did make solutions for worst-case scenarios :P.
Download
Didn't put this in beta testing because it felt awkward to me...
Dark yux made me!!!

dark_yux
Offline
Last seen: 10 years 2 months ago
Joined: 2007-10-23 11:23
I like it...

I really like the icon. It works with Firefox and Thunderbird beautifully. Needs better instructions.

It should still go to beta testing though.

self.path = path if self.path == None else self.path

digitxp
digitxp's picture
Offline
Last seen: 12 years 6 months ago
Joined: 2007-11-03 18:33
I stink at

instructions, even in math class :P.
The icon I found on the Wikimedia Commons

Insert original signature here with Greasemonkey Script.

dark_yux
Offline
Last seen: 10 years 2 months ago
Joined: 2007-10-23 11:23
Dark Yux made me!!! LOL!
Dark Yux made me!!!

LOL! Biggrin

self.path = path if self.path == None else self.path

Stevoisiak
Stevoisiak's picture
Offline
Last seen: 4 years 7 months ago
Joined: 2008-02-05 11:22
Hmmm

So this launcher is supposed to work with ANY application?

Simplifying daily life through technology

BrianAll
Offline
Last seen: 5 years 9 months ago
Joined: 2008-02-13 13:44
yeah..

what kind of apps can it do? ones that store registry settings? settings in the application data folder?
I'd like to know.

Patrick Patience
Offline
Last seen: 4 years 3 months ago
DeveloperModerator
Joined: 2007-02-20 19:26
Neither

I'm pretty sure this app only launches a program which is handy if you'd like only one executable to show in the menu.

Stevoisiak
Stevoisiak's picture
Offline
Last seen: 4 years 7 months ago
Joined: 2008-02-05 11:22
Wait a sec

Couldn't that be done with a shortcut? Also, I have no need if that is the purpose. I use the R30 menu mod, witch allows externals apps to be added.

Simplifying daily life through technology

Patrick Patience
Offline
Last seen: 4 years 3 months ago
DeveloperModerator
Joined: 2007-02-20 19:26
No

Shortcuts use hardcoded paths.

Log in or register to post comments