跳到主要內容

Open Command Prompt Using the Explorer Address Bar

 

Open Command Prompt Using the Explorer Address Bar

When you open a Windows Explorer folder, you’ll see an address bar similar to that in a web browser. By default, it shows the path of the current folder. You can see it here.

Open Command Prompt in Folder Using Windows Explorer image 3

If you click on this address bar, you can type in text. By typing “cmd” and hitting Enter, you’ll open up the command prompt at that location.

Open Command Prompt in Folder Using Windows Explorer image 4

This will also work if you type “powershell” instead of “cmd”. Taking you directly to the Windows PowerShell prompt at that folder.

留言

這個網誌中的熱門文章

PHP Signature Pad & Upload on server

In this tutorial, We will learn how to use  an e-signature pad using jquery  ajax and save image to the database using PHP.  Download  E-Signature Pad Jquery plugin from here    http://keith-wood.name/signature.html Step 1: Create  index.php  file and put the following code: PHP Signature Pad Example PHP Signature Pad Example Signature: Clear Signature Step 2: Create  upload.php  file  PHP Signature Pad Example PHP Signature Pad Example Signature: Clear Signature Step 3: Create  upload  directory where our signature file upload. This is dest...