瀏覽代碼

prepend with path to the batch directory

Gildas 7 年之前
父節點
當前提交
57fd19e2ba
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      cli/single-file.bat
  2. 1 1
      maff2html/single-file.bat

+ 1 - 1
cli/single-file.bat

@@ -1,2 +1,2 @@
 @echo off
-node single-file %*
+node %~dp0\single-file %*

+ 1 - 1
maff2html/single-file.bat

@@ -1,2 +1,2 @@
 @echo off
-node single-file %*
+node %~dp0\single-file %*