Re: Deleting folder

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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" <jwm@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:36CE5F90-6EB9-4791-A91D-CC832101AAEE@xxxxxxxxxxxxxxxx
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" <jwm@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:FEFC8109-5C81-4C05-8855-A377EC81C317@xxxxxxxxxxxxxxxx
> -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



.



Relevant Pages

  • TIP #185: Null Handling
    ... nulls, and command modifications for manipulating them. ... Tcl deals with strings, the universal medium for representing data. ... is know and it is an empty string, but if a respondent forgets to give ...
    (comp.lang.tcl)
  • Re: Determine how Word was launched
    ... inspect the command line used to launch Word. ... Private Declare Function GetCommandLineA Lib "kernel32" As Long ... Public Function GetCommandLineAs String ... Dim lngCmdLinePtr As Long ...
    (microsoft.public.office.developer.vba)
  • Re: Class.getMethod in classs static initializer block
    ... I just wanted to add that I had some similar code for a "command line server" project. ... static private final boolean DEBUG = true; ... {public ReturnCode runCommand(String s) ... public ReturnCode parseLine(String line) ...
    (comp.lang.java.programmer)
  • Re: New "base document" available
    ... How to go about retrieving command line parameters? ... the command line arguments (and environment variables) ... Keyword and positional parameters can be mixed in the same command line. ... clp-name points to a string containing "P1" ...
    (comp.lang.cobol)
  • A plan for handling command line options
    ... Getopt is meant to be used by calling it once for each command ... In each case the first argument is an option string and the ... provide an error handling interface that the user can access. ...
    (comp.programming)