Can I be helped?
How can I delete specific files from a computer directory and from the
subdirectories?
Thanks in advance for helping me.
Cisco

Re: How to delete specified files in a tree by Pegasus

Pegasus
Fri May 02 14:38:07 CDT 2008


"imaciscoguy" <imaciscoguy@yahoo.com> wrote in message
news:b22ced77-d052-4766-aee0-9872828f48f0@e39g2000hsf.googlegroups.com...
> Can I be helped?
> How can I delete specific files from a computer directory and from the
> subdirectories?
> Thanks in advance for helping me.
> Cisco

Use the inbuilt "del" command:

del /s "d:\User Files\SomeFile.txt"



Re: How to delete specified files in a tree by imaciscoguy

imaciscoguy
Fri May 02 16:13:18 CDT 2008

On May 2, 2:38=A0pm, "Pegasus \(MVP\)" <I....@fly.com.oz> wrote:
> "imaciscoguy" <imacisco...@yahoo.com> wrote in message
>
> news:b22ced77-d052-4766-aee0-9872828f48f0@e39g2000hsf.googlegroups.com...
>
> > Can I be helped?
> > How can I delete specific files from a computer directory and from the
> > subdirectories?
> > Thanks in advance for helping me.
> > Cisco
>
> Use the inbuilt "del" command:
>
> del /s "d:\User Files\SomeFile.txt"

Boy am I red!
Thank you Pegasus \(MVP\)

Re: How to delete specified files in a tree by Pegasus

Pegasus
Fri May 02 17:39:53 CDT 2008


"imaciscoguy" <imaciscoguy@yahoo.com> wrote in message
news:94829466-82e4-4b8f-8ef3-7de090818102@w5g2000prd.googlegroups.com...
On May 2, 2:38 pm, "Pegasus \(MVP\)" <I....@fly.com.oz> wrote:
> "imaciscoguy" <imacisco...@yahoo.com> wrote in message
>
> news:b22ced77-d052-4766-aee0-9872828f48f0@e39g2000hsf.googlegroups.com...
>
> > Can I be helped?
> > How can I delete specific files from a computer directory and from the
> > subdirectories?
> > Thanks in advance for helping me.
> > Cisco
>
> Use the inbuilt "del" command:
>
> del /s "d:\User Files\SomeFile.txt"

Boy am I red!
Thank you Pegasus \(MVP\)

==========

Glad to be able to assist.