소스 검색

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