Search The Blog

Showing posts with label CMD Tricks. Show all posts
Showing posts with label CMD Tricks. Show all posts

Monday 20 May 2013

How to 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 the Processes tab and End Process on Explorer.exe.
Leave Task Manager open.
Go back to the Command Prompt window and change to the directory the AVI (or other undeletable file) is located in.
At the command prompt type DEL <filename> where <filename> is the file you wish to delete.
Go back to Task Manager, click File, New Task and enter EXPLORER.EXE to restart the GUI shell.
Close Task Manager.
[ Also Read: Chat with your friends through command prompt]
Or you can try this

Open Notepad.exe

Click File>Save As..>

locate the folder where your undeletable file is

Choose 'All files' from the file type box

click once on the file u wanna delete so its name appears in the 'filename' box

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

click save,

It should ask u to overwrite the existing file, choose yes and u can delete it as normal


Here's a manual way of doing 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 the folder because it has spaces for example Program Files or Kazaa Lite folder you have to do the following. instead of typing in the full folder name only take the first 6 letters then put a ~ and then 1 without spaces. Example: cd c:\progra~1\kazaal~1
6. Once your in the folder the non-deletable file it in type in dir - a list will come up with everything inside.
7. Now to delete the file type in del ***.bmp, txt, jpg, avi, etc... And if the file name has spaces you would use the 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 the specific folder thorugh command, del badfil~1.bmp and your file should be gone. Make sure to type in the correct extension.
Read More

Sunday 12 May 2013

How To Find IP Address Of A Website

Hello guys... today i will show you how can you find IP Address of any website on the web.  As we know, every website on the internet has their unique IP address (Internet Protocol Address). Finding the IP Address of a certain website will let us know the location of that website, but unfortunately IP address is not shown itself on the browser.

So i will show you how to find IP address of a website 

I will tell you the TWO simple technoques to find the IP address.

FIRST METHOD:

You can simply find the address by using command prompt. Just Open command prompt (press WIN+R, type cmd, hit enter ). A black screen will comes to you that is your cmd (command prompt).

now type ping yourwebsitename.com
For example, if you want to know the IP adress of www.begeniusbrain.blogspot.in , then you have to write ping www.begeniusbrain.blogspot.in and press enter. You will find this type of screen as shown in following screenshot.
find+IP+address
Thats all.. Highlighted address is your target IP Address.

SECOND METHOD:

You may use various tool for finding IP addresses. These tool may be helpful for you. I will give you one tool. Click Here to download IP Adress Finder Tool

Read More

Monday 21 January 2013

How To Chat With Your Friends Through Command Prompt

This post is for those who want to do different things with their pc..



1) All you need is your friend's IP Address and your Command Prompt.
2) Now open your  Notepad and copy paste the following code.....!

@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

3) Now save this as "Messenger.Bat".

4) Now open Command Prompt.

5) Drag this file (Messenger.bat file) over to Command Prompt and press Enter.

6) You would then see something like this:


7) Now, type the IP Address of the computer you want to contact and press enter
You will see something like this:




8) Now all you need to do is type your message and press Enter.
Start Chatting.......!


 Enjoy!!! ... :)
Read More

About Me

Popular Posts

Designed By Seo Blogger Templates