Jelajahi Sumber

prepend with path to the batch directory

Gildas 7 tahun lalu
induk
melakukan
57fd19e2ba
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  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 %*