Search found 3 matches

by acun
29 Nov 2010 13:05
Forum: DOS Batch Forum
Topic: parsing a text file
Replies: 0
Views: 5577

parsing a text file

Hi there, This is the story... I have a batch file for converting video files to appletv format. I use mediainfo, mkvextract and other tools cli version. I managed to extract information's about fps, size and width and put them in variables. But i have problems with the subtitles in mkv files. If th...
by acun
02 Nov 2010 08:38
Forum: DOS Batch Forum
Topic: how to make directory with name of date
Replies: 3
Views: 5135

Re: how to make directory with name of date

Hi there,

Try this:

Set MM=%date:~4,2%
Set DD=%date:~7,2%
Set YYYY=%date:~-4%

md %YYYY%-%MM%-%DD%
by acun
02 Nov 2010 03:09
Forum: DOS Batch Forum
Topic: file check
Replies: 0
Views: 5160

file check

hello there I need some advice from u guys. I'm not a programmer but i can't find a program (free) to do what i want so i tried to do whatever i can to make my work easier. I need a batch to loop in a directory to find certain files and if the extension is found to call another bat and do the job. T...