Topic: Start programs in html? |
|
---|---|
Author | Thread |
Maniac (V) Inmate From: Den Haag: The Royal Residence |
posted 01-28-2003 20:40
Ok i am working on an cd for keeping al my share and freeware....So that i can install when needed. |
Paranoid (IV) Inmate From: Sthlm, Sweden |
posted 01-28-2003 21:02
Well, the simplest way is through an ordinary link "<a href="C:\Program\folder\folder\app.exe">startIt</a>" |
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 01-28-2003 21:05
Uh Yeah....that's what I would have done! |
Maniac (V) Inmate From: Den Haag: The Royal Residence |
posted 01-28-2003 21:21
ok...that's ugly... |
Obsessive-Compulsive (I) Inmate From: |
posted 01-29-2003 12:08
Hi, |
Maniac (V) Inmate From: Den Haag: The Royal Residence |
posted 01-29-2003 14:43
ok after an extensive search i found this site quote:
|
Paranoid (IV) Inmate From: Sthlm, Sweden |
posted 01-29-2003 21:35
Well, if you settle for IE only you can use VBScript... code: <HTML>
|