home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / shells / newpos.lha / NewPos.doc < prev    next >
Text File  |  1992-06-26  |  954b  |  44 lines

  1. *****************************************************
  2.                     NewPos
  3. *****************************************************
  4.  
  5. (C) in 1992 by Michael Watzl
  6.     freely distributable
  7.  
  8. Newpos is a litte tool which changes the active window's
  9. position and size. It is fully written in assembler.
  10.  
  11. Syntax:
  12.  
  13. Newpos leftedge topedge width height
  14.  
  15.  to change the dimensions/position of the active window
  16.  
  17. or
  18.  
  19. Newpos
  20.  
  21.  to be informed about the dimensions/position of the window
  22.  
  23. Example:
  24.  
  25. Newpos 0 0 640 200
  26.  
  27. moves your current shell window to the upper left and gives
  28. it a standard size.
  29.  
  30. Newpos was programmed to control the size of a (shell)window
  31. from within a script (or startup-sequence,...).
  32. I hate it to wait until the startup window is closed and therefore
  33. I put a Newpos command into the user-startup to move it away.
  34.  
  35. Send bug reports, suggestions or anything else to:
  36.  
  37. Michael Watzl
  38. Konradstr. 11
  39. 8850 Donauwörth
  40.  
  41. GERMANY
  42.  
  43. Support shareware!
  44.