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