home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / CanDo / Decks3 / ToggleWB / ToggleWB.Doc < prev    next >
Encoding:
Text File  |  1990-10-30  |  1.3 KB  |  30 lines

  1. ToggleWB
  2. Written by James Nelson, INOVAtronics, Inc.
  3.  
  4. This utility serves the single purpose of closing the Workbench screen if
  5. it is open, and openning the Workbench screen if it is closed.  This
  6. ability is handy for any application in which the Workbench screen with
  7. clutter the display, or where limited CHIP memory is required.
  8.  
  9. To use this utility from within a CanDo application, first copy ToggleWB to
  10. your sys:c directory, then within your application use a dos command as
  11. follows:
  12.  
  13.   dos "ToggleWB"
  14.  
  15. If no other application has a window open on the Workbench screen, then
  16. this command will shut down the Workbench screen if it is open, or it will
  17. open the Workbench screen if it is closed.  If you find that the Workbench
  18. screen is not closing, then check to see if any other applications are
  19. running on the Workbench screen, and make sure that your own screen is open
  20. (don't use this command from within the OnStartup, as your screen will not
  21. yet be open.)
  22.  
  23. Included here is a sample Deck to demonstrate how to use this utility.  It is
  24. recommended that it is run from the Workbench.
  25.  
  26. You will not need to run this utility before closing, as the Amiga will
  27. open Workbench automatically if no other screens are open.
  28.  
  29. All files included in this lharc file are freely distributable.
  30.