cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass the command line in the command Prompt

Shweta_Naik.
Level 2

Hi Team,

 

How to use Utility - Environment VBO For passing the command line in the command Prompt.

If you have any specific concerns or suggestions, please let me know as soon as possible.

Thanks,

Shweta



------------------------------
Shweta Naik
------------------------------
1 REPLY 1

Hi shwetha naik,

  Yiu can use start process  to run command prompt

Below are the knowledge  centre article .

"


To run something on the command line, there are two options: 

  • Use the Start Process (or Run Process Until Ended) action of the supplied 'Utility - Environment' VBO, and place the command(s) to be run in a batch file.  
    Place the full path and filename of the batch file into the 'Application' input parameter field of the Application Modeller.

    OR

  • Attach to an existing instance of 'cmd.exe' once it is already running, spy the full window, and use the Global Send Keys function (in a Navigate stage) to send the command line that you wish to run, including the ENTER key."

https://support.blueprism.com/en/support/solutions/articles/7000077612-how-can-i-run-something-from-a-command-line-in-blue-prism-enterprise-



------------------------------
-----------------------
If I answered your query. Please mark it as the "Best Answer"

Harish Mogulluri
Lead developer
America/New_York TX
------------------------------
-----------------------
If I answered your query. Please mark it as the Best Answer

Harish Mogulluri