You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
619 B

@shift /0
@echo off
title JSON2DTAPE [v.0.1] by DevDiego
color 00
:mainmenu
cd ./
cls
echo Welcome to JSON2DTAPE [v.0.1] by DevDiego
echo.
echo Make sure you have all the files you need for the song in the same folder the js is located on.
echo (input.json and inputmoves.json / optional: inputmoves1.json, inputmoves2.json, inputmoves3.json).
echo If you don't have input.json and inputmoves.json the code will return an error.
echo.
echo Input the codename you're modding the new song on. (if left empty an error will popup)
set /p codename=">"
echo.
node j2d %codename%
timeout /t 10
goto :mainmenu