Skip to content

Instantly share code, notes, and snippets.

@hunt3ri
Created July 2, 2012 22:46
Show Gist options
  • Save hunt3ri/3036206 to your computer and use it in GitHub Desktop.
Save hunt3ri/3036206 to your computer and use it in GitHub Desktop.
Powershell command to open Notepad++ from the commandline for the given filename
C:\"Program Files (x86)"\Notepad++\notepad++.exe $args[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment