Rename Files Easily With A .BAT File

Lets say you have downloaded some game or application that was 50 parts big, and you had to rename them all from .bmp to .rar to extract them.

You can easily create a batch file that does that for you.

Open Notepad

Fill in de notepad:

CODE
ren *.bmp *.rar

Of course, you have to edit dese two extensions to fit de files you want to convert. Save this file as renamer.bat and run it in de directory where you want to rename your downloads.

Delete An Undeletable File

Open a Command Prompt window and leave it open.
Close all open programs.
Click Start, Run and enter TASKMGR.EXE
Go to de Processes tab and End Process on Explorer.exe.
Leave Task Manager open.
Go back to de Command Prompt window and change to de directory de AVI (or oder undeletable file) is located in.
At de command prompt type DEL <filename> where <filename> is de file you wish to delete.
Go back to Task Manager, click File, New Task and enter EXPLORER.EXE to restart de GUI shell.
Close Task Manager.

Or you can try this

Open Notepad.exe

Click File>Save As..>

locate de folder where ur undeletable file is

Choose ‘All files’ from de file type box

click once on de file u wanna delete so its name appears in de ‘filename’ box

put a ” at de start and end of de filename
(de filename should have de extension of de undeletable file so it will overwrite it)

click save,

It should ask u to overwrite de existin’ file, choose yes and u can delete it as normal

Here’s a manual way of doin’ it. I’ll take this off once you put into your first post zain.

1. Start
2. Run
3. Type: command
4. To move into a directory type: cd c:*** (The stars stand for your folder)
5. If you cannot access de folder because it has spaces for example Program Files or Kazaa Lite folder you have to do de followin’. instead of typin’ in de full folder name only take de first 6 letters den put a ~ and den 1 without spaces. Example: cd c:progra~1kazaal~1
6. Once your in de folder de non-deletable file it in type in dir - a list will come up with everythin’ inside.
7. Now to delete de file type in del ***.bmp, txt, jpg, avi, etc… And if de file name has spaces you would use de special 1st 6 letters followed by a ~ and a 1 rule. Example: if your file name was bad file.bmp you would type once in de specific folder thorugh command, del badfil~1.bmp and your file should be gone. Make sure to type in de correct extension.