I have a file name, i can extract it as so (using cygwin and a DOS prompt):
ls REL*.xml
which produces an output as so:
REL_LVVE_HF_NV3_VC_AGC_RX_WBE_DRC_RX_WB_VIDPP_debug.xml
How do I write a batch file to read that filename/output into a variable?
I have a file name, i can extract it as so (using cygwin and a DOS prompt):
ls REL*.xml
which produces an output as so:
REL_LVVE_HF_NV3_VC_AGC_RX_WBE_DRC_RX_WB_VIDPP_debug.xml
How do I write a batch file to read that filename/output into a variable?