Skip to content

Instantly share code, notes, and snippets.

@digitalfun
Created November 22, 2016 15:11
Show Gist options
  • Save digitalfun/56ae96051e087e4129eaa6f17065e1f9 to your computer and use it in GitHub Desktop.
Save digitalfun/56ae96051e087e4129eaa6f17065e1f9 to your computer and use it in GitHub Desktop.
Taskfile-bat script: Open Taskfile-bat in your favourite editor.
:task-edit: Open Taskfile with your favourite editor
ECHO Edit Taskfile ...
SET NPP_EXE="C:\_digi\_apps\Notepad++\notepad++.exe"
SET USER_SCRIPT_LINENR=28
start "" "%NPP_EXE%" -multiInst -noPlugin -n%USER_SCRIPT_LINENR% -nosession -notabbar %scriptName%
GOTO :EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment