.. PCPCONN.MEX (02/08/90) .. .. This short script is run once the destination system has been reached. It .. is small so that the maximum amount of room is available for capture and .. file transfer buffers. Basically, it reports its success and enters a loop .. that allows the user to enter single MEX commands or "M" to return to the .. main menu. screen on cls say "Connected to ",F," at ",B,"00 bps/n/n" t;. enter terminal mode LABEL LOOP say "/nEnter a single MEX command (or M for menu): " accept A comp A "M" if value=1 READ PCPMENU {A} GOTO LOOP