batch

Forum discussion tagged with batch.
  1. M

    Question Batch Script to move specific file ext

    Good Day, I'm running Windows 10 and searched a few threads but didn't fine one specific to my needs so hoping someone could help me out. What I would like is a batch script to search a folder and all it's subfolders for a specific file ext of my choosing, for example *.onetoc2 and move it to a...
  2. eDragon

    Batch File Subtraction

    Hi, I'm trying to get into batch files, and I'm not sure how to simply subtract two numbers. The code is as follows: echo How old are you? set /p age=">>" echo What year is it? set /p year=">>" set /a birthyear=%age%-%year% echo So you were born in %birthyear%? pause However, when it shows...
  3. j_a_k_e_24

    Batch file works for 1 thing, Not! for another.....

    Well, So I am trying to automate starting a game with a trainer, mostly to see if I could, however, I have run into an annoyance and was curious if anyone could figure out why...for me... or help me =) The issue: setup works great with a test setup, and not at all with the desired setup. What i...