Hi,
I am trying to execute below command unsing Run command Tool. This command working perfectly fine using desinger. But same i published it in gallery and try to run it from gallery it doesn't work.
From server this command works perfectly fine.
'cd "' + 'D:\DATA\Client' + '"' + "
" + 'python TestData.py config.ini'
Also i tried with .bat file too but i faced same issue.
Can you please help me to execute this command from gallery.
Thank you