Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista file management

Vista - How can I delete multiples of Desktop file folder?

Reply
 
Old 10-02-2007   #1 (permalink)
Bellas


 
 

How can I delete multiples of Desktop file folder?

Somehow with inexperience using Vista, I created a series of Desktop file
folders in my user folder, some sited within each other. When I try to delete
the multiples, I get a message "The action can't be completed because the
folder is open in another program. Close the folder and try again."
I'm a bit of a neatness freak, so this multiplicity bothers me a little.
Apprecate any help!

My System SpecsSystem Spec
Old 10-02-2007   #2 (permalink)
Ramesh, MS-MVP


 
 

Re: How can I delete multiples of Desktop file folder?

Hi Bellas,

Your user profile folder already has a folder named "Desktop". What's the name of the folder you created, and can you post the directory structure of that folder?

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


"Bellas" <Bellas@xxxxxx> wrote in message news:11CE1592-96F5-4462-A4B5-6F59979A656A@xxxxxx
Somehow with inexperience using Vista, I created a series of Desktop file
folders in my user folder, some sited within each other. When I try to delete
the multiples, I get a message "The action can't be completed because the
folder is open in another program. Close the folder and try again."
I'm a bit of a neatness freak, so this multiplicity bothers me a little.
Apprecate any help!
My System SpecsSystem Spec
Old 10-03-2007   #3 (permalink)
Bellas


 
 

Re: How can I delete multiples of Desktop file folder?


My user profile is RMB, so the desktop versions are Desktop (with RMB as a
subdirectory), RMB-Desktop (folder that creates every time I save something
to the desktop), RMB-Desktop (file folder), RMB-Desktop-Desktop (file folder)
RMB-Desktop-Desktop-Desktop!!
I haven't intentionally created any of these, they just keep growing!
"Ramesh, MS-MVP" wrote:
Quote:

> Hi Bellas,
>
> Your user profile folder already has a folder named "Desktop". What's the name of the folder you created, and can you post the directory structure of that folder?
>
> --
> Regards,
>
> Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
> Windows® Troubleshooting http://www.winhelponline.com
>
>
> "Bellas" <Bellas@xxxxxx> wrote in message news:11CE1592-96F5-4462-A4B5-6F59979A656A@xxxxxx
> Somehow with inexperience using Vista, I created a series of Desktop file
> folders in my user folder, some sited within each other. When I try to delete
> the multiples, I get a message "The action can't be completed because the
> folder is open in another program. Close the folder and try again."
> I'm a bit of a neatness freak, so this multiplicity bothers me a little.
> Apprecate any help!
>
My System SpecsSystem Spec
Old 10-03-2007   #4 (permalink)
Ramesh, MS-MVP


 
 

Re: How can I delete multiples of Desktop file folder?

C:\Users\RMB\Desktop (This one is the default shell folder for "Desktop". So leave it as it is.)

As for the other folders, you should be able to delete using Command Prompt. (Type RD /? for more help on removing directories from Command Prompt.)

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


"Bellas" <Bellas@xxxxxx> wrote in message news43DA458-0C31-41DF-94CF-7CF1EC21C2F3@xxxxxx

My user profile is RMB, so the desktop versions are Desktop (with RMB as a
subdirectory), RMB-Desktop (folder that creates every time I save something
to the desktop), RMB-Desktop (file folder), RMB-Desktop-Desktop (file folder)
RMB-Desktop-Desktop-Desktop!!
I haven't intentionally created any of these, they just keep growing!
"Ramesh, MS-MVP" wrote:
Quote:

> Hi Bellas,
>
> Your user profile folder already has a folder named "Desktop". What's the name of the folder you created, and can you post the directory structure of that folder?
>
> --
> Regards,
>
> Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
> Windows® Troubleshooting http://www.winhelponline.com
>
>
> "Bellas" <Bellas@xxxxxx> wrote in message news:11CE1592-96F5-4462-A4B5-6F59979A656A@xxxxxx
> Somehow with inexperience using Vista, I created a series of Desktop file
> folders in my user folder, some sited within each other. When I try to delete
> the multiples, I get a message "The action can't be completed because the
> folder is open in another program. Close the folder and try again."
> I'm a bit of a neatness freak, so this multiplicity bothers me a little.
> Apprecate any help!
>
My System SpecsSystem Spec
Old 10-13-2007   #5 (permalink)
Chris82


 
 

Re: How can I delete multiples of Desktop file folder?

Hi, I'm having the same troube with a game demo I downloaded. It's an .exe
file and I'm trying to delete it but it says gives me the "File In Use" mssg
box. I've tried running safe mode and deleting and still doesn't work. Also,
I tried from the command line but it's a two word folder name and it is not
showing the DOS name. So, if I try to erase it from the command prompt, it
gives me the "The system cannot find the file specified"

Thanks,
Chris.
My System SpecsSystem Spec
Old 10-15-2007   #6 (permalink)
Ramesh, MS-MVP


 
 

Re: How can I delete multiples of Desktop file folder?

Chris,

Enclosing the folder path within double-quotes should help.

Example:

"C:\Some Folder\MyFile.exe"

Or, type DIR /X to show the short file name.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


