NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Command Line Arguements For TestStand Tools

Solved!
Go to solution

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.

0 Kudos
Message 1 of 2
(2,163 Views)
Solution
Accepted by topic author Muniraju

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,

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
Message 2 of 2
(2,142 Views)