User`s guide

reload
cc=ticcs;
s=reload(cc,23)
Warning: No action taken - load a valid Program file before
you reload...
s=
''
open(cc,'D:\ti\tutorial\sim62xx\gelsolid\hellodsp.pjt',...
'project')
build(cc)
load(cc,'hellodsp.pjt')
halt(cc)
s=reload(cc,23)
s=
D:\ti\tutorial\sim62xx\gelsolid\Debug\hellodsp.out
See Also cd, load, open
7-136