<< Click to Display Table of Contents >> Navigation: ASCII / XML External Control > Project Controls |
Note: Saving and Loading is to the server and the path must use the correct slashes for the server OS.
Open a project
Command
<command cmd="open" file="C:\Users\[UserName]\AppData\Local\compere\Projects\primary.prj"/> (Windows)
<command cmd="open" file="/share/compere/bin/Projects/primary.prj"/> (Linux)
Reply
<open success="true" commandDuration="123us"/>
Save a project
Command
<command cmd="save" file="C:\Users\[UserName]\AppData\Local\compere\Projects\secondary.prj"/> (Windows)
<command cmd="save" file="/share/compere/bin/Projects/secondary.prj"/> (Linux)
Reply
<save success="true" commandDuration="123us"/>
Create a new project
Command
<command cmd="new" projectname="My project"/>
Reply
<new success="true" commandDuration="123us"/>
Page edited [d/m/y]: 07/12/2022