Skip to content

Select multiple files from Windows Explorer menu and launch just one instance of process. I recommend a more versatile version of this, https://github.com/ge9/ExecuteCommand-Pipe/

License

Notifications You must be signed in to change notification settings

ge9/SingleInstance-Launcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Single-Instance-launcher

Select multiple files from Windows Explorer menu and launch just one instance of process

  • Original readme
  • Sample registry file for the Textrument Editor: ( Notepad++ )
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\TextrumentInst]
@="用 &Textrument 打开(新实例)"
"Icon"="D:\\Code\\FigureOut\\Textrument\\PowerEditor\\bin64\\Textrument.exe"
"MultiSelectModel"="Player"

[HKEY_CLASSES_ROOT\*\shell\TextrumentInst\Command]
@="\"D:\\Code\\NVPACK\\singleinstance.exe\" \"%1\" \"D:\\Code\\FigureOut\\Textrument\\PowerEditor\\bin64\\Textrument.exe\" $files --si-timeout 50 -multiInst -nosession" 

About

Select multiple files from Windows Explorer menu and launch just one instance of process. I recommend a more versatile version of this, https://github.com/ge9/ExecuteCommand-Pipe/

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 84.6%
  • C 15.4%