79553056

Date: 2025-04-03 13:24:33
Score: 1.5
Natty:
Report link

You can simply pipe the result through findstr and exclude the lines you don't want.

dir /b /s | findstr /v <path-to-exclude> >FulList.txt

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: MySpace.nu