Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. @For /f "Delims=:" %%A in ('tasklist /v /fi "WINDOWTITLE eq name1*"') do @if %%A==INFO start /d "E:\Applications\Pokefast1" PokemonGo.RocketAPI.Console.exe
  2. @For /f "Delims=:" %%A in ('tasklist /v /fi "WINDOWTITLE eq name2*"') do @if %%A==INFO start /d "E:\Applications\Pokefast2" PokemonGo.RocketAPI.Console.exe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement