Jump to content
Pulseway 9.14 🔥

Featured Replies

Posted

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"

 

 

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