Windows Command Code Resolved

Chipp Walters chipp at chipp.com
Fri Jul 29 23:37:16 EDT 2005


Hi gang,

Got it working. Pretty simple actually:

Here's the guts (after putting the filepath into fld "docPath")

put shortFilePath(fld "docPath") into tDocPath
replace "/" with "\" in tDocPath
put "start" && tDocPath into tDosCommand
set the hideconsolewindows to true
get shell(tDosCommand)

Here's a demo: type in the message:

go URL "http://www.altuit.com/webs/altuit2/RunRev/WinXPFileLauncher.rev"

best,

Chipp



More information about the use-livecode mailing list