Hi, I’m trying to run command that extraxt all images from a folder into a csv file. It worked when I run the commands in command prompt but not via the scenario. here are the commands:
1
RunCommand “cd C:\Users\samis\Downloads\product_images”
Here is the working command for me: I will share a video recording soon.
I have png files in the folder and all the names added to files.csv.
One important point is that after running the scenario, I had to refresh the windows folder to see that files.csv is created.
Additional points about RunCommand. It is not exact CMD replica. It is a .Net process. So if you use chat GPT to translate CMD command to a single .net process command, it will give you what you need to put to U-xer RunCommand.