Enable and Disable BlitzBlank

Sometimes it is useful to temporarily disable BlitzBlank so that it does not conflict with other running graphical programs (games, for example). Disabling and enabling of BlitzBlank can be done with ARexx.

In order to temporarily disable BlitzBlank, issue:

rx "ADDRESS 'BLITZBLANK' 'DISABLE'"

in order to enable BlitzBlank again, issue:

rx "ADDRESS 'BLITZBLANK' 'ENABLE'"

It is a good idea to include the command as part of a drop-down Workbench. For example, by using ToolsDaemon and creating an Enable, respectively Disable menu option and placing the shell commands to the provided snippets.