This website requires JavaScript.
Explore
Help
Register
Sign In
electron
/
addon-tools-el
Watch
1
Star
0
Fork
You've already forked addon-tools-el
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
aa800818ed
addon-tools-el
/
bat
/
mkdir.bat
6 lines
69 B
Batchfile
Raw
Blame
History
for
%%
x
in
(
%*
)
do
(
if
not
%%
x
==
"
-p
"
if
not
exist
%%
x
md
%%
x
)
Reference in New Issue
View Git Blame
Copy Permalink