File:  [WindowsNT SDKs] / q_a / samples / startp / readme.txt
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:30:04 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-nov-1993, ntsdk-jul-1993, HEAD
Microsoft Windows NT Build 511 (SDK Final Release) 07-24-1993

Summary:

    This sample demonstrates how to start a new process with various
    process attributes. It is a functional replacement for the
    "start" command.

More Information:

Starts a specified program, batch, or command file.
STARTP [/Ttitle] [/Dpath] [/l] [/h] [/r] [/min] [/max] [/w]
       [/c] [/n] [program] [parameters]

    title       Title to display in window title bar. Quote the
                entire paramter to include spaces in the title,
                i.e. startp "/Ttest job"
    path        Starting directory
    l           Set default to low priority
    h           Set default to high priority
    r           Set default to realtime priority
    min         Start window minimized
    max         Start window maximized
    w           Wait for started process to end before returning
                control to the command processor. This option starts
                the process synchronously
    c           Use current console instead of creating a new console
    b           Start detached with no console at all
    program     A batch file or program to run as either a GUI
                application or a console application
    parameters  These are the parameters passed to the program

Note that the priority parameters may have no effect if the program
changes its own priority.

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.