Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!tektronix!ogcvax!omsvax!icalqa!hplabs!sri-unix!GRUPP@mit-mc From: GRUPP%mit-mc@sri-unix.UUCP Newsgroups: net.micro.cpm Subject: concerning how to call CP/M transient commands from COM files? Message-ID: <3712@sri-arpa.UUCP> Date: Tue, 2-Aug-83 03:34:00 EDT Article-I.D.: sri-arpa.3712 Posted: Tue Aug 2 03:34:00 1983 Date-Received: Fri, 5-Aug-83 11:47:29 EDT Lines: 12 From: Paul R. GruppYes, it is possible... How depends on WHICH CCP you are using... If you're using the "standard" D.R. CCP you fill the command buffer at CCP+6 with the command, then restart the ccp with a RETURN rather than a jump to 0000 which does a warm-boot. you put in UPPER case the command line at CCP+8 and the COUNT of command characters at CCP+7. CCP+6 is the MAXIMUM number of characters the buffer will hold and is usually 80 or more. This is the same for ZCPR1... BUT *NOT* ZCPR 2 if using "external command buffer"... If you are using ZCPR2 look at the MENU program or the ZCPR2 doc for details. --Paul