In this article, you will learn a notepad trick. You can use this trick to make command prompt using notepad.
Read : Easy and useful notepad tricks
Step 1. Open Notepad.
Step 2. Paste the following code in Notepad.
@echo off
color 0
cls
cmd.exe
Also Read : How to change processor name
If you want to add title, use the below code.
@echo off
title your title
color 0
cls
cmd.exe
Step 3. save the file as name.bat.
You can replace name.
When you will open this file, you will see a command prompt window.
No comments:
Post a Comment