When running the command below I get an error message. I have also tried to move the project folder and rename it.
The command doesn’t work on any folder on my system when a normal DIR works on these folders.
I guess this command sub-traverse all directorys but I belive there is some minor error in the command. Im running windows 10
DIR /S /B /AD {D:\git\myprojectfolder} > filelist.txt
The filename, directory name, or volume label syntax is incorrect.
thanks