mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-01 19:36:57 -05:00
4 lines
103 B
Batchfile
4 lines
103 B
Batchfile
|
@ECHO off
|
||
|
powershell .\get_var.ps1 %1.coco %3 %4 %5 %6 %7 > var.tmp
|
||
|
set /p %2= < var.tmp
|
||
|
del /q var.tmp
|