Hi Aravind
can you please explane how can I, I have recorded SAP VB scripts, which I want to run directly through uiPath studio simply by giving path of scripts instead of create a workflow like got to SAP run script menu and then click on particulate script.
Hi,
It is showing “set” is no longer supported, it looks like Invoke code is only for VB.net , not vb script, I want to write vb script, Could you please let me know how
VBscript needs to be run through cmd and cscript, so you can do this with the Start Process activity. However, there could be some admin issues, which then you would want to call it through a Powershell script using the Run Powershell activity.