Glad to have your response Rad.

My early intention was to create a console which could remotely execute any DOS/Batch command on remote client.

This could be very useful. It could remotley execute setup or uninstalling procedure for software on remote client.

e.g. sending and executing this would run the uninstall for ASE

"C:\Program Files\iTripoli\AdminScriptEditor\unins000.exe"

Ofcurse uninstall window would pop up and user have to choose to continue uninstalling or abort it.

Or deliver a batch file containing necessary data for software setup, then remotely execute the batch file on remote client.

Or creating a local account on remote client using “net localgroup”, adding it to local admin group etc…

Depended on what and how the remote execution is preformed, it would require user respond or input, or just silent without user notice anything.

Appreciate your feedback!