It's programming time!/Batch/Help

From Create Your Own Story

(Difference between revisions)
(Created page with '==Help== <div style="background-color:rgb(245,245,245);"> Instead of explaining the '''help''' command why don't we let the '''help''' command do it. </div> <div style="padding:…')
m (Help)
Line 14: Line 14:
*[[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/More|Explain that vertical bar.]]
+
*[[It's_programming_time!/Batch/Pipe|Explain that vertical bar.]]

Revision as of 02:16, 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