This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
SingleFile
mirror of
https://github.com/gildas-lormeau/SingleFile
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
prepend with path to the batch directory
Gildas
7 years ago
parent
af1ea8fcf4
commit
57fd19e2ba
2 changed files
with
2 additions
and
2 deletions
Split View
Show Diff Stats
1
1
cli/single-file.bat
1
1
maff2html/single-file.bat
+ 1
- 1
cli/single-file.bat
View File
@@ -1,2 +1,2 @@
@echo off
-node single-file %*
+node
%~dp0\
single-file %*
+ 1
- 1
maff2html/single-file.bat
View File
@@ -1,2 +1,2 @@
@echo off
-node single-file %*
+node
%~dp0\
single-file %*