For loops: Revision history

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.

14 November 2016

21 January 2008

  • curprev 13:0413:04, 21 January 2008Red talk contribs 526 bytes +526 New page: <pre> In a batch file: FOR %%A IN (Datasubset) DO Command %%A FOR %%A IN (c:\backupmysql\*) DO "C:\blat194\blatt.bat" %%A On the command line: FOR %A IN (c:\backupmysql\*) DO "C:\blat1...