About 72 results
Open links in new tab
  1. ¿Cómo ejecutar cmd con archivo .bat? - Stack Overflow en español

    Oct 17, 2017 · Buenas tardes, necesito realizar la ejecución automática de comandos en el command prompt pero algunos de esos comandos necesitan ejecutarse como adminsitrador. ¿Cuál sería el …

  2. 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 …

  3. Why does "cd" on Windows Command Line not change drives?

    As on first solution there is no return to current script if this is a *.bat or *.cmd file and changing the directory and continuation of batch processing on Template.bat is successful. 4. Change directory …

  4. What is the at sign (@) in a batch file and what does it do?

    Jan 13, 2014 · Nothing to add to the ismail answer. But just for future references, the answer is included in the indicated "Command-line reference A-Z" documentation under the Remarks section of the …

  5. Open a folder with File explorer using .bat - Stack Overflow

    Open a folder with File explorer using .bat Asked 12 years, 5 months ago Modified 4 years, 3 months ago Viewed 191k times

  6. Abrir y cerrar archivos desde archivo .bat - Stack Overflow en español

    Si por alguna razón, necesitas hacerlo con el programa que dices y solo logras abrir imágenes que se encuentran en el mismo directorio del archivo bat. Puedes probar a cambiar el directorio de trabajo …

  7. Запуск программ c использованием BAT файл

    Dec 28, 2024 · такая ситуация Хочу что бы при запуска BAT файла закрывалась определённая программа и запускалась игра из библиотеки Steam, и при закрытии игры закрытая программа …

  8. batch file - Append text with .bat - Stack Overflow

    Feb 28, 2011 · Append text with .bat Asked 15 years, 2 months ago Modified 10 years, 1 month ago Viewed 158k times

  9. How can a .bat file be 'converted' to .exe without third party tools?

    Jan 27, 2015 · There are many reasons to want to 'convert' a .bat to .exe - to hide/obfuscate implementation, passwords, path to resources , to create a service from batch file ... and mainly to …

  10. Como puedo añadir texto a un .bat - Stack Overflow en español

    Sep 12, 2021 · quiero crear un archivo .bat en donde pueda crear un archivo de texto y definir su contenido desde el .bat y que no me lo solicite en CMD, es decir, al crear el .bat y ejecutarlo quiero …