| View previous topic :: View next topic |
| Author |
Message |
speaker219
Joined: 28 Jan 2007 Posts: 187 Location: New York
Digg It |
Posted: Sun Jan 28, 2007 1:36 am Post subject: help writing a glovepie script - please help! |
|
|
When i am writing a glovepie script, how can i have it launch a program like (run test.exe)
please help!
thank you so much |
|
| Back to top |
|
 |
TylerK

Joined: 18 Dec 2006 Posts: 384 Location: Springfield, IL
Digg It |
Posted: Sun Jan 28, 2007 1:38 am Post subject: |
|
|
From the documentation:
|
|
| Back to top |
|
 |
CarlKenner Site Admin
Joined: 29 Nov 2006 Posts: 614
Digg It |
Posted: Sun Jan 28, 2007 5:44 am Post subject: |
|
|
if you want it to run it once on startup then:
| Code: | if not var.initialized then
Execute("test.exe")
var.initialized = true
end if |
|
|
| Back to top |
|
 |
speaker219
Joined: 28 Jan 2007 Posts: 187 Location: New York
Digg It |
Posted: Sat Feb 17, 2007 2:22 am Post subject: |
|
|
| TylerK wrote: | From the documentation:
|
Thanks
Didn't realize there was a documentation  |
|
| Back to top |
|
 |
|