About 61 results
Open links in new tab
  1. Windows batch files: .bat vs .cmd? - Stack Overflow

    Sep 29, 2008 · If both .bat and .cmd versions of a script (test.bat, test.cmd) are in the same folder and you run the script without the extension (test), by default the .bat version of the script will run, even …

  2. Using parameters in batch files at Windows command line

    In Windows, how do you access arguments passed when a batch file is run? For example, let's say I have a program named hello.bat. When I enter hello -a at a Windows command line, how do I let my

  3. How to code a BAT file to always run as admin mode?

    Mar 23, 2017 · The answers provided by both Kerrek SB and Ed Greaves will execute the target file under the admin user but, if the file is a Command script (.bat file) or VB script (.vbs file) which …

  4. How can I run a program from a batch file without leaving the console ...

    May 4, 2018 · For the moment my batch file look like this: myprogram.exe param1 The program starts but the DOS Window remains open. How can I close it?

  5. BAT file: Open new cmd window and execute a command in there

    3 If I understand you correctly doing this in side your bat file will open Command prompt and print your message to screen. cmd.exe hello world hope this helps.

  6. Split long commands in multiple lines through Windows batch file

    Sep 16, 2008 · How can I split long commands over multiple lines in a batch file?

  7. How to run multiple .BAT files within a .BAT file - Stack Overflow

    Jul 9, 2009 · 20 To call a .bat file within a .bat file, use call foo.bat (Yes, this is silly, it would make more sense if you could call it with foo.bat, like you could from the command prompt, but the correct way is …

  8. bat - O que é Batch Script? - Stack Overflow em Português

    Mar 29, 2020 · Um arquivo batch é um termo para um aquivo "em lote", significa que ele contém um lote de informação a ser processada. É um termo antigo, não está necessariamente associado a um …

  9. Where does the saying 'like a bat out of hell' come from?

    Nov 9, 2024 · The saying "like a bat out of hell" has been common in the UK for decades. It means to leave a place quickly. Bats fly very quickly and erractically, often looking like they are in a panic. The ...

  10. IF, CALL, EXIT and %ERRORLEVEL% in a .bat - Stack Overflow

    Jul 21, 2014 · IF, CALL, EXIT and %ERRORLEVEL% in a .bat Asked 11 years, 6 months ago Modified 11 years, 6 months ago Viewed 23k times