home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d562 / clisizer.lha / CLIsizer / ReadMe < prev    next >
Text File  |  1991-11-20  |  1KB  |  27 lines

  1.         ******************************
  2.         *    CLIsizer v1.0  03/89    *
  3.         *    by Torsten Jürgeleit    *
  4.         *   for Manx Aztec C v3.6a   *
  5.         ******************************
  6.  
  7. With this little hack you can easily resize the workbench screen from any
  8. CLI or Shell window, but first you have to close ANY windows on this screen
  9. except your current (active) CLI or Shell window. Then you can start
  10. CLIsizer with the following commandline arguments :
  11.  
  12.     clisizer [left offset] [top offset] [width] [height] <batch file>
  13.         left offset = left offset of the new workbench screen
  14.         top offset  = top offset of the new workbench screen
  15.         width       = width of the new workbench screen
  16.         height      = height of the new workbench screen
  17.         batch file  = batch file to be executed by NewCLI or NewWSH
  18.                 (optional)
  19.  
  20. Now you have to call EndCLI within the next minute to close the last window
  21. on the workbench screen too, because CLIsizer uses the Intuition functions
  22. CloseWorkbench() and OpenWorkbench().
  23.  
  24. For example :
  25.     clisizer -25 -15 704 256 s:harddisk-startup-sequence
  26.     endcli
  27.