Posted September 24, 20213 yr So im Running 2 Bots (Phantombot) for myself and a friend of mine. It's a bot for twitch chat. I've converted the batch file to exe. Tried to launch it through the script in pulseway and seems to work but I don't see the console popup at all. And there's no way to see if its still running or not. And I don't know how to stop it if its needed (for example if it gets stuck). Code I used: psexec /accepteula -i -d "C:\Servers\Test Bot\RuschBot.exe"  Â
September 29, 20213 yr Hi, you need to specify the session id: psexec /accepteula -i 1 -d "C:\Servers\Test Bot\RuschBot.exe"  Â
Create an account or sign in to comment