Windows start

Start a separate window to run a specified program or command.

The START [ "title"] [/ D path] [/ the I] [/ MIN] [/ MAX] [/ SEPARATE | / SHARED]
      [/ LOW | / the NORMAL | / HIGH | / REALTIME | / AboveNormal | / BelowNormal]
      [ / NODEs <NUMA Node>] [/ the AFFINITY <hex Affinity mask>] [/ the WAIT] [/ B]
      [Command / Program] [Parameters]

    "title" in the title is displayed in the window title bar.
    path startup directory.
    B Start application without creating a new window.
                Application has ^ C handling ignored. Unless the application
                is enabled ^ C processing, ^ Break is otherwise only way to interrupt
                the way the application.
    I The new environment will be passed
                to the cmd.exe original environment, instead of the current environment.
    MIN Start window minimized mode.
    MAX to maximize the way to start the window.
    SEPARATE Start 16-bit Windows program in separate memory space.
    SHARED Start 16-bit Windows program in shared memory space.
    LOW Start application in the IDLE priority class.
    NORMAL Start application in the NORMAL priority class.
    HIGH Start application in the HIGH priority class.
    REALTIME Start application in the REALTIME priority class.
    ABOVENORMAL start the application ABOVENORMAL priority class.
    BELOWNORMAL start the application BELOWNORMAL priority class.
    NODE The preferred non-uniform memory architecture (NUMA) node designated as a
                decimal integer.
    AFFINITY processor affinity mask specified as a hexadecimal number.

Guess you like

Origin www.cnblogs.com/YZFHKMS-X/p/11784443.html