Kinect Xbox 360 Depth Mapping icon Kinect Xbox 360 Depth Mapping Converts Xbox 360 Kinect depth frames into NMS obstacle scans for ARC path planning, SLAM, and obstacle avoidance. Try it →
New Zealand
LinkedIn Thingiverse Twitter Google+ YouTube
Asked — Edited

Small Undocumented Change That May Catch Ya Out

FYI everyone

Two commands Exec ("c:\windows\notepad.exe") Browser("https://www.google.com";)

no longer seem to require the speech marks eg.

Exec (c:\windows\notepad.exe) Browser(https://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)


ARC Pro

Upgrade to ARC Pro

ARC Pro is more than a tool; it's a creative playground for robot enthusiasts, where you can turn your wildest ideas into reality.

Author Avatar
United Kingdom
#1  

Cheers for that tameion

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#2  

Commands do not "need" them, but if there are multiple parameters - they should be used.


Browser("https://www.google.ca";)

Is the correct way:)

Author Avatar
United Kingdom
#3  

Cool I can launch a desktop shortcut with the Exec command just use the correct file extension which is found by clicking on the icon-properties-general tab

$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