File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ avec le bon numéro de `version` bien sûr.
188188 * cliquer sur « parcourir » (le bouton ` ... ` ),
189189 * faire apparaître tous les fichiers en choisissant :
190190 ` Tous les fichiers : (*.*) ` ,
191- * choisir ` microalg/malgj_npp.bat ` .
191+ * choisir ` microalg/editeurs/npp/ malgj_npp.bat ` .
192192 * Ajouter à la main (si possible avec un copier/coller) :
193193 ` "$(FULL_CURRENT_PATH)" `
194194 de façon à obtenir dans la petite boîte :
@@ -241,7 +241,7 @@ asynchrone :
241241 * cliquer sur « parcourir » (le bouton ` ... ` ),
242242 * faire apparaître tous les fichiers en choisissant :
243243 ` Tous les fichiers : (*.*) ` ,
244- * choisir ` microalg/malgjs_npp.bat ` .
244+ * choisir ` microalg/editeurs/npp/ malgjs_npp.bat ` .
245245 * Ajouter à la main (si possible avec un copier/coller) :
246246 ` "$(FULL_CURRENT_PATH)" `
247247 de façon à obtenir dans la petite boîte :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ REM Exécuter un script MicroAlg avec Ersatz (PicoLisp en Java) avec Notepad++.
33REM https://www.mail-archive.com/[email protected] /msg02076.html44REM Passé depuis Notepad++ "$(FULL_CURRENT_PATH)"
55SET SRC_PATH = " %1 "
6- SET MICROALG_DIR = %~dp0
6+ SET MICROALG_DIR = %~dp0 \..\..
77SET ERSATZ_DIR = %MICROALG_DIR% \ersatz
88java -DPID=42 -jar %ERSATZ_DIR% \picolisp.jar ^
99 %ERSATZ_DIR% \lib.l %MICROALG_DIR% \microalg.l %SRC_PATH%
Original file line number Diff line number Diff line change 1- @ echo off
2- REM Exécuter un script MicroAlg avec EmuLisp (PicoLisp en Javascript) avec Notepad++.
3- set NODE_PATH = %USERPROFILE% \AppData\Roaming\npm\node_modules;" %NODE_PATH% "
4- REM Passé depuis Notepad++ "$(FULL_CURRENT_PATH)"
5- SET SRC_PATH = " %1 "
6- SET MICROALG_DIR = %~dp0
7- SET EMULISP_DIR = %MICROALG_DIR% \emulsip
8- %MICROALG_DIR% \malgjs.bat %MICROALG_DIR% \microalg.l %SRC_PATH%
9- pause> nul | set/p=" Une touche pour quitter." & echo(
1+ @ echo off
2+ REM Exécuter un script MicroAlg avec EmuLisp (PicoLisp en Javascript) avec Notepad++.
3+ set NODE_PATH = %USERPROFILE% \AppData\Roaming\npm\node_modules;" %NODE_PATH% "
4+ REM Passé depuis Notepad++ "$(FULL_CURRENT_PATH)"
5+ SET SRC_PATH = " %1 "
6+ SET MICROALG_DIR = %~dp0 \..\..
7+ SET EMULISP_DIR = %MICROALG_DIR% \emulsip
8+ %MICROALG_DIR% \malgjs.bat %MICROALG_DIR% \microalg.l %SRC_PATH%
9+ pause> nul | set/p=" Une touche pour quitter." & echo(
You can’t perform that action at this time.
0 commit comments