Showing posts with label MS DOS. Show all posts
Showing posts with label MS DOS. Show all posts

Sunday, October 16, 2011

Delete Locked Files


In windows many times it happens that we want to delete a particular file and it is being locked by the system. The locked files are normal files which are currently being used by some process and hence the explorer locks these files and doesn’t allow anyone to delete or rename these files until the process is done.


Delete Locked Files


Actually if we consider form the systems point of view then we may feel that its quiet fine for it to lock the files but form a user’s point of view this can be very annoying. So, today I am going to guide you on how to delete locked files in windows.


Solution-1:  


The first solution I am going to give you will be using external software called Unlocker. You can use Unlocker to unlock the files which are being locked by the system. 


So here is what you have to do:
  • Download Unlocker software from here.
  • Now after this right click the file which you want to delete.

Delete Locked Files

  • In the option select “Unlocker” and in the unlocker window select the delete option form the dropdown in the lower left corner.

Delete Locked Files


  • Then again select the file and click the unlock button. The file will get success fully deleted.


Solution-2:
  • Open a command prompt by typing cmd in the run.
  • Navigate to the location where the locked file is present.
  • Right click on the taskbar, select the “task manager” option.
  • In the task manger go to the Processes tab.
  • End the explorer.exe process clicking the End Process button.
  • Now go to the Applications tab and select New Task in the task manager. In the new task enter cmd and hit enter.
  • In the command prompt  go to the file location and delete that file by del command. 
  • Bring up the task manager windows again
  • Select file->new task
  • Type explorer.exe in the “create new task” field
  • Press OK.


Solution -3:
  • Reboot the system and try deleting that file in Safemode.
  • But this only works in some cases.
  • So, using the above methods you can delete locked files.

Friday, October 14, 2011

Chat With Command Prompt


Today I am going to guide you on how to chat with command prompt. Actually, for this trick all you need to have is your friends IP Address. 


So, here we go:

  • Open a notepad and copy this code.
  1. @echo off
  2. :A
  3. Cls
  4. echo Chat With Command Prompt
  5. set /p n=User:
  6. set /m m=Message:
  7. net send %n% %m%
  8. Pause
  9. Goto A
  • Now  Save this files as “Cmd_Chat.bat”
  • Open Command Prompt by typing cmd in Run.
  • Now simply drag this “Cmd_Chat.bat” over command Prompt and hit enter.
  • Now  you will see something like in the image below. In the User field enter your friends IP Address and hit enter.

chat with command prompt


  • Now the cursor will start blinking in front of the “Message:” as in the image. Now simply type the message you want to send to your friend. Hit enter and you are done.

chatting with command prompt

  • Start and Enjoy Chatting!! 

chat on command prompt

So, this was how to chat with command Prompt if you face any problems please mention in the comments section below.

    Sunday, July 31, 2011

    MS-Dos Turns 30 !!!

    Last week it was the birthday of MS DOS and it has turned 30 now! So, today I am gonna share the story behind this prodigious OS. In fact I would go one step further and say that it was only because of it Microsoft became one of the big guns in personal computing and its founders some of the richest men on the planet.
    Happy Birthday MS DOS

    Thirty years ago on 27-July-1981 Microsoft finalized a deal with Seattle Computers to purchase their operating system which was then called QDOS (Quick and Dirty Operating System). This OS was designed by Tim Paterson of Seattle Computers. Tim designed this OS in just 6 weeks for some in house hardware!

    Microsoft bought the rights to QDOS for a sum of $50,000. After QDOS was purchased by Microsoft they renamed it to MS-DOS (Microsoft Disk Operating System) and then they bundled it with the IBM pc. It is said that Microsoft kept there deal with IBM a secret from Tim Paterson and his company, Seattle Computer Products. If Seattle Computers would have been aware about such a big deal they would have sealed a deal with IBM themselves and then Microsoft would not have been what it is today.

    Later Microsoft offered a job to Tim Paterson and Tim worked with Microsoft until 1998.  He now runs Paterson Technology, a small company that develops unique hardware and software products near Seattle, Washington.

    MS DOS was updated many times uptill 1994 before it was finally replaced by Windows 95.