79370602

Date: 2025-01-20 07:58:34
Score: 1
Natty:
Report link

To search a file

(make sure to open cmd as admin):

forfiles /p C:\ /m myfile.pdf /s

here,

/p C:\: is starting path for the search,

/m myfile.pdf is your file name,

/s this searches all subdirectories.

To delete a file

del "myfile.pdf"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shantanu