home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / START213.ZIP / START2.DOC next >
Text File  |  1992-06-19  |  3KB  |  56 lines

  1. This program was originally published in the Microsoft Systems Journal, by William J. Wen.
  2. I could not get it to compile as published, so I made some modifications, but I take no
  3. credit (or responsibility) for the original idea.
  4.  
  5. I can be reached at Justin Alcorn 1:157/200.63@fidonet (fakenet 1037/63)
  6.  
  7. This is the help screen from the program:
  8. *********************************************************************************
  9.  
  10.  
  11. An alternate version of the OS/2 START command = C:\START2.EXE
  12.     By William J. Wen
  13.  
  14.     Revision by Justin B. Alcorn
  15. parameters: 
  16. >┬┬───────────┬┬───┬┬─────┬┬──────┬┬───┬┬────┬┬───┬command┬──────────┬┬
  17.  │└"pgm title"┘├/K─┤├/NAC─┤│      │└/F─┘├/FS─┤└/I─┘       └cmd inputs┘│
  18.  │             ├/C─┤├/INV─┤│      │     ├/PM─┤                        │
  19.  │             └/N─┘├/MAX─┤│      │     └/WIN┴┬──────────┐            │
  20.  │                  └/MIN─┘│      │           ├/POS=(x,y)┤            │
  21.  │                         │      │           └/SIZ=(x,y)┘            │
  22.  │                         ├/ICON─┴─────────────────────────┐         │
  23.  │                         └/ICON=<fully qualified filename>┘         │
  24.  │               ┌─ /?    ─┐                                          │
  25.  └───────────────┼─ ?     ─┼──────────────────────────────────────────┘
  26.                  └─ /Help ─┘       
  27.  
  28. "pgm title" : Specifies the program title displayed in the PM menu:
  29.               MUST have a space inside quotes. Space as first char in
  30.               quotes will be removed i.e. " Demo" becomes "Demo".
  31.  /K         : Start the program using COMSPEC= env string, with /K.  
  32.  /C         : Start the program using COMSPEC= env string, with /C.  
  33.  /N         : Start the program directly, without using COMSPEC=.    
  34.  command    : Command or program (.EXE or .CMD) to be started.       
  35.  cmd inputs : Parameters for the command                             
  36.  
  37.  /I         : Causes new session to inherit env. from CONFIG.SYS     
  38.  /ICON=...  : Use icon file: the filename must be fully qualified    
  39.  /ICON      : Use default icon file: the icon file must be in the same
  40.               directory as the program, and must have the same name  
  41.               as the program file, but with a .ICO extension         
  42.  /FS        : Start the program full screen. 
  43.  /WIN       : Start the program in a window. 
  44.  /POS=(x,y) : Start window at coordinates. (0,0) is lower left corner.
  45.  /SIZ=(x,y) : Start window with size of (x,y) pixels.
  46.  /PM        : Start the program in a PM window.
  47.  /F         : Start the program in the foreground. This is different 
  48.               from the OS/2 START cmd; you MUST specify /F to start  
  49.               the program in the foreground, even with /WIN or /PM.
  50.  /NAC       : Specify No Automatic Close after the session ends.    
  51.  /INV       : Specify No Icon for session (invisible).
  52.  /MIN       : Start the session minimized. 
  53.  /MAX       : Start the session maximized. 
  54.  
  55.  
  56.