It's programming time!/Batch/Help
From Create Your Own Story
< It's programming time! | Batch(Difference between revisions)
m |
m |
||
(One intermediate revision not shown) | |||
Line 10: | Line 10: | ||
help | more | help | more | ||
echo. | echo. | ||
+ | help help | ||
pause | pause | ||
- | *[[It's_programming_time!/Batch/Echo/ | + | *[[It's_programming_time!/Batch/Help_with_Help|That didn't '''help''', I want more info.]] |
+ | *[[It's_programming_time!/Batch/Echo/More|What's the "'''echo.'''" line for?]] | ||
*[[It's_programming_time!/Batch/More|Tell me more about '''more'''.]] | *[[It's_programming_time!/Batch/More|Tell me more about '''more'''.]] | ||
*[[It's_programming_time!/Batch/Pipe|Explain that vertical bar.]] | *[[It's_programming_time!/Batch/Pipe|Explain that vertical bar.]] |
Current revision as of 16:20, 19 July 2016
Help
Instead of explaining the help command why don't we let the help command do it.
Run this for help with help:
@echo OFF help | more echo. help help pause