About 13,500,000 results
Open links in new tab
  1. How to "comment-out" (add comment) in a batch/cmd?

    I have a batch file that runs several python scripts that do table modifications. I want to have users comment out the 1-2 python scripts that they don't want to run, rather than removing them fr...

  2. Run batch file to manually activate Windows 10 license key

    Aug 16, 2022 · Run batch file to manually activate Windows 10 license key Ask Question Asked 3 years, 3 months ago Modified 2 months ago

  3. cmd - What does "&&" do in this batch file? - Stack Overflow

    75 I received a line of code from someone who answered one of my questions, but I am confused: what do the "&&" do in this batch file.

  4. batch - How to Set Default Apps on Windows 10 with a script ... - Super ...

    Jan 23, 2020 · I am in an enterprise environment and I am trying to set the default apps on several systems by using a .bat script. This is what my script is doing, nothing complicated. @ECHO OFF …

  5. Using parameters in batch files at Windows command line

    Using parameters in batch files: %0 and %9 Batch files can refer to the words passed in as parameters with the tokens: %0 to %9. %0 is the program name as it was called. %1 is the first command line …

  6. What is the meaning of tilde ~ in batch variables? - Super User

    Jul 16, 2020 · In this context, it is used to perform substring modification of a variable using an offset from the first character in the variables content, as explained in the help output of Set /?.

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

    this seems to be same as setting the environment-variable in windows. Is this the only way of using local-variables in batch scripts?

  8. How to run a PowerShell script from a batch file - Stack Overflow

    Rather than hard-coding the entire path to the PowerShell script though, I recommend placing the batch file and PowerShell script file in the same directory, as my blog post describes.

  9. Stop and Start a service via batch or cmd file? - Stack Overflow

    This answer is better because "net" command blocks and wait for the service to start or stop before the batch script continues executing.

  10. batch file - How to echo with different colors in the Windows …

    I know that the color bf command sets the colors of the whole command line window but I wanted to to print one single line in a different color.