Hey i know bits and pieces of scripting from all over the place.
My question is .. for a bat file.. its referring to a game i play.. I want to launch 2 clients at the using a bat file. Heres how i launch just one. Its pretty simple.
@echo off
Neuz.exe Sunkist
But if i wanted to make the bat file launch 2 of them.
What do i do.
And if you know by last question is, well how do u adjust the time between when they open.
Say i was able to launch 2 of them.
Would there be a way of putting time between them. IE.
@echo off
Neuz.exe Sunkist
>>>>>>>>(3 Seconds)<<<<<<<<<<<<<<<
@echo off
Neuz.exe Sunkist
Thanks for your time. Dont get angry at me cause im pretty bad at this.
Just need a friendly face to help me out.
JT
My question is .. for a bat file.. its referring to a game i play.. I want to launch 2 clients at the using a bat file. Heres how i launch just one. Its pretty simple.
@echo off
Neuz.exe Sunkist
But if i wanted to make the bat file launch 2 of them.
What do i do.
And if you know by last question is, well how do u adjust the time between when they open.
Say i was able to launch 2 of them.
Would there be a way of putting time between them. IE.
@echo off
Neuz.exe Sunkist
>>>>>>>>(3 Seconds)<<<<<<<<<<<<<<<
@echo off
Neuz.exe Sunkist
Thanks for your time. Dont get angry at me cause im pretty bad at this.
Just need a friendly face to help me out.
JT
Comment