computing
  • 4

Solved Forfiles Command Is Not Recognized In Win XP

  • 4

i want to delete files 30 days older, but forfiles command is not working my system.. it showing like forfiles is not recognised as internal as external command. I think this is external command.If so please tell me where can i find the external command plug-in .

Thanks
Harish

Share

1 Answer

  1. More to the point, it isn’t included in xp.

    This place seems to be offering a download, scroll down to “F” (I can’t vouch for it’s integrity).

    http://www.petri.co.il/download_fre…

    Copy “forfiles.exe” to:

    %systemroot%\system32\forfiles.exe
    

    and it should work.

    Where %systemroot% is a system variable normally pointing to “c:\windows”.

    Edit:

    Forgot to mention that although it mentions Win2000 it should work just fine on xp. Win2000 is about as close as you can get to xp…

    • 0