Now,I will show you how you can open command prompt window at any location in windows without locating a location in cmd by two lines of code & batch file.
1. Open Notepad
2. Enter below code :
@ECHO OFF
CMD
3. Save this with “.bat” extension.
4. Its done!
Now,you can copy this batch file to any location & execute your cmd commands.
Leave a Reply