pm2 icon indicating copy to clipboard operation
pm2 copied to clipboard

pm2 commands in batch break after first call

Open tripower opened this issue 1 year ago • 0 comments

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

tripower avatar Feb 04 '24 12:02 tripower