1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

My Pictures

Discussion in 'Legacy Windows' started by merlin, 2003/03/05.

Thread Status:
Not open for further replies.
  1. 2003/03/05
    merlin

    merlin Inactive Thread Starter

    Joined:
    2003/01/07
    Messages:
    1,111
    Likes Received:
    0
    Two questions - thanks for your time !

    - How and why does this (empty) Folder get regularly created

    C:\My Documents\My Pictures\

    - why doesn't this .bat statement remove it ?

    C:\Windows\deltree.exe /Y C:\MyDocu~1\MyPict~1\

    regards and thanks for advice ...
     
  2. 2003/03/05
    BillyBob Lifetime Subscription

    BillyBob Inactive

    Joined:
    2002/01/07
    Messages:
    6,048
    Likes Received:
    0
    MY WAG is that the command does delete it.

    I believe that folder may well be one that Windows thinks we need and just puts it right back.

    Have you ever tried moving My Documents to another partition ?

    If you have and not gone into the reg and did a little editing it may well be right back on the C: drive. Or a duplicate of it.

    I have moved it using Partition Magic Magic Mover and and it come out OK. Because MM goes in and edits the Reg.

    But just drag-N-Droping it never worked with out a regedit.

    BillyBob
     

  3. to hide this advert.

  4. 2003/03/06
    merlin

    merlin Inactive Thread Starter

    Joined:
    2003/01/07
    Messages:
    1,111
    Likes Received:
    0
    Wrong as per post ..

    C:\Windows\deltree.exe /Y C:\MyDocu~1\MyPict~1\
    ---------------------------------------------------------------------------------
    correct ...

    C:\Windows\deltree.exe /Y C:\MyDocu~1\MyPict~1
    ---------------------------------------------------------------------------------
    Backslash not correct unless you only want to delete specific files

    C:\Windows\deltree.exe /Y C:\MyDocu~1\MyPict~1\*.jpg
    ---------------------------------------------------------------------------------
    This should delete all files AND the folder ..

    C:\Windows\deltree.exe /Y C:\MyDocu~1\MyPict~1\*.*
    ---------------------------------------------------------------------------------

    regards
     
Thread Status:
Not open for further replies.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.