A
alberto
How can I execute a command of the operating system like "cls" from a C#
code?
Thank you
code?
Thank you
Use Process.Start("XXX.exe");alberto said:How can I execute a command of the operating system like "cls" from a C#
code?
Thank you
alberto said:How can I execute a command of the operating system like "cls" from a C#
code?
To execute normal program files (.exe, .com, etc.) you just usealberto said:How can I execute a command of the operating system like "cls" from a C#
code?
Thank you