It's programming time!/Batch/Help

From Create Your Own Story

(Difference between revisions)
m (Help)
m
Line 12: Line 12:
  pause
  pause
-
*[[It's_programming_time!/Batch/Echo/Dot|What's the '''echo.''' line for?]]
+
*[[It's_programming_time!/Batch/Echo/Dot|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.]]
 +
 +
[[Category:It's programming time!|Batch]]
 +
[[Category:It's programming time!/Batch|Help]]

Revision as of 02:32, 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
Personal tools