"!" Copyright (C) 1988-1995 By Kerry B. Rogers
All Rights Reserved - Shareware Release 1.0

"!" allows the user to stack as many commands as his(her) buffer will 
allow. Each will be executed sequentially regardless of any errors 
that may occur. Get it right! In the disclaimer tradition, I am forced 
to say that if this program does anything to anything you use it on 
or with, then I am not to be held responsible. Don't use it if you 
doubt it in any way.

SYNTAX - 

        ! command;command;command;command.....

Required Command line parameters are :

        !<space>command<semicolon>command<semicolon>command . . .

Example: ! cls;dir;pause;cd

         The above example will sequentially ...

                (1) clear the screen
                (2) display the present working directory
                (3) pause
                (4) print the name of the present working directory

Example: for %f in (*.ZIP) do ! pkunzip %f;del %f)

         The above example will cycle through all ZIP files in
         a given directory and extract then delete them.

If you find "!" useful, a donation of $5 will be appreciated. Please 
send all donations to:

        Kerry B. Rogers
        CompuServe ID 71514,735
        2612 Briana Ct.
        Orlando, FL 32837

Thanx. Your donations will keep you abreast of all upcoming programs I 
release.

                                                -  Kerry B. Rogers - 

