فهرست منبع

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 %*