Question
windows command prompt interaction
Hi,
How to insert a command in the windows command prompt and execute it using open span
For eg:change directory
/cd <directory name>
to type the above command in the windows command prompt using open span.
***3/22/17- Edited by moderator, Maryrita: Moved to Product Support Community from Applications Community***
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
To do this you will need to open a command prompt and then communicate with it using the .Net class System.Diagnostics.Process. Here is a short article on how to do this in C#. You can use this in a script.