Create your first automation in just a few minutes.Try Studio Web →
by BotVelocity
0
Activity
<100
Summary
Summary
The Bot Velocity Command Prompt Activities package provides five specialized activities for executing CMD commands and retrieving command prompt console output within UiPath.
Overview
Overview
Execute Single Command Activity: Executes a single command in a new CMD session and retrieves the console output. The activity accepts inputs for:
Open Command Prompt Activity: Opens a new CMD session and returns the session process for use in subsequent activities. It accepts a Start Directory input parameter and outputs the CMD Process, which is essential for other activities in the package.
Execute Command Activity: Executes commands within an existing CMD session, ideal for running multiple commands sequentially. It requires:
Close Command Activity: Cleanly terminates the command prompt session after command execution. It requires the CMD Process as input to ensure proper process closure.
Get Console Output Activity: Retrieves the complete console output from all executed commands in the session. It takes the CMD Process as input and returns the Command Output as a string containing all console output from the session.
Features
Features
Additional Information
Additional Information
Dependencies
No external dependencies
Code Language
C#, Visual Basic
Runtime
Windows (.Net 5.0 or higher)
License & Privacy
MIT
Privacy Terms
Technical
Version
1.0.0Updated
November 14, 2024Works with
Studio: 24.5.0 - 24.10.1
Certification
Silver Certified
Support
UiPath Community Support
Resources