I have a VB 6 DLL that does bunch of things.
Now I need to add functionality to execute a batch file on a server. VB 6 cannot execute command/batch files if they're not on the same machine.
This feature is important, so I was thinking to try and rewrite component in C# as I know a little bit and probably could tweak a sample code.
Anyone can advise me if that can be done fairly easily or it might involve some deep learning?
Maybe code sample or links? Thanks much.