Launch another app from my standalone

Jim Bufalini jim at visitrieve.com
Sun Aug 30 05:17:55 EDT 2009


Everything wrapped. :-( Should have looked like this:

> Stop using "it."  Your code snippet does not show what "it" is set to.
> What is the default folder being set to? What are you launching? Why do
you
> have two launch statements?
> 
> Try:
> 
> put the defaultFolder into tOrigDefaultFolder
> set the defaultFolder to "C:\theDirTheExeIsIn" -- Put actual dir the EXE
is in here
> launch "MyProgram.exe" -- Put the actual name of the exe here
> set the defaultFolder to tOrigDefaultFolder -- Puts the defaultFolder back
where it was
> 
> Aloha from Hawaii
> 
> Jim Bufalini






More information about the use-livecode mailing list