Dustin Holzmann
Results
2
comments of
Dustin Holzmann
A dirty hack (that ignores inner-dependencies) for windows would also be this BATCH-script: ``` DIR "projects\" /B /AD > "projects.txt" FOR /f "usebackq delims=" %%f IN ("projects.txt") DO call ng...
any updates?