It's programming time!/Batch/Help
From Create Your Own Story
(Difference between revisions)
m |
m |
||
Line 12: | Line 12: | ||
pause | pause | ||
- | *[[It's_programming_time!/Batch/Echo/ | + | *[[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.]] |
Revision as of 02:36, 16 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. pause