This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
mirrors
/
SingleFile
mirror de
https://github.com/gildas-lormeau/SingleFile
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
prepend with path to the batch directory
Gildas
há 7 anos atrás
pai
af1ea8fcf4
commit
57fd19e2ba
2 ficheiros alterados
com
2 adições
e
2 exclusões
Visão Unificada
Mostrar Estatísticas Diff
1
1
cli/single-file.bat
1
1
maff2html/single-file.bat
+ 1
- 1
cli/single-file.bat
Ver Ficheiro
@@ -1,2 +1,2 @@
@echo off
@echo off
-node single-file %*
+node
%~dp0\
single-file %*
+ 1
- 1
maff2html/single-file.bat
Ver Ficheiro
@@ -1,2 +1,2 @@
@echo off
@echo off
-node single-file %*
+node
%~dp0\
single-file %*