This website requires JavaScript.
Explore
Help
Sign in
codeninjasllc
/
codecombat
Watch
1
Star
0
Fork
You've already forked codecombat
0
mirror of
https://github.com/codeninjasllc/codecombat.git
synced
2024-11-28 18:15:52 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1c092deff6
codecombat
/
scripts
/
windows
/
coco-dev-setup
/
batch
/
print_file.bat
4 lines
87 B
Batchfile
Raw
Normal View
History
Unescape
Escape
new variable system implemented and refactored a lot of files already.
2014-03-20 22:26:26 -04:00
set
"
file=
%1
"
for
/f
"
usebackq tokens=* delims=;
"
%%
a
in
(
"
%file%
"
)
do
(
echo
.
%%
a
Introduction implemented and fixed errors in previously submitted code.
2014-03-22 20:41:53 -04:00
)
Reference in a new issue
Copy permalink