It can be adapted to the CMD (console) Windows VPS?
After the bot access the console windows (C:\WINDOWS\system32\cmd.exe).
I need to run the following commands:
TASKLIST (list all running processes)
TSKILL [PID] (Kill a process, where [PID] is the PID number of the process that we want to eliminate. The PID can be seen when the processes listed above command.)
i.e tskill 2358
CD ( Displays the current directory name or change to another directory)
i.e cd C:\Windrop\
eggdrop -n (Makes the bot enters the network.)
With suitable flags and a special channel where TCL can it run, this would be very useful when the bot freezes, that an administrator can kill the process and then rerun.
EDIT:
I found an application called
TWAPI in this
LINK.
It contains over 40 TCLs for handling Windows.
He would have to study hard to understand which performs the task of all I want.
In addition to not understand much English, it would hinder me much.
If anyone can see this application and tell me what all I have to install TCLs would appreciate.