[quote author=“gr00vy0ne”]They mean a listing of files in a directory…i.e.
C:\Temp\Onmywayup.avi
C:\Temp\linc.avi
C:\Temp\Mighty Matt.avi
There’s three ways to do this.
1. Type it out manually. But that’s a pain…and tedious.
2. Open a command prompt and simply type dir >> filelist.txt
3. Open a command prompt, right click to Mark text, select the text, hit ENTER and then paste it into whatever app you want.
>> will append the output to an existing list.
> will create the list.
dir /S will show subdirectories and it’s files