Computing.Net > Forums > Programming > Delete My Music, My videos folders

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Delete My Music, My videos folders

Reply to Message Icon

Name: srinivasu
Date: June 24, 2009 at 04:44:20 Pacific
OS: Windows XP
Subcategory: Batch
Comment:

Suggestion from Ramoju Srinivasu

Create batch file to Delete My Music , My Videos from My documents with the DOS BATCH FILE
First check the Deltree.exe file is exist in c:\windows\system32 folder or not , if not copy from internet DELTREE.exe file and start Batch file

For Deleting My Music Folder......

@echo off
deltree c:\docume~1\USER NAME\mydocu~1\mygame~1
pause
echo "Folder deleted successfully"

USER NAME means Profile name your get it by double click on "mycomputer" and "Documents and setting" you will get the profile names.,



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Delete My Music, My videos folders

Batch to Delete files in a folder www.computing.net/answers/programming/batch-to-delete-files-in-a-folder/16299.html

I need to delete text from a file.. www.computing.net/answers/programming/i-need-to-delete-text-from-a-file/10738.html

delete files in a folder (batch) www.computing.net/answers/programming/delete-files-in-a-folder-batch/14570.html