Windows 10: How to run multiple Windows .bat in one master .bat?

Discus and support How to run multiple Windows .bat in one master .bat? in Windows 10 Software and Apps to solve the problem; Hello All,I would sure appreciate some assistance with this. I have 20 individual batch files that I run routinely, which spin off sequentially... Discussion in 'Windows 10 Software and Apps' started by RustyS2, Feb 18, 2022.

  1. RustyS2 Win User

    How to run multiple Windows .bat in one master .bat?


    Hello All,I would sure appreciate some assistance with this. I have 20 individual batch files that I run routinely, which spin off sequentially numbered copies of a template into different folders. Rather than running through all 20 .bat files, double clicking each, how can I string this together in a single .bat file that calls all of the underlying .bat files...or better yet, just combine it all into one .bat file? Here is an example of two individual .bat files. Thank you for considering!FILE 1How to run multiple Windows .bat in one master .bat? :mad:echo off for /L %%i IN 1,1,28 do call :docopy %%i goto :EOF :docopy set FN=00%1 set FN=%FN:~

    :)
     
    RustyS2, Feb 18, 2022
    #1
  2. AnthonyDP Win User

    Windows .bat File

    I have a .bat file on a pc that is supposed to get and send a file to and from a server. This .bat file is working properly when I run it on the pc but will not when trying to run it through a 3rd party software. there have been no errors, the .bat
    file will start to run but will never finish. Any Solutions?
     
    AnthonyDP, Feb 18, 2022
    #2
  3. orionsdad Win User
    running .bat or .cmd in Windows Mobile 6.1

    Is there a way to run .bat or .cmd files in Windows mobile 6.1?
     
    orionsdad, Feb 18, 2022
    #3
  4. sc00VN Win User

    How to run multiple Windows .bat in one master .bat?

    .bat file

    A batch file (.bat extension) is basically a series of commands to be executed by the command-line interpreter. When you open the file, your system runs every command stored in the file from top to bottom, once the final command has been executed, it closes
    itself indicating it has finished its job. However, everything happens so fast you think it closes immediately and that's completely normal.

    If you want the command-line interpreter window to remains open once the last command has been executed, I suggest you do the following:

    - Right click on the .bat file and click on the 'edit' button.

    - It will open a notepad displaying a series of commands.

    - Create a new line by hitting enter after the final text and type in 'pause' without quotes.

    - Save the file and run it. This time the window will remain open.
     
    sc00VN, Feb 18, 2022
    #4
Thema:

How to run multiple Windows .bat in one master .bat?

Loading...
  1. How to run multiple Windows .bat in one master .bat? - Similar Threads - run multiple bat

  2. How to run multiple Windows .bat in one master .bat?

    in Windows 10 Network and Sharing
    How to run multiple Windows .bat in one master .bat?: Hello All,I would sure appreciate some assistance with this. I have 20 individual batch files that I run routinely, which spin off sequentially numbered copies of a template into different folders. Rather than running through all 20 .bat files, double clicking each, how can I...
  3. How to run multiple Windows .bat in one master .bat?

    in Windows 10 Gaming
    How to run multiple Windows .bat in one master .bat?: Hello All,I would sure appreciate some assistance with this. I have 20 individual batch files that I run routinely, which spin off sequentially numbered copies of a template into different folders. Rather than running through all 20 .bat files, double clicking each, how can I...
  4. Is it safe to run this bat file?

    in AntiVirus, Firewalls and System Security
    Is it safe to run this bat file?: Spo I was wondering how to get sandbox on windows 10 home and I came across this forum saying that I could run this bat file to try and install it.Enable Windows Sandbox Feature in Windows 10 Home Edition Tutorials tenforums.comThe bat file I downloaded was not blocked by...
  5. Can't run .bat files

    in Windows 10 Support
    Can't run .bat files: I haven't run a .bat file in quite a while, so perhaps I unknowingly did something along the was that prompted this problem. I was trying to run Brinks "Reset_Notification_Area_Icons_Cache.bat", but instead the file opens in my text editor. I disassociated .bat in that text...
  6. Run bat on opening?

    in Windows 10 Ask Insider
    Run bat on opening?: Is it possible to tell windows to automatically run a bat file when opening? Ty submitted by /u/Rick_S_meme_Pirate [link] [comments] https://www.reddit.com/r/Windows10/comments/m2a2g5/run_bat_on_opening/
  7. bat“”“”

    in Windows 10 Network and Sharing
    bat“”“”: [ATTACH] WIN10pro https://answers.microsoft.com/en-us/windows/forum/all/bat%E5%8F%B3%E9%94%AE%E6%B2%A1%E6%9C%89%E6%89%93/d78679c5-483a-4fb9-89ac-7b578ca1f76f
  8. Bat Files Won't Run?

    in Windows 10 Gaming
    Bat Files Won't Run?: Basically I'm installing BattlEye for a Steam game and I click the .bat file in the game's subfolder to download it (when I was prompted to download it I clicked no but now I practically need it for most servers), and I download the .bat from the main website and it also...
  9. Trouble running .bat files

    in Windows 10 Support
    Trouble running .bat files: Hi, I'm trying to run .bat files on Windows 10, but it tells me that "This app can't run on your PC". It doesn't matter what I use it for, .bat files just won't run anyway. Are .bat files no longer supported? (ran fine on Windows 7) Any workarounds? I'm no expert on...
  10. Can't Run .Bat Files

    in Windows 10 Support
    Can't Run .Bat Files: I try to run .bat files and the just run in note pad. There is no "open with" option. 48199