How to Make Batch file to add special tags at the front of video files at one folder

itvsai

Reputable
Jan 18, 2015
2
0
4,510
I always make download for learning tutorials videos , Some times I don't remember where I can find those videos because they are too many , so I decide to make tags to those file and put them in front of any file ( e.g VLSH_ V stand for video , L mean Learn , S mean software , H mean hard drive)

to make this batch file I will start to make those steps

1 - find how many files at the folder

2 - save the files names to a variables or array of variables ( if that allowed)

3 - use for loop to append VLSH_ as an example to the variables , then rename the files with the new ones

can any one help me to make this batch , thank you