
******************************************************************************
*                                                                            *
*                             Operation Document                             *
*                                                                            *
*                     Belongs To The Scripti Collection                      *
*                                                                            *
*                         By Jan Van Overbeke, 3-DEE                         *
*                                                                            *
*      Read The Doc On The Scripti Collection For More Info About Rights     *
*                                                                            *
******************************************************************************

------------------------------------------------------------------------------
                                  OPERATION?
------------------------------------------------------------------------------
These scripts will help you to successfully end or start the other scripts.



------------------------------------------------------------------------------
                               StartADPro.rexx
------------------------------------------------------------------------------
This script I use the most. If you started this cript, it will look for ADPro,
to see if it is running. Since ADPro cannot be run two times, the script must
be halted.

Furthermore, the script needs to wait a few seconds, so ADPro can read all
your operators, savers and loaders. After that, ADPro, will go to the back. I
implied this so you are back in DOpus without switching screens.

Useage:
    rx rexx:StartADPro.rexx

No arguments.


------------------------------------------------------------------------------
                               StopADPro.rexx
------------------------------------------------------------------------------
Too easy.

Useage:
    rx rexx:StopADPro.rexx

No arguments.


------------------------------------------------------------------------------
                               Remove.NEW.rexx
------------------------------------------------------------------------------
Suppose you did an arexx command like this:

    rx rexx:Emboss.rexx ram:image COLOR 1 1

If it performed flawlessly, you will find a new file called:

    ram:image.new

But this could go as far as 30 characters:

    ram:image.new.new.new.new.new.new.new.new

If you like the result, call the next command:

    rx rexx:Remove.NEW.rexx ram:image.new

So the argumented file will get a new name:

    ram:image

All previous result-images are removed (!).

Very usefull to DOpus-users.

Useage:
    rx rexx:Remove.NEW.rexx <filename>


------------------------------------------------------------------------------
                                  THE END
------------------------------------------------------------------------------




Jan Van Overbeke.



