Revision history of "DOS Commands"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 08:40, 17 September 2013PeterHarding talk contribs 497 bytes +497 Created page with "=Handling Arguments= <pre> SET /A ARGS_COUNT=0 FOR %%A in (%*) DO SET /A ARGS_COUNT+=1 </pre> <pre> @echo off setlocal enableextensions enabledelayedexpansion call :..."