home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / stayput.zip / STAYPUT.TXT < prev   
Text File  |  1994-11-11  |  3KB  |  74 lines

  1. STAYPUT  Ver 1.00
  2.  
  3. StayPut is a utility program that will run a program in a specified window 
  4. state and continuously monitor it resizing it if changed.  StayPut command-
  5. line options are as follows:
  6.  
  7.    StayPut [-wdwopt=n] [Drive:\Path\]Program [options..]
  8.    
  9.  
  10.         Where:wdwopt =  window state to StayPut
  11.       
  12.                         -1 - Hidden
  13.                          1 - Minimized
  14.                          2 - Normal
  15.                          3 - Maximized
  16.                          
  17.             Program =   Supplies StayPut with the name of the program to be
  18.                         run and may optionally contain the Drive and Path 
  19.                         if not in the current directory or in the Dos Path.  
  20.                         The program extension (.exe, .com or .bat) must be 
  21.                         supplied.
  22.             
  23.             Option =    Any additional parameters to pass to the program.  
  24.                         These parameters must be in the order the program 
  25.                         expects them.
  26.                   
  27.             
  28.             NOTE: The window state command-line option must be specified 
  29.             first!  All command line options following the program name will 
  30.             be sent to the program for processing without verification.
  31.       
  32. When specifying window state, be aware some programs do not properly accept a 
  33. startup window state.  For example: when specifying WinCim in a maximized 
  34. state, the program will only start in a normal state.
  35.  
  36. For those programs being run in a normal window state, it is best to start 
  37. the program without StayPut, adjust the program's normal window size and 
  38. position, then exit to allow the program to save its size and position. Since 
  39. StayPut will not allow the window to be resized or moved when run, this
  40. allows the program to look the way you want before using StayPut.
  41.  
  42. Examples:
  43.  
  44.       StayPut -wdwopt=2 c:\cserve\wincim\wincim.exe
  45.       
  46.             Runs WinCim in a normal window
  47.             
  48.       StayPut -wdwopt=3 notepad.exe c:\notice.txt
  49.       
  50.             Runs notepad maximized passing the filename notice.txt
  51.       
  52.                      
  53.    This program was written as FREEWARE.  Yes, its free for the taking, 
  54.    but with the standard disclaimer that I am not responsible for any 
  55.    damage, loss of data or any other mishaps that may occur when using 
  56.    this program.  Any bug reports or comments can be sent to the address 
  57.    below or via Compuserve.
  58.    
  59.  
  60.                               Paul Mele
  61.                               P.M. Systems
  62.                               8385 Tulip Lane
  63.                               Chagrin Falls, Ohio  44023
  64.                               (216) 543-8739
  65.                               Compuserve: 70253,2100
  66.                               
  67.  
  68.  
  69.   Written using WinBatch which means portions are copyrighted by Wilson 
  70.   WindowWare, 2701 California Ave SW, Suite 212, Seattle, WA  98116  
  71.   1(800)762-8383.  The ultimate in WindowWare and a must for anyone's 
  72.   toolbox!
  73.  
  74.