And if you want to make your own prompt, you could even use your own Shell routine :
For {
Try {
Write !,$$Prompt()
Read cmd Write !
Xecute cmd
} Catch {
Write $ZE,!
}
If ($ZCVT($G(cmd),"U")="QUIT") Quit
}
Quit
Prompt() ;Create your own prompt here !
New prompt
Set prompt = $ZDate($H,4)_" - "_$ZTime($P($H,",",2))_" > "
Quit prompt
- Log in to post comments
.png)
.png)