Uipath Marketplace
MarketplaceListingsSnippetGet Output from Command Line

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

Get Output from Command Line

Get Output from Command Line

by Siyang Wu

1

Snippet

Downloads

408

back button
back button
carouselImage0
next button
next button

Summary

Summary

This workflow will run a code in the command line and return its output.

Overview

Overview

It will wait until the command is completed even if it takes more time.

This activity runs in the background and will not affect other running command-line process; thus, it can also be used for multithreaded implementation as it can optimize their efficiency.

Arguments:

  • in_CommandDirectory (String) - current directory of the command line.
  • in_CommandString (String) - a string of command for running. e.g. "ipconfig".
  • out_OutputString (String) - output from command line.

Features

Features

Simplified implementation of command line operations.

Additional Information

Additional Information

Dependencies

No dependencies

Code Language

Visual Basic

Publisher

Siyang Wu

Visit publisher's page

License & Privacy

MIT

Privacy Terms

Technical

Version

1.0.1

Updated

Feb 18, 2020

Works with

Studio: 19.6 - 22.10

Certification

Silver Certified

Support

UiPath Community Support

Similar Listings