Jim,
Double spacing works for me.
I don't want to give an explicit full pathname because someone else (user) will be saving the Folder (containing all the exe's for use) and I cannot guarantee it will be in the path I might specify. Thought I could save requiring full pathname by the use of the docs example:

set the defaultFolder to it
launch "MyProgram.exe"
launch it

So are the docs are really incomplete by not giving a full contextual example.
Does the code need to be:
put defaultFolder into tOrigDefaultFolder
set the defaultFolder --(what do I put here as the actual directory if its not a full pathname?)
launch "MyProgram.exe"
set the tOrigDefaultFolder

If so, do I still need to specify a full pathname, or can I somehow refer to the defaultFolder

Thanks,
Adrian

On 30 Aug 2009, at 11:09, Jim Bufalini wrote:

LOL. Let me try double spacing. My email client is obviously still messed from a couple months ago when I had a total network-wide crash of all my
computers.

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



_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to