Asked
— Edited
FYI everyone
Two commands
Exec ("c:\windows\notepad.exe")
Browser("http://www.google.com")
no longer seem to require the speech marks eg.
Exec (c:\windows\notepad.exe)
Browser(http://www.google.com)
Took me a while to work out but all good.
Great for showing a household automation homepage or directory
eg. Browser(file://10.1.1.5/volume_2/Lawrence/default.htm)
Code:
Is the correct way
$Tip
If you rem out a command when editing a script using # you can save the script without any errors so you can go back later and modify it without losing all your typing