About 223,000 results
Open links in new tab
  1. How to code a BAT file to always run as admin mode?

    Mar 23, 2017 · It creates a VBScript file with code that elevates you to admin (if you're not already), and runs the bat file again, this time as admin.

  2. Create file command in batch files (*.bat) - Stack Overflow

    Dec 5, 2012 · Create file command in batch files (*.bat) Asked 15 years, 10 months ago Modified 5 months ago Viewed 26k times

  3. How do I execute cmd commands through a batch file?

    16 start cmd /k "your cmd command1" start cmd /k "your cmd command2" It works in Windows server2012 while I use these command in one batch file.

  4. Creating a BAT file for python script - Stack Overflow

    Jan 1, 2011 · How can I create a simple BAT file that will run my python script located at C:\\somescript.py?

  5. How to make a batch file using CMD? - Stack Overflow

    May 17, 2015 · Can someone please tell me how I can create a batch file (empty) using CMD? I tried below, didn't work.

  6. How to create empty text file from a batch file? - Stack Overflow

    Oct 17, 2008 · Can somebody remember what was the command to create an empty file in MSDOS using BAT file?

  7. How to generate a log file of the windows prompt when I run a …

    Jun 1, 2023 · I'm running a bat file in windows. I'm trying to generate a log file of all the output that appears in the command prompt, to have as a document. Note, Not a log file of the contents of …

  8. java - Run .jar from batch-file - Stack Overflow

    Apr 12, 2010 · 20 You can create a batch file with .bat extension with the following contents Use java for .jar that does not have UI and is a command line application

  9. Batch file to copy files from one folder to another folder

    Jun 12, 2009 · But "batch file" is not necessarily guaranteeing a Windows environment. The use of the term pre-dates Windows (as do .bat files) and I've even seen novices use the term to …

  10. Create folder with batch but only if it doesn't already exist

    Nov 12, 2010 · 614 Can anybody tell me how to do the following in in a Windows batch script? (*.bat): Create a folder only if it doesn't already exist In more detail, I want to create a folder …