News:

Printed Amstrad Addict magazine announced, check it out here!

Main Menu
avatar_Nemo59

CP/M3 and SUBMIT or PROFILE.SUB

Started by Nemo59, 21:21, 31 August 22

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Nemo59

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.
CPC 6128+ / CPM+/ Turbo PASCAL v3
https://cpcrulez.fr/auteur-nemo59.htm

Mark_wllms

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.

Nemo59

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 
CPC 6128+ / CPM+/ Turbo PASCAL v3
https://cpcrulez.fr/auteur-nemo59.htm

Powered by SMFPacks Menu Editor Mod