About 1,100,000 results
Open links in new tab
  1. Using parameters in batch files at Windows command line

    364 As others have already said, parameters passed through the command line can be accessed in batch files with the notation %1 to %9. There are also two other tokens that you can use: …

  2. How do I run two commands in one line in Windows CMD?

    I want to run two commands in a Windows CMD console. In Linux I would do it like this touch thisfile ; ls -lstrh How is it done on Windows?

  3. python - How to run Pip commands from CMD - Stack Overflow

    Apr 23, 2015 · python -m pip <command> <args> and python -m pip install <package-name> are the only way to go. I use Windows. Mac and Unix. For some reason invoking pip is often …

  4. command line - How can I pass an argument to a PowerShell …

    powershell.exe itunesForward.ps1 Is it possible to pass an argument from the command line and have it applied in the script instead of the hardcoded 30 seconds value?

  5. How to do a simple file search in cmd - Stack Overflow

    I want to quickly search for a file given its name or part of its name, from the windows command line (not power shell). This is similar to opening explorer and using the search box at the top. N...

  6. How do I run a Java program from the command line on Windows?

    Apr 22, 2013 · 31 Since Java 11, java command line tool has been able to run a single-file source-code directly. e.g.

  7. How do I access command line arguments? [duplicate]

    Closed 2 years ago. I use python to create my project settings setup, but I need help getting the command line arguments. I tried this on the terminal:

  8. Defining and using a variable in batch file - Stack Overflow

    I'm trying to define and use a variable in a batch file. It looks like it should be simple:

  9. How to install Visual Studio Code extensions from Command line

    Dec 15, 2015 · Can you not simply open up Visual Studio Code's command palette and type ext install and choose John Papa's extension from the extension listing? It appears to be available …

  10. How to use TortoiseSVN via command line? - Stack Overflow

    289 I use TortoiseSVN and want to use command line SVN options. I used the command: svn checkout [-N] [--ignore-externals] [-r rev] URL PATH and get the following error: 'svn' is not …