Windows 8.1을 사용하고 있습니다.
상황은 다음과 같습니다. 게임 플레이를 기록하려면 타사 소프트웨어가 필요한 게임을합니다. BAT 파일을 통해 동시에 두 가지를 모두 시작합니다.
@echo off
cd "C:\Riot Games\League of Legends\"
start lol.launcher.exe
cd "C:\Users\Craig\Dropbox\Programs\BaronReplays"
start BaronReplays.exe
exit
이 프로세스 중 하나가 종료되면 다른 프로세스도 함께 종료되도록 설정할 수있는 것이 있습니까?