PC Review


Reply
Thread Tools Rate Thread

Deleting folder

 
 
=?Utf-8?B?andt?=
Guest
Posts: n/a
 
      17th Aug 2006
-I have a folder in My Pictures that I can not delete. On the XP Basics group
they told me to use Command Prompt-R/S etc. But I don't know how to do that.
I am hoping someone on beginners can explain it to me. Thanks, James
--
jwmtx
 
Reply With Quote
 
 
 
 
Rick Rogers
Guest
Posts: n/a
 
      17th Aug 2006
Hi,

You should've just asked for more explicit instructions. Click start/run or
hit winkey+r and type CMD, then click ok. From the prompt, run:

cd %userprofile%\my documents\my pictures

Then, delete the unwanted folder, say it's called "pics1" by running:

rd /s /q pics1

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP
http://mvp.support.microsoft.com/
Windows help - www.rickrogers.org

"jwm" <(E-Mail Removed)> wrote in message
news:FEFC8109-5C81-4C05-8855-(E-Mail Removed)...
> -I have a folder in My Pictures that I can not delete. On the XP Basics
> group
> they told me to use Command Prompt-R/S etc. But I don't know how to do
> that.
> I am hoping someone on beginners can explain it to me. Thanks, James
> --
> jwmtx


 
Reply With Quote
 
NewScience
Guest
Posts: n/a
 
      17th Aug 2006
JWM:

DId you try the Windows Explorer example for Shift+Del method to remove
file?

If you had a question about any methods people post ... please feel free to
say so ... so that we can be more explicit.

"jwm" <(E-Mail Removed)> wrote in message
news:FEFC8109-5C81-4C05-8855-(E-Mail Removed)...
> -I have a folder in My Pictures that I can not delete. On the XP Basics
> group
> they told me to use Command Prompt-R/S etc. But I don't know how to do
> that.
> I am hoping someone on beginners can explain it to me. Thanks, James
> --
> jwmtx



 
Reply With Quote
 
=?Utf-8?B?andt?=
Guest
Posts: n/a
 
      18th Aug 2006
Thanks for your help. I'll try both of your suggestions. Thanks again. James
--
jwmtx


"jwm" wrote:

> -I have a folder in My Pictures that I can not delete. On the XP Basics group
> they told me to use Command Prompt-R/S etc. But I don't know how to do that.
> I am hoping someone on beginners can explain it to me. Thanks, James
> --
> jwmtx

 
Reply With Quote
 
=?Utf-8?B?andt?=
Guest
Posts: n/a
 
      18th Aug 2006
Rick, I'm typing cd %userprofile%\mydocuments\mypictures . It tells me no
such path. On the end of the string my pictures I've put rd/s/q hub. Still no
luck. I'm doing something wrong or I'm just not understanding your
instructions. Please bear with me. I,m new at this. Could you suggest a book
that would explain questions such as this or is it learn as you go. I'm not
familiar with dos. Thanks, James
--
jwmtx


"Rick Rogers" wrote:

> Hi,
>
> You should've just asked for more explicit instructions. Click start/run or
> hit winkey+r and type CMD, then click ok. From the prompt, run:
>
> cd %userprofile%\my documents\my pictures
>
> Then, delete the unwanted folder, say it's called "pics1" by running:
>
> rd /s /q pics1
>
> --
> Best of Luck,
>
> Rick Rogers, aka "Nutcase" - Microsoft MVP
> http://mvp.support.microsoft.com/
> Windows help - www.rickrogers.org
>
> "jwm" <(E-Mail Removed)> wrote in message
> news:FEFC8109-5C81-4C05-8855-(E-Mail Removed)...
> > -I have a folder in My Pictures that I can not delete. On the XP Basics
> > group
> > they told me to use Command Prompt-R/S etc. But I don't know how to do
> > that.
> > I am hoping someone on beginners can explain it to me. Thanks, James
> > --
> > jwmtx

>
>

 
Reply With Quote
 
Leythos
Guest
Posts: n/a
 
      18th Aug 2006
In article <36CE5F90-6EB9-4791-A91D-(E-Mail Removed)>,
(E-Mail Removed) says...
> Rick, I'm typing cd %userprofile%\mydocuments\mypictures . It tells me no
> such path. On the end of the string my pictures I've put rd/s/q hub. Still no
> luck. I'm doing something wrong or I'm just not understanding your
> instructions. Please bear with me. I,m new at this. Could you suggest a book
> that would explain questions such as this or is it learn as you go. I'm not
> familiar with dos. Thanks, James


The proper syntax would be:
cd %userprofile%\"my documents"\"my pictures"

You need to understand that folders have spaces in their names and
anything with spaces needs quotes around it.

--

(E-Mail Removed)
remove 999 in order to email me
 
Reply With Quote
 
Rick Rogers
Guest
Posts: n/a
 
      18th Aug 2006
Hi,

Put spaces after "My" just as I did when I wrote the response, the space is
a valid part of the string path and you are missing it. There is no
"MyDocuments", but there is a "My Documents". Don't attach the RD command to
the end of the CD string, do it as a separate step (appending it to an
invalid string is pointless anyways, plus you would be trying to run two
different commands from the same line). You want to be sure you are in the
right directory (the "My Pictures" folder in your user profile) before you
run the RD command, as the results are not reversible.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP
http://mvp.support.microsoft.com/
Windows help - www.rickrogers.org

