Monday, March 10, 2014

mremoteng has not got multi command for putty and ssh session

I want to implement mremoteng a multi command for putty sessions. it means when you write and send command to all putty sessions. which will help things a lot. anyway when I checked out mremoteng is written in visual basic .net. it was a shock.

anyway I will probably solve things soon and see what will happen. but I must say its not easy to remember things when you see an old friend.

No comments:

C# scan cs file and find variables values and names

using Microsoft . CodeAnalysis ; using Microsoft . CodeAnalysis . CSharp ; using Microsoft . CodeAnalysis . CSharp . Syntax ; using Xunit . ...