First of all, using notepad or else to create a file named open_this_folder.cmd with the following lines:
@echo off set CURRENTDRIVE=%~d1% set CURRENTDIR=%~p1% c:\windows\explorer.exe /root,"%CURRENTDRIVE%%CURRENTDIR%" |
Put this file in any folder (e.g. C:\Bat)
Then go to the send-to folder using this method:
- press Win+E to open an explorer window
- press Alt+D to go to address bar
- input shell:sendto
- press ENTER
Now, everything is done!
Here is the detail steps to demo this trick:
- Go to the any folder (e.g. C:\Users)
- Select randomly any file or sub-folder (e.g. All Users)
- Right-click the mouse button
- In the pop-up menu, select Send to
- Wait for another pop-up menu and select the shortcut for open_this_folder.cmd
You can also use this trick duing a Save-As dialogue to open the current Save-As DEFAULT folder in a new explorer window. Then, after saving, you can operate the folder at once.
Alvin SIU
2020-09-23
Copyright/Licence Information: All information and coding in this article is offered at no charge for NON-COMMERCIAL PERSONAL USE only. This blog and the coding is copyright. Reproduction of this blog and its coding in whole or in part in paper or digitally or in any other forms without the explicit written permission of the author is strictly prohibited. |
Disclaimer: All information in this article is distributed "as is" and is UNSUPPORTED. NO WARRANTY of any kind is expressed or implied. You use AT YOUR OWN RISK. The author will not be liable for any data loss, damages, and loss of profits or any other kind of tangible or intangible loss while using or misusing wholly or partly of the information. |