RuschGaming Posted September 24, 2021 Posted September 24, 2021 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"  Â
WYE Posted September 29, 2021 Posted September 29, 2021 Hi, you need to specify the session id: psexec /accepteula -i 1 -d "C:\Servers\Test Bot\RuschBot.exe"  Â
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now