,; an example of a CD exec
,string "Directory to change to? " a1iu
,hide
,if len(a1iu)=0 then a2iu
,msdos cd a1iu
,,a2iu
/bta1iu.a2iu
,show
,quit
