I have a small java program responsible for sending messages via mobile phone and which is my own program on a PC. But we will not convert it to .net, but it can be done using dos cmd, for example:
java jar my_send_message.jar -p 12345678 -m This is a testing message.
How can .net be used with this small program? Thank you
source share