Skip to content

Commit e83df7f

Browse files
author
David Walley
committed
Updates to .bat file for other machine setup.
1 parent 1c69a02 commit e83df7f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

GO.bat

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
rem CodeBaseMent local tool-chain for JS code development
22
GOTO :Go
3-
rem Notepad++ NppExec plug-in code gets us here: (f6 , then paste the following and save as GO_bat. Advanced - put on menu, then, set hot-key to this menu item).
3+
rem Notepad++ NppExec plug-in code gets us here: (f6 , then paste the following and save as GO_bat.
4+
rem Advanced - put on menu using NppExec, then, set hot-key to this menu item).
5+
rem The following is an NppExec macro (hit f6, and enter the following (assumes this file is in C:\$\Coding\codebasement\):
46
rem npp_save
57
rem // Blank line required for some reason.
68
rem inputbox "Neatify, Process, Test" : Neatify
7-
rem cmd /c C:\$\Code\codebasement\GO.bat $(INPUT) "$(FULL_CURRENT_PATH)" $(CURRENT_LINE) $(CURRENT_COLUMN)
9+
rem cmd /c C:\$\Coding\codebasement\GO.bat $(INPUT) "$(FULL_CURRENT_PATH)" $(CURRENT_LINE) $(CURRENT_COLUMN)
810
rem npp_menucommand File\Reload
911

1012
:Go
11-
cd "C:\$\Code\codebasement\"& rem Custom pre-processor and tool-chain tools.
12-
node "C:\$\Code\codebasement\Preprocess.js" %1 %2 %3 %4& rem Run tool-chain, passing along user dialog input and current Notepad++ file and cursor info.
13+
cd "C:\$\Coding\codebasement\"& rem Custom pre-processor and tool-chain tools.
14+
node "C:\$\Coding\codebasement\Preprocess.js" %1 %2 %3 %4& rem Run tool-chain, passing along user dialog input and current Notepad++ file and cursor info.
1315
rem node "C:\$\Code\codebasement\TEMP_PrettyNotes\Preprocess.js" %1 %2 %3 %4& rem

0 commit comments

Comments
 (0)