Search found 2 matches

by ibexcentral
18 Jan 2009 16:56
Forum: DOS Batch Forum
Topic: Help - How to find a character position in a string
Replies: 1
Views: 4993

Help - How to find a character position in a string

Can anyone help me find the position of the @ character in the following filename string.

set filename=B_200901011555_VIDEO_CATEGORY@Video Title.mp4

I need to get this asap

Cheers
by ibexcentral
18 Jan 2009 06:10
Forum: DOS Batch Forum
Topic: How 2 - Loop directory get filename, then find pos of @ char
Replies: 0
Views: 6833

How 2 - Loop directory get filename, then find pos of @ char

Hi, I would really appreciate it if someone could help provide the dos code to: 1. Loop through a directory pick out only .mp4 files 2. And for every .mp4 get filename and remove extension 3. Split the filename string and place into variables from this format: B_200901011555_VIDEO_CATEGORY@Title Of ...