Uipath Marketplace
MarketplaceListingsActivityCommand Prompt Activities

Create your first automation in just a few minutes.Try Studio Web

Command Prompt Activities

Command Prompt Activities

by Manish Jagtap

6

Activity

Downloads

13.5k

back button
back button
carouselImage0
next button
next button

Summary

Summary

The package contains five Windows command prompt custom activities. These activities can be used to execute CMD commands and also retrieve the command outputs from the command prompt console

Overview

Overview

ExecuteSingleCommand Activity: This activity opens the command prompt, executes the provided command and returns the console output as a string.

If the input property SingleLineOutput is set to True then only the specific command output will be retrieved, else by default the entire console output will be fetched.

This activity is helpful when only a single command has to be executed and the command output has to be fetched.

OpenCommandPrompt Activity: This activity opens the command prompt session and provides the CMD process as output. This activity has no input parameters. The output from this activity is used as input for the activities ExecuteCommand, CloseCommand and GetConsoleOutput.

ExecuteCommand Activity: This activity executes the specified input command on the already opened command prompt process. This activity is useful when multiple commands have to be executed on the same command prompt session.

CloseCommand Activity: This activity closes the input stream to the specified command prompt process. This activity must be used after the OpenCommandPrompt and ExecuteCommand activities. 

GetConsoleOutput Activity: This activity is used to get the command prompt console output as a string once the commands are executed and closed using the ExecuteCommand and CloseCommand activities respectively. The activity has the complete console output of the executed commands of the specified command prompt session. 

Complete details of how to use these activities can be found in the attached document.

Features

Features

The benefit of these activities is that they can be used to execute the windows CMD commands in background without having to open command prompt console in foreground. These activities are helpful if the output of the commands have to be fetched. The command outputs can be directly fetched as a string, eliminating the need for using screen scraping methods to extract data from CMD console. These activities can also be used to execute single or multiple commands in the same CMD session.

Additional Information

Additional Information

Dependencies

Developed with .Net framework 4.6.1 No other external dependencies.

Code Language

Visual Basic

Runtime

Windows Legacy (.Net Framework 4.6.1)

Publisher

Manish Jagtap

Visit publisher's page

License & Privacy

MIT

Privacy Terms

Technical

Version

1.0.8

Updated

May 1, 2021

Works with

Studio: 19.0 - 22.10

Certification

Silver Certified

Support

UiPath Community Support

Resources

Similar Listings