This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
mirrors
/
SingleFile
miroir de
https://github.com/gildas-lormeau/SingleFile
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
prepend with path to the batch directory
Gildas
il y a 7 ans
Parent
af1ea8fcf4
commit
57fd19e2ba
2 fichiers modifiés
avec
2 ajouts
et
2 suppressions
Vue séparée
Afficher les stats Diff
1
1
cli/single-file.bat
1
1
maff2html/single-file.bat
+ 1
- 1
cli/single-file.bat
Voir le fichier
@@ -1,2 +1,2 @@
@echo off
-node single-file %*
+node
%~dp0\
single-file %*
+ 1
- 1
maff2html/single-file.bat
Voir le fichier
@@ -1,2 +1,2 @@
@echo off
-node single-file %*
+node
%~dp0\
single-file %*