; this is the same as update.scp, but without all the text output.  The other
; one is for icon use, this is for a scriptfile.

cd bbs:
copy TBMBBS.config3 TBMBBS.config1
copy TBMBBS.config3 TBMBBS.config2
du >BBS:UserFiles/Update/out.du byte TBMBBS.config3
cd BBS:UserFiles/Update
fix >nil: fixsize
join Part1.1 out.du change1 as fix1
cd bbs:
fix >nil: BBS:UserFiles/Update/fix1

cd BBS:UserFiles/Update
join Part1.2 out.du change2 as fix2
cd bbs:
fix >nil: BBS:UserFiles/Update/fix2
wait 1
cd BBS:UserFiles/Update
delete >nil: out.du fix1 fix2 quiet

