PoBoy
Level H
... generate a text file from file names.
https://sites.google.com/site/gbrtools/home/software/fn2txt
For example, if you want to generate a cmd file that has
for all exe files in a directory ( optionally sub-directories too ) you could do this easily using the utility.
More info & examples at the site.
https://sites.google.com/site/gbrtools/home/software/fn2txt
For example, if you want to generate a cmd file that has
Code:
xcopy "yourfile.exe" "C:\Users\UserName\Desktop" /y /i
More info & examples at the site.