Step-by-Step Guide to Use Windows Application to Extract the MAC Address of the System Using the Command PromptLet's create a process to know the MAC address of the system using the Command prompt (CMD). Prerequisite: 1. In the Admin menu, add an application of Application Type- WindowsApps. 2. In the Application Name field, enter a desired name of the CMD application you want to add. The name must not contain any special character or space. 3. Click ADD and browse for the CMD application. Click Open.
The CMD application is configured.
To automate the task of finding the MAC address of the system: 1. Create a new process. 2. From the Canvas Tools panel, add Application activity to the Flowchart designer on the Canvas. 3. In the Application Type list, select WindowsApps. 4. In the Select an Application list, select the configured CMD application.
5. Click
the 6. Click
the
7. While pressing the Ctrl button, click the CMD interface to enter the command. The Field Properties panel of the Windows Mode of the Windows application appears. The mandatory fields are highlighted with red box.
8. In the Action list, select Set Text. The Text field appears. 9. In the Text field, enter getmac and select the check box beside the filed to set getmac as the default value. 10. Click
the 11. Click
the 12. In the Action list, select Keyboard Input. The Interaction and Key fields appears. 13. In the Interaction list, set SingleKey as only single key from the keyboard must be pressed. 14. In the Key list, select Return to press the Enter key of the keyboard. 15. Click
the 16. Click
the 17. In the Studio menu, setup the environment and then perform the test run. The process returns the Mac address of the system in the CMD prompt. |
Related Topics |