Hi I'm the delims cat yes
please
I have a folder with many .mp4 files and I use a batch
for example in a folder I have some files to choose only ony with a specific criteria, example DJI_0044.MP4 and DJI_0084.MP4 --> FirstFile assume DJI_0044.MP4, but If I put in the same folder another file called particular.mp4 I don't wont It go parsed and have to be excluded to get the correct result in %FirstFile%Code:for /f "delims=" %%F in ('dir *.MP4 /b /o-n') do set FirstFile="%cd%\%%F"
Supposing in this folder is present a particular.mp4 file that I don't wont it have be parsed in this line, so the output %FirstFile% in no case have to contain particular.mp4, how to modify the batch? is there a way? thanks
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
choose destination folder with ffWors 3 ?
By jangai in forum MacReplies: 3Last Post: 7th Mar 2022, 10:16 -
How to batch change specific ASS styles; outlines to 2, shadows to 0, etc.?
By xAlienxx in forum SubtitleReplies: 4Last Post: 3rd Jul 2018, 11:35 -
batch that check if a video file is loaded whith a specific DS decompressor
By marcorocchini in forum Newbie / General discussionsReplies: 0Last Post: 28th Jun 2018, 10:45 -
batch that compare filename in 2 folder
By marcorocchini in forum Newbie / General discussionsReplies: 2Last Post: 3rd Oct 2017, 04:58 -
batch to get last modified file in a folder?
By marcorocchini in forum Newbie / General discussionsReplies: 4Last Post: 10th Sep 2017, 14:35