User Tools

Site Tools


using_multiple_interactive_programs_on_twenex

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
using_multiple_interactive_programs_on_twenex [2021/03/17 00:55] – [Multiforking] hc9using_multiple_interactive_programs_on_twenex [2021/03/17 01:09] (current) – [Multiforking] hc9
Line 20: Line 20:
 <file config EXEC> <file config EXEC>
  
-  *^C ! Return from program session to EXEC +  *^C ! Return from program session to EXEC 
-   ^C ! (only single ^C will echo).+  ^C ! (only single ^C will echo)
 + 
 +  @PUSH ! Start child EXEC instance.
  
-  @PUSH ! Start child EXEC instance.+   TOPS-20 Command processor 7(4168)-1 
 +  @MM                   ! Start a program in the child EXEC.
  
-  TOPS-20 Command processor 7(4168)-1 +  ... Use program then exit.
-  @MM                     Start a program in the child EXEC.+
  
-  ... Use program then exit.+  @POP Terminate child EXEC and return to 
 +  ! parent EXEC.
  
-  @POP Terminate child EXEC and return to +  @CONTINUE(3) Return to original program session. 
-   parent EXEC.+  * ! Depending on the program you may 
 +  ! continue entering commands or 
 +   refresh the display.
  
-  @CONTINUE(3) ! Return to original program session. 
-  * ! Depending on the program you may 
-  ! continue entering commands or 
-  ! refresh the display. 
 </file> </file>
  
Line 50: Line 51:
   ! new program.   ! new program.
  
-  @MM                     ! Start new program.+  @MM                   ! Start new program.
  
   ... ! Use program.   ... ! Use program.
Line 82: Line 83:
 </file> </file>
  
-^EXEC snippet end-note:^+^EXEC snippet, and end-note link:^
 |//@INFORMATION FORK-STATUS((EXEC commands and options may be abbreviated to the minimum unique prefix, for example: |//@INFORMATION FORK-STATUS((EXEC commands and options may be abbreviated to the minimum unique prefix, for example:
 <file config EXEC abbreviated> <file config EXEC abbreviated>
-  CONTINUE => CONT +  CONTINUE => CONT 
-   INFORMATION FORK-STATUS => IN FO+  INFORMATION FORK-STATUS => IN FO
 </file>))//| </file>))//|
 ===== More Information ===== ===== More Information =====
Line 101: Line 102:
 </del> </del>
 <file config EXEC abbreviated> <file config EXEC abbreviated>
-  CONTINUE => CONT +  CONTINUE => CONT 
-   INFORMATION FORK-STATUS => IN FO+  INFORMATION FORK-STATUS => IN FO
 </file> </file>
  
using_multiple_interactive_programs_on_twenex.txt · Last modified: 2021/03/17 01:09 by hc9