FOR /F "eol=; tokens=1 delims= " %%1 in (RAV.txt) do 1.exe %%1
RAV.txt is for finding the PID value of the process
I want if the PID value in RAV.txt is found, then run 1.exe. If the PID value to be found is not in RAV.txt, then run 2.exe
The line "FOR /F "eol=; tokens=1 delims= " %%1 in (RAV.txt) do 1.exe %%1" can only run 1.exe
Can any teacher help? Here I thank you in advance!!!
RAV.txt is for finding the PID value of the process
I want if the PID value in RAV.txt is found, then run 1.exe. If the PID value to be found is not in RAV.txt, then run 2.exe
The line "FOR /F "eol=; tokens=1 delims= " %%1 in (RAV.txt) do 1.exe %%1" can only run 1.exe
Can any teacher help? Here I thank you in advance!!!


