How to make CMD prompt using notepad/wordpad ?

06/07/2011 13:46

The Command prompt  ,sometimes it will be blocked in official places.Therefore,only authorised people  can access  the command prompt.

In these situations,we can also access the command prompt with the sid of notepad/wordpad

 

Follow these steps:

1.open the notepad/wordpad  tool.

2.Enter the below things:

@echo off

command

@echo on

3.Then save it as batch file 

e.g test.bat file in desktop

4.click the test.bat in desktop means,you will access the cmd prompt.