Created
November 22, 2016 15:11
-
-
Save digitalfun/56ae96051e087e4129eaa6f17065e1f9 to your computer and use it in GitHub Desktop.
Taskfile-bat script: Open Taskfile-bat in your favourite editor.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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