Skip to content

Instantly share code, notes, and snippets.

@Alcotana
Last active July 2, 2023 07:15
Show Gist options
  • Save Alcotana/5eab32b2d97d1b41ad1db167e7de297c to your computer and use it in GitHub Desktop.
Save Alcotana/5eab32b2d97d1b41ad1db167e7de297c to your computer and use it in GitHub Desktop.
Open directory with "Node.js command prompt" using right-click menu command "Node.js here"
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\directory\background\shell\nodejs]
"Icon"="cmd.exe"
@="&Node.js here"
[HKEY_CLASSES_ROOT\directory\background\shell\nodejs\command]
@="cmd.exe /s /k pushd \"%V\" & nodevars.bat"
[HKEY_CLASSES_ROOT\directory\shell\nodejs]
@="&Node.js here"
"Icon"="cmd.exe"
[HKEY_CLASSES_ROOT\directory\shell\nodejs\command]
@="cmd.exe /s /k pushd \"%V\" & nodevars.bat"
@Nagorik
Copy link

Nagorik commented Dec 24, 2018

thanQ..

@Ve1vet
Copy link

Ve1vet commented Jul 2, 2023

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment