Computing.Net > Forums > Programming > Multi-batch file run from one .exe?

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Multi-batch file run from one .exe?

Reply to Message Icon

Name: NorskVind
Date: November 10, 2006 at 13:21:41 Pacific
OS: Win. XP Mediat Edition SP
CPU/Ram: 1 Gig
Product: Toshiba Satellite
Comment:

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



Sponsored Link
Ads by Google

Response Number 1
Name: Lamezz
Date: November 10, 2006 at 14:15:42 Pacific
Reply:

use the start command.
like for example

cd C:\where ever your program is
start youfile.exe

I started at 15...


0

Response Number 2
Name: NorskVind
Date: November 11, 2006 at 09:43:20 Pacific
Reply:

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.


0

Response Number 3
Name: Mechanix2Go
Date: November 11, 2006 at 19:51:43 Pacific
Reply:

for %%B in (a.bat b.bat c.bat) do start %%B


=====================================
If at first you don't succeed, you're about average.

M2



0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Perl Regex Copying From Online (in B...



Post Locked

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


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Multi-batch file run from one .exe?

Batch File runs multiple times www.computing.net/answers/programming/batch-file-runs-multiple-times/16932.html

Make an exe with a batch file and.. www.computing.net/answers/programming/make-an-exe-with-a-batch-file-and/17595.html

Batch file input for logevent.exe www.computing.net/answers/programming/batch-file-input-for-logeventexe/15380.html