Skip to content

Commit

Permalink
add pil batch/cmd file helper
Browse files Browse the repository at this point in the history
  • Loading branch information
joebo committed Sep 1, 2016
1 parent 8e099c5 commit a9a8a0b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pil.cmd
@@ -0,0 +1,10 @@
@echo off

SET libpath=%~dp0
CALL SET libpath=%libpath:\=/%


REM set KILLPIL=1
if defined KILLPIL taskkill /f /im picolisp.exe & taskkill /f /im ptycon

start %~dp0bin\ntctty.exe -e /??/%~dp0bin\ptycon -e /??/%~dp0bin\picolisp.exe %libpath%lib.l @ext.l @win.l @lib/debug.l %* +

0 comments on commit a9a8a0b

Please sign in to comment.