PopScreen A small popscreen utility for scripts Version 40.1 - (5.6.01) (C) H. van der Ree PopScreen is a small tool that can be used in scripts to get the publicscreen you started from, back in front. I wrote this because GenesisRA from OS 3.9 will not open it's window on any other screen than Workbench. REQUIREMENTS: OS 2.04 or better. It is tested on OS 3.1 and OS 3.9. INSTALLATION: Copy it to C:, that all. USAGE: The template is: PopScreen PUBSCREEN,TO/K. A simple 'PopScreen' will print the name of the screen you are on to stdout. PUBSCREEN is the name of the screen you want to pop in front of all others, the name is case-insensitive. TO varname will save the name of the screen you are on to the global variable 'varname' An example of script use: popscreen to MyOldScreen ; the rest of your script popscreen $MyOldScreen unsetenv MyOldScreen It can be used in AREXX scripts too. BUGS: None that I know off. HISTORY: 40.1 - 05.06.01 First version. DISCLAIMER: · This program is to be used entirely at your own risk, and although I have performed extensive testing, I will not be held responsible for any loss of data as a result of it's use. · This program is © 2001, and may only be distributed in its original unmodified form. · This program is EMailware, that means if you use it, please send me an email. If you disagree with any of the above, do not use the program!