I’m currently attempting to develop a easier way for me to run node.JS applications with a program to automatically open up the desired command prompts. My trouble is trying to find a way to send arguments to the command prompt (like running ping 0.0.0.0 in command prompt automatically). All help is greatly appreciated!
- What does this have to do with Unity?
- You wouldn’t run command prompt just to run a command like ping. You would just run the ping process directly.
2 Likes