0
I need to command a program with c#
Using process class every time but to change arguments I need to launch the program again and again an that makes the code heavy and some programs doesn't accept lunching multiple times
2 Respostas
0
Am sorry can you explain it some more
I don't know how to make a separated class but I will google it
But how can I call the class in the program
And how it will service me with my problem
Still I will have to start the program and close it every time I need to pass an argument
I am working with adb.exe and it take time to launch every time that's making my program to freeze
0
Am trying to work with adb.exe
Lunch adb with command read output then if its suitble send anothe command to android device
The problem when relaunching adb over and over
Can't I send arguments to prelaunched program ?