Search found 2 matches

by rmukherjee
23 Nov 2008 01:54
Forum: DOS Batch Forum
Topic: storing command output in a variable
Replies: 2
Views: 7185

:D You are a life saver man !!!!
by rmukherjee
23 Nov 2008 01:28
Forum: DOS Batch Forum
Topic: storing command output in a variable
Replies: 2
Views: 7185

storing command output in a variable

I will be receiving a file from a different system and will process it. However the filename is dynamic. INFILE_IETPAT_V_NNNNNN_NNN.CSV ( Where N is a numeric value ) I need the actual filename for processing it. Please note at a time only one file will be present inside VDMT folder. I have written ...