
-----------------------------------
Geminias
Mon Jan 16, 2006 4:44 pm

launch a program with turing
-----------------------------------
tell me boys: is there any way i can get a web browser to open a page saved in the same directory with a turing command?

-----------------------------------
Tony
Mon Jan 16, 2006 4:49 pm


-----------------------------------

if Sys.Exec("file.name") then
end

will open the file in system's default application
