It's programming time!/Batch

From Create Your Own Story

< It's programming time!(Difference between revisions)
(Created page)
(Let's get started.)
 
Line 9: Line 9:
(I am more advanced, so need to go through some basic tutorials so I do not get too far too fast, like my example above xD I will add options as I go through tutorials)
(I am more advanced, so need to go through some basic tutorials so I do not get too far too fast, like my example above xD I will add options as I go through tutorials)
 +
 +
*[[It's programming time!/Batch/Intro|Let's get started.]]
[[Category:It's programming time!|Batch]]
[[Category:It's programming time!|Batch]]
[[Category:It's programming time!/Batch|Batch]]
[[Category:It's programming time!/Batch|Batch]]

Current revision as of 02:28, 16 July 2016

@echo Hello Batch!
@pause

So, not sure what to say about batch. It has been around a really long time, but I have only been learning how to use it within the last couple years. The first warning: This is for Windows. Sorry, I do not know how to do it for other OSes.

So, batch files make things really easy, that might be more difficult. For example, I turn all my ebooks into HTML, so I can read them on my browser instead of on some ebook reader. The hardest part is setting up the ebook format. With batch, I am able to just edit a file, click something, and poof, all the formatted pages are created. Then I just copy and paste the text from the ebook into each chapter page.

Anyways, that is a little advanced. Where would you like to start with batch programming?

(I am more advanced, so need to go through some basic tutorials so I do not get too far too fast, like my example above xD I will add options as I go through tutorials)

Personal tools