mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-26 00:58:00 -05:00
4 lines
No EOL
103 B
Batchfile
Executable file
4 lines
No EOL
103 B
Batchfile
Executable file
@ECHO off
|
|
powershell .\get_var.ps1 %1.coco %3 %4 %5 %6 %7 > var.tmp
|
|
set /p %2= < var.tmp
|
|
del /q var.tmp |