home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d500 / wiconify.lha / wIconify / wUtilities.lzh / wMakeWB / wMakeWB.doc < prev    next >
Text File  |  1991-04-19  |  1KB  |  48 lines

  1. OVERVIEW:
  2.  
  3. wMakeWB is a companion program to wIconify.  It allows you to specify any
  4. screen as the current WB screen from the CLI, just as though you pulled 
  5. wIconify's MAKE WB menu item.  It is intended mainly for use within the
  6. Startup-Sequence and within EXECUTE scripts.
  7.  
  8.  
  9. HOW TO USE WMAKEWB:
  10.  
  11. To use wMakeWB you must have wIconify running.  Then, to change the current
  12. WB screen, issue the CLI command
  13.  
  14.     1> wMakeWB [screen]
  15.  
  16. where [screen] is the name of the screen you want to make the WB screen.
  17. You need only type as much of the name as necessary to identify it to
  18. wIconify.  If the name includes spaces, then be sure to enclose the entire
  19. name in quotation marks.  For example:
  20.  
  21.     1> wMakeWB "Test Screen"
  22.  
  23. would make the screen named 'Test Screen' (or the first screen whose title
  24. begins with the words 'Test Screen') into the current WB screen; any windows
  25. that would normally open on the Workbench screen would open on the Test
  26. Screen instead.
  27.  
  28. Upper- and lower-case letters are not distingushed by wMakeWB, so you could
  29. also type WMAKEWB 'TEST Screen' or WMAKEWB 'tESt scrEEN' and get the same
  30. result as the example above.
  31.  
  32. To specify a screen that has no title, use quotes with no letters
  33. inbetween.  I.e., 
  34.  
  35.     1> WMAKEWB ""
  36.  
  37. If you do not specify a screen name, wMakeWB will use the currently active
  38. screen by default.
  39.  
  40.  
  41. AUTHOR:
  42.  
  43. Davide P. Cervone
  44. Mathematics Department
  45. Brown University
  46. Providence, Rhode Island 02912
  47. ST402523@BROWNVM
  48.