Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
Ya guys think it possible to write either a program, batch or perl script that runs numerous batches in one go? See, I like to set auto-clickers for a game I play with a script in Perl. It runs using batches and I would like to know if I could just create a simple batch, program or perl script to run all the selected batches in one go.
I have attempted the call command with a batch, but the call command runs only batch so, it was a failure lol.
Thanks for any possible help.
Btw, this is of not that much concern, but the help is most definitely appreciated :D

use the start command.
like for examplecd C:\where ever your program is
start youfile.exeI started at 15...

Nah, you don't get me.
I wanna run multiple BATCH files from one particular file (another batch, executable or Perl script)
I tried the call command, but that command will only open one batch.

for %%B in (a.bat b.bat c.bat) do start %%B
=====================================
If at first you don't succeed, you're about average.M2

![]() |
Perl Regex
|
Copying From Online (in B...
|

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |