Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Deleting multiple instances of a file in all subdirectories
#2
Use Enumerate files dialog.

Code:
Copy      Help
Dir d; str sPath
foreach(d "X:\Top folder\*.exe" FE_Dir 0x4)
,sPath=d.FileName(1)
,out sPath
,;del sPath
,


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)