Feeling very lazy today (how to launch an app from a browser?)

Carl Uman

Diamond Member
Jan 29, 2000
6,008
2
81
It's Friday afternoon and I'm thinking of the weekend and I'm being lazy now. Can anyone save me some google time and tell me how I can launch an app on a machine via button on a browser? I'm using javascript and coldfusion.

Thanks :D
Carl
 

Bucks

Senior member
Jun 23, 2004
923
4
81
I haven't tried this, but I would type the url direction for the application (e.x. C:programs\...) and then save that as a favorite. And if you use firefox, you can put the url in the quick launch bar
 

Carl Uman

Diamond Member
Jan 29, 2000
6,008
2
81
I think just lauching a new browers with the command line just might work.

something like the following in the browser address bar...
c:\junk\junk.txt

will launch notepad :)

Something so simple and front of my nose. Now to see if it works.

Thanks much
Carl