11-13-2018 01:00 AM
Dear All,
kindly suggest me how i can i frame "C:\Users\Desktop\Pictures>ren *.png *.jpg" command line through test stand using call executable.
Solved! Go to Solution.
11-13-2018 08:45 AM
This seemed to work for me. Use the Call Executable Step:
File Pathname: cmd.exe
Working Directory: C:\Users\Desktop\Pictures
Argument Expression: "/c ren *.png *.jpg"
Hope this helps,