Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

cmd start with arg

unel answered on January 18, 2023 Popularity 6/10 Helpfulness 5/10

Contents


More Related Answers

  • winmain argv
  • argparse get cli command
  • cli args python
  • docker build with args
  • install Ardour command line
  • docker ARG
  • docker build with args
  • command line argument bash
  • *argv[] **argv
  • command args c
  • Access command line arguments
  • dockerfile access arg
  • docker run +"--entrypoint" args
  • how to use build args in dockerfile
  • args in shell
  • cli args rusdt
  • find command to display on console and pass as argument to other command
  • arp command

  • cmd start with arg

    1

    Parameter Description

    <"title"> Specifies the title to display in the Command Prompt window title bar.

    /d Specifies the startup directory.

    /i Passes the Cmd.exe startup environment to the new Command Prompt window. If /i isn't specified, the current environment is used.

    {/min \| /max} Specifies to minimize (/min) or maximize (/max) the new Command Prompt window.

    {/separate \| /shared} Starts 16-bit programs in a separate memory space (/separate) or shared memory space (/shared). These options aren't supported on 64-bit platforms.

    {/low \| /normal \| /high \| /realtime \| /abovenormal \| /belownormal} Starts an application in the specified priority class.

    /node Specifies the preferred Non-Uniform Memory Architecture (NUMA) node as a decimal integer.

    /affinity Applies the specified processor affinity mask (expressed as a hexadecimal number) to the new application.

    /wait Starts an application and waits for it to end.

    /b Starts an application without opening a new Command Prompt window. CTRL+C handling is ignored unless the application enables CTRL+C processing. Use CTRL+BREAK to interrupt the application.

    /machine Specifies the machine architecture of the application process.

    [ [... ] \| [... ]] Specifies the command or program to start.

    Specifies parameters to pass to either the command or the program.

    /? Displays help at the command prompt.

    Popularity 6/10 Helpfulness 5/10 Language cpp
    Source: Grepper
    Tags: c++
    Link to this answer
    Share Copy Link
    Contributed on Jan 18 2023
    unel
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.