79643867

Date: 2025-05-29 12:05:25
Score: 1
Natty:
Report link

If you can guess approximately the number of files to skip, you can do this in PowerShell:

PS> "n"*1000000 | xcopy source dest

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