"Chris82" <Chris82@xxxxxx> wrote in message news:7809FD66-2F61-4BB6-B3E2-30AD15821869@xxxxxx
Hi, I'm having the same troube with a game demo I downloaded. It's an ..exe
file and I'm trying to delete it but it says gives me the "File In Use" mssg
box. I've tried running safe mode and deleting and still doesn't work. Also,
I tried from the command line but it's a two word folder name and it is not
showing the DOS name. So, if I try to erase it from the command prompt, it
gives me the "The system cannot find the file specified"

Thanks,
Chris.
My System SpecsSystem Spec
Old 10-15-2007   #7 (permalink)
Chris82


 
 

Re: How can I delete multiples of Desktop file folder?

Oh man...this worked flawlessly...thanks a lot man.

"Ramesh, MS-MVP" wrote:
Quote:

> Chris,
>
> Enclosing the folder path within double-quotes should help.
>
> Example:
>
> "C:\Some Folder\MyFile.exe"
>
> Or, type DIR /X to show the short file name.
>
> --
> Regards,
>
> Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
> Windows® Troubleshooting http://www.winhelponline.com
>
>
> "Chris82" <Chris82@xxxxxx> wrote in message news:7809FD66-2F61-4BB6-B3E2-30AD15821869@xxxxxx
> Hi, I'm having the same troube with a game demo I downloaded. It's an ..exe
> file and I'm trying to delete it but it says gives me the "File In Use" mssg
> box. I've tried running safe mode and deleting and still doesn't work. Also,
> I tried from the command line but it's a two word folder name and it is not
> showing the DOS name. So, if I try to erase it from the command prompt, it
> gives me the "The system cannot find the file specified"
>
> Thanks,
> Chris.
>
My System SpecsSystem Spec
Old 10-16-2007   #8 (permalink)
Ramesh, MS-MVP


 
 

Re: How can I delete multiples of Desktop file folder?

You're welcome!

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


"Chris82" <Chris82@xxxxxx> wrote in message news:5687D7D7-8641-4C36-98F8-E09933E47BA4@xxxxxx
Oh man...this worked flawlessly...thanks a lot man.

"Ramesh, MS-MVP" wrote:
Quote:

> Chris,
>
> Enclosing the folder path within double-quotes should help.
>
> Example:
>
> "C:\Some Folder\MyFile.exe"
>
> Or, type DIR /X to show the short file name.
>
> --
> Regards,
>
> Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
> Windows® Troubleshooting http://www.winhelponline.com
>
>
> "Chris82" <Chris82@xxxxxx> wrote in message news:7809FD66-2F61-4BB6-B3E2-30AD15821869@xxxxxx
> Hi, I'm having the same troube with a game demo I downloaded. It's an ...exe
> file and I'm trying to delete it but it says gives me the "File In Use" mssg
> box. I've tried running safe mode and deleting and still doesn't work. Also,
> I tried from the command line but it's a two word folder name and it is not
> showing the DOS name. So, if I try to erase it from the command prompt, it
> gives me the "The system cannot find the file specified"
>
> Thanks,
> Chris.
>
My System SpecsSystem Spec
Old 11-21-2007   #9 (permalink)
epwjr


 
 

Re: How can I delete multiples of Desktop file folder?



"Ramesh, MS-MVP" wrote:
Quote:

> You're welcome!
>
> --
> Regards,
>
> Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
> Windows® Troubleshooting http://www.winhelponline.com
>
>
> "Chris82" <Chris82@xxxxxx> wrote in message news:5687D7D7-8641-4C36-98F8-E09933E47BA4@xxxxxx
> Oh man...this worked flawlessly...thanks a lot man.
>
> "Ramesh, MS-MVP" wrote:
>
Quote:

> > Chris,
> >
> > Enclosing the folder path within double-quotes should help.
> >
> > Example:
> >
> > "C:\Some Folder\MyFile.exe"
> >
> > Or, type DIR /X to show the short file name.
> >
> > --
> > Regards,
> >
> > Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
> > Windows® Troubleshooting http://www.winhelponline.com
> >
> >
> > "Chris82" <Chris82@xxxxxx> wrote in message news:7809FD66-2F61-4BB6-B3E2-30AD15821869@xxxxxx
> > Hi, I'm having the same troube with a game demo I downloaded. It's an ...exe
> > file and I'm trying to delete it but it says gives me the "File In Use" mssg
> > box. I've tried running safe mode and deleting and still doesn't work. Also,
> > I tried from the command line but it's a two word folder name and it is not
> > showing the DOS name. So, if I try to erase it from the command prompt, it
> > gives me the "The system cannot find the file specified"
> >
> > Thanks,
> > Chris.
> >
> HELP PLZ.....
I have an issue almost like this , and it is the closest I( have come to an
answer but not it.
I have a file in Music folder on my vista machine, the pathway is:C:/
Users/CDS USER/music/itunes/itunes/itunes music/ then lie 5 folders of
diffrent artists that are all empty. My problem is when i go to delete them
back to orginal music/itunes i get a box saying:Could not find this item,
this is no longer located in C:\Users\CDS USER\Music\iTunes. Verify the
item's location and try again. then gives me the option of trying again or
cancel????? HELP i can't get rid of this
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Can't delete desktop folder - currently in use Vista file management
Create New folder, move file, delete file. Explorer Freeze General Discussion
Cannot delete desktop folder Vista account administration
I can't delete a folder on my desktop Vista General
cannot delete folder from desktop Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46