"jwm" <(E-Mail Removed)> wrote in message
news:36CE5F90-6EB9-4791-A91D-(E-Mail Removed)...
> Rick, I'm typing cd %userprofile%\mydocuments\mypictures . It tells me
> no
> such path. On the end of the string my pictures I've put rd/s/q hub. Still
> no
> luck. I'm doing something wrong or I'm just not understanding your
> instructions. Please bear with me. I,m new at this. Could you suggest a
> book
> that would explain questions such as this or is it learn as you go. I'm
> not
> familiar with dos. Thanks, James
> --
> jwmtx
>
>
> "Rick Rogers" wrote:
>
>> Hi,
>>
>> You should've just asked for more explicit instructions. Click start/run
>> or
>> hit winkey+r and type CMD, then click ok. From the prompt, run:
>>
>> cd %userprofile%\my documents\my pictures
>>
>> Then, delete the unwanted folder, say it's called "pics1" by running:
>>
>> rd /s /q pics1
>>
>> --
>> Best of Luck,
>>
>> Rick Rogers, aka "Nutcase" - Microsoft MVP
>> http://mvp.support.microsoft.com/
>> Windows help - www.rickrogers.org
>>
>> "jwm" <(E-Mail Removed)> wrote in message
>> news:FEFC8109-5C81-4C05-8855-(E-Mail Removed)...
>> > -I have a folder in My Pictures that I can not delete. On the XP Basics
>> > group
>> > they told me to use Command Prompt-R/S etc. But I don't know how to do
>> > that.
>> > I am hoping someone on beginners can explain it to me. Thanks, James
>> > --
>> > jwmtx

>>
>>


 
Reply With Quote
 
=?Utf-8?B?andt?=
Guest
Posts: n/a
 
      18th Aug 2006
Well, I finally got to cd %userprofile%\"my documents"\"my pictures"
where does the rd/s/q pic 1 come in? Thanks, James
--
jwmtx


"Leythos" wrote:

> In article <36CE5F90-6EB9-4791-A91D-(E-Mail Removed)>,
> (E-Mail Removed) says...
> > Rick, I'm typing cd %userprofile%\mydocuments\mypictures . It tells me no
> > such path. On the end of the string my pictures I've put rd/s/q hub. Still no
> > luck. I'm doing something wrong or I'm just not understanding your
> > instructions. Please bear with me. I,m new at this. Could you suggest a book
> > that would explain questions such as this or is it learn as you go. I'm not
> > familiar with dos. Thanks, James

>
> The proper syntax would be:
> cd %userprofile%\"my documents"\"my pictures"
>
> You need to understand that folders have spaces in their names and
> anything with spaces needs quotes around it.
>
> --
>
> (E-Mail Removed)
> remove 999 in order to email me
>

 
Reply With Quote
 
Rick Rogers
Guest
Posts: n/a
 
      19th Aug 2006
Hi,

Your command prompt should look like this:

C:\Documents and Settings\<username>\My Documents\My Music>

Simply type:

RD /s /q pics1

and don't scrunch it altogether, there needs to be the indicated spaces in
there.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP
http://mvp.support.microsoft.com/
Windows help - www.rickrogers.org

"jwm" <(E-Mail Removed)> wrote in message
news:383084AA-AEB8-470C-A39D-(E-Mail Removed)...
> Well, I finally got to cd %userprofile%\"my documents"\"my pictures"
> where does the rd/s/q pic 1 come in? Thanks, James
> --
> jwmtx
>
>
> "Leythos" wrote:
>
>> In article <36CE5F90-6EB9-4791-A91D-(E-Mail Removed)>,
>> (E-Mail Removed) says...
>> > Rick, I'm typing cd %userprofile%\mydocuments\mypictures . It tells
>> > me no
>> > such path. On the end of the string my pictures I've put rd/s/q hub.
>> > Still no
>> > luck. I'm doing something wrong or I'm just not understanding your
>> > instructions. Please bear with me. I,m new at this. Could you suggest a
>> > book
>> > that would explain questions such as this or is it learn as you go. I'm
>> > not
>> > familiar with dos. Thanks, James

>>
>> The proper syntax would be:
>> cd %userprofile%\"my documents"\"my pictures"
>>
>> You need to understand that folders have spaces in their names and
>> anything with spaces needs quotes around it.
>>
>> --
>>
>> (E-Mail Removed)
>> remove 999 in order to email me
>>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to check for the existence of the Temporary folder namedTemporary Folder a , 2 and so on before deleting as the name is not fixed Yuvraj Microsoft Excel Programming 1 3rd May 2009 10:41 PM
Deleting old folder from System Volume Information folder Art Windows Vista General Discussion 5 23rd Jan 2009 04:44 PM
Problem deleting vista RC windows folder and program files folder =?Utf-8?B?Um9iIEhvbG1lcw==?= Windows Vista Administration 0 8th Aug 2007 09:42 PM
deleting vista RC windows folder and program files folder Rob Holmes Windows Vista File Management 0 6th Aug 2007 05:52 PM
Deleting a folder into application data folder during logon =?Utf-8?B?TUFY?= Microsoft Windows 2000 Terminal Server Clients 1 2nd Mar 2005 11:04 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:16 AM.