Hello,
I am trying to launch a command line from a workflow step but without success for a while.
This is my actual script :
*********************
option explicit
Dim oShell: Set oShell = CreateObject("WScript.Shell")
Dim szCmd
szCmd = "cmd D:\_APPLIS\..."
oShell.Run(szCmd)
Set oShell = Nothing
*********************
No error message when entering in the workflow step but nothing happens.
If run my command line in a cmd window it works.
I have been stopping on this topic for a while if anyone has an idea I would be happy to.
Best regards.
Thomas