dBaseII's $$$.SUB Placement Under ZCPR versions 3.3 and 3.4, the submit command file $$$.SUB is executed only from directory A0: instead of from the current user area in drive A. That causes a problem with command chaining under dBaseII, which uses $$$.SUB files for its chaining. Here is a suggestion from Bruce Morgen. You can solve the problem from dBaseII using the dBaseII machine code interface before the "QUIT TO ????". The following line should do it: ORG 0A400H MVI C,32 MVI E,0 JP 5 END That way dBaseII will temporarily be logged into user 0 when it writes $$$.SUB. On exit, the CCP will reassert the entry drive and user, so all will be OK under Z33/Z34.