Example Session

This BT-BASIC code opens a project and runs the default test list:

xdload "xjtag1"
xdconnect "xjtag1"
xdcall "xjtag1", "load_test_system"; "c:\project\project.xjp"
xdcall "xjtag1", "run_default_tests", Num, RTN$
xdcall "xjtag1", "close_test_system"
xddisconnect "xjtag1"
xdunload "xjtag1"