Probably a simple question, but I have been looking for a few days for a solution. I think I have tried every combination of variations to get this to work, but no success yet!
I want to launch an external .html file (on a memory stick) from a stack (on the same memory stick). The following works fine on a Mac, but I can't get the correct syntax for Windows users.
get the platform
if the platform is "MacOS" then
launch url "file:Care/welcome.html" -- this one works on Mac

end if
if the platform is "Win32" then
launch url "file\Care/welcome.html"
end if
These are a few others I have tried in desperation!!
launch url "file:Care/welcome.html"
launch url "file:/Care/welcome.html"
launch url "file\\Care/welcome.html"
launch url "file/Care/welcome.html"
launch url "file//Care/welcome.html"
Any assistance will be gratefully received.
Cheers
Greg