All public logs

From wikinotes

Combined display of all available logs of wikinotes. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:21, 10 July 2021 Will talk contribs created page Batch filesystem (Created page with "= Read File = <blockquote> <source lang="dos"> REM read file line-by-line set TEXT_T="C:\file.txt" for /f "eol= tokens=* delims= usebackq" %%i in (%TEXT_T%) do ( echo %%i...")