Start Process "CMD"

Hi There,
I am facing one strange issue I have a bat file with simple command “C:\Users\rohit\OneDrive - xyz\Documents\UiPath\QConv_FileTransfer\Conversionnew.py” when I running this directly it works perfectly but when I call this BAT file from Uipath “Start process” I get this error “C:\Users\rohit\AppData\Roaming\Python\Python36\site-packages\pydub\utils.py:170: RuntimeWarning: Couldn’t find ffmpeg or avconv - defaulting to ffmpeg, but may not work”

Can some one please help? Is there a difference how we works on cmd directly and how Uipath works with it?

Any Suggestion would really help

Do you want to run a .bat file from UiPath
Is this your intention ???

Yes correct

did you find slution for your problem ???

Yes , Reason was Python was installed in two different folders, if packages are in same as python path, it will work from start process

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.