CPCWiki forum

General Category => Technical Support - Software related => Topic started by: Nemo59 on 21:21, 31 August 22

Title: CP/M3 and SUBMIT or PROFILE.SUB
Post by: Nemo59 on 21:21, 31 August 22
Hi there. Is it possible in CP/M+ to hide the display of commands launched via a SUBMIT or the PROFILE.SUB?

Something like ECHO OFF in ms-dos.
Title: Re: CP/M3 and SUBMIT or PROFILE.SUB
Post by: Mark_wllms on 22:05, 31 August 22
Quote from: Nemo59 on 21:21, 31 August 22Hi there. Is it possible in CP/M+ to hide the display of commands launched via a SUBMIT or the PROFILE.SUB?

Something like ECHO OFF in ms-dos.


You could start with
DEVICE CONOUT:=NULL
And finish with
DEVICE CONOUT:=CRT
But if anything goes wrong in between you'll be stuck.
Title: Re: CP/M3 and SUBMIT or PROFILE.SUB
Post by: Nemo59 on 23:09, 31 August 22
Thanks a lot ;D Merci !

I want to do a new version of my GoMoku game with some graphic improvements and I want to hide the CPM prompt and return to Amsdos after the game.


A .dsk of then english version is in the link below 
Powered by SMFPacks Menu Editor Mod