Step 5Opening CMD without "run"
Here is how to open command prompt without run!
- Open up a new notepad document. AKA a text document.
- Now type in start command.com
- Now click Save
- Save it as cmd.bat
- Save it to the Desktop
- Click the icon that showed up, and command prompt should open now.
| « Previous Step | Download PDFView All Steps | Next Step » |









































right click on the desktop select new text document
then you type (command.com) without the parentheses
then you save the file to the desktop and make sure that when you save the file you save it as .bat instead of.txt
it will show up on your desktop and you open it just like you would any other application and command prompt should open
Under 'Code' , Click on Macros.
enter the macro name as 'hi'
When it opens, on the left, double click on the document you opened on Microsoft (i.e. Document 1)
Then, type this in:
Sub hi()
Shell ("command.com")
End Sub
Click Play.
its really very helpfull