pass quotes in Execute command activity
Posted: Fri Oct 25, 2013 12:42 am
I need to execute a unix command as follows
winexe -U 'Abcd\user%passwd!' //ATL0sp-WAG001 "D:\Enterprise_Data Warehouse\Batch Programs\Test.bat"
From execute command activity, I see that the command being sent is
winexe -U Abcd\user%passwd! //ATL0sp-WAG001 D:\Enterprise_Data Warehouse\Batch Programs\Test.bat
As the quotes are lost, the path is not getting recognized.
Any option to pass path with spaces and also quotes around Abcd\user%passwd!?
Thanks,
winexe -U 'Abcd\user%passwd!' //ATL0sp-WAG001 "D:\Enterprise_Data Warehouse\Batch Programs\Test.bat"
From execute command activity, I see that the command being sent is
winexe -U Abcd\user%passwd! //ATL0sp-WAG001 D:\Enterprise_Data Warehouse\Batch Programs\Test.bat
As the quotes are lost, the path is not getting recognized.
Any option to pass path with spaces and also quotes around Abcd\user%passwd!?
Thanks,