pm2
pm2 copied to clipboard
pm2 commands in batch break after first call
I have a test batch file with this content (Windows 11)
echo on cd C:\test echo test1 pm2 status echo test2 pm2 status
after the first call of pm2 => "pm2 status" it seems that the execution discontinuee because the echo "test2" and the 2nd "pm2 status" are not executed
any ideas? thx
greetings klaus