answersLogoWhite

0

How do you delete files off RCA MPR2460?

Updated: 8/16/2019
User Avatar

Wiki User

16y ago

Best Answer

Hit It With A Clown Hammer

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you delete files off RCA MPR2460?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you delete songs off of the RCA S10 series?

Make sure device is formatted to your computer operating system so files are readable by the media player. After that is done, plug in the RCA S10 MP3 player, open the default media player, highlight the songs, right-click on them, and choose 'Delete' from the menu.


What is a descriptive sentence for the word delete?

Did You Delete the files off of the computer ?


How do you delete audio files off Vkcom?

press control alter and delete


Can't delete songs from my RCA Lyra 5102?

To delete songs off of an RCA Lyra 5102, you need to first plug the player up to your computer with a USB cord. Go to 'My Computer', then open the RCA Lyra. From there, you can see all the songs you have loaded onto the player. Right-click the song you no longer want and select 'delete'.


Can you change files on a DVD plus r?

No, you can only read files off. Get a RW to change files. You need to delete the files off the disc to make a new version avalible


How do you delete vbs malware?

If it is a file delete the file. Or if it is REAL MALWARE then scan your system and delete it. I myself delete harmful .vbs files off of the internet.


You want to know how to delete files off your computer that are read only files?

In file properties uncheck "Read only" or use Administrator account to delete it (you need to get permissions before deleting files).


How do you delete files off a audio CD?

unfortanitly for you, you can not delete songs off a audio cd You can't. If you're using a CD-R you can add files, but I don't know of a way to take them off.


How do you delete protected files from sonyericsson k510i?

you cant these are put in and factory installed. if you sownload it off the internet then you should be able to delete it


How do you delete things off you jump drive?

First plug your device in and go to Start > My Computer and select your device, then delete the files.


Is it safe to delete htlm files off your hard drive?

Unless you are making a site yourself and saved the HTML files for later uploading, it is normally safe to deleate HTML files. Html files are website pages which are normally saved for later use by the internet explorer. These are normally saved in a temp folder and can be deleted. Other uses for HTML files are help files, which if deleted, you may not view the help file of the program. Therefore before deleting HTML files, check the folder from where you will delete the files. If they are from a program file, it is not recommended to delete the files, if they are from the internet temporary folder, you can either delete the files manually or you can delete them from the internet explorer by pressing on Delete Browsing History found in Tools.


How do you delete hidden files using batch scripts?

You can just delete hidden files with the same del command, but since the files are hidden you need to map the location of the hidden folder in the command so the batch file knows where to look and delete. @Echo off del "location of hidden files and/or folders" /Q /F /S exit