; This should build the C programs for you ; It assumes C is installed as CCX ; the assembler is ASM ; and the C run time is in [1,1] as CLIB ; Use ^Z to stop ; .START: .ASKS TSK Which task do you want .ENABLE SUBSTITUTION CCX 'TSK' ASM 'TSK' TKB 'TSK'='TSK',[1,1]CLIB/LB .GOTO START /