I founded the problem. When you send all the args as a string in the second parameter of exec.Command, this is left with quotation marks; but if you send each arg as a parameter independently (exec.Command(path, arg1, arg2, arg3) this is left without quotation marks.
El miércoles, 5 de septiembre de 2018, 3:32:44 (UTC-5), Daniel Estiven Rico Posada escribió: > > Hello, > > Actually i'm working in a go application that receive a http request and > start some windows assistants. (RPA's) > > The assistants are executed from windows cmd: > > "C:/path/file.exe" --args > > When i start the assistant from cmd manually, in the task Manager i see > the arguments without quotation marks. But if i open the assistant from go > application the arguments are left with quotation marks. > > > > In golang i'm using the lib *"os/exec":* > > Internet explorer is only an example. > > *Do you know what's the reason?* > > Thanks. > > > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.