BAT FILE EXECUTION using Uipath

@icehouselux
give a try on following:
grafik
filename: FullFilePath of the bat file
Arguments: Your arguments

a bat with following content:
echo hello %1
Pause

was invoked and showed folloing result:
grafik

However maybe a look to the invoke powershell could be an alternate to check for

Kindly note:

  • PAUSE was just use to inspect the result
  • @echo off will surpress the command repetition
1 Like