views
3.8k
likes
19

Comments (26)

What do you think?

Here is how to save.
(
echo %variable%
echo %variable%
)>filename.(txt,dlb,sav etc.)
And to load it is a little different
(
set /p variable name=
)<filename to load from
How this works is you echo a variable to each line of a file and then get input from every line of the file.
(Say I put money to save on line 1 then I have to load the same variable on line one)

Pretty disappointed it didn't cover save mechanics (because I really, for some reason, felt like this was focusing somewhat on text-based batch RPGs).

when i open the batch file, it opens for a split second, and then crashes

Well , you can learn batch easily almost everywhere...
Making a tutorial of batch inside batch is easy too...
nothing too special

I already knew everything in this tutorial, except for pause>nul (I think that was it), but you did a great job making a tutorial for a batch game, in a batch game. It makes me wonder why I couldn't have done that. GG

This game will teach you how to program in Batch! Batch is a great way to get into programming! I am also working on Batch RPG Tutorial!
#other



all-ages

Batch RPG Tutorial

The tutorial will take a while to make so be patient for its release.

HTML Tutorial Delayed for Batch RPG Tutorial

I will make HTML after I make Batch RPG Tutorial. I think it would be nice to teach a batch game!

HTML Tutorial?

I can teach html in a batch game. Comment if you would like to see a html tutorial!

Thank You!

I made this game to help people code with Batch. Thank you for all the positive feedback. I might make a youtube video series on Batch tutorials!

Everything fixed!

This time I fixed everything