Post comment



Channel database (ID: 167)

Reply to an existing commnent


@markusTegelane

It's pretty simple actually if you understand the for command. @echo off setlocal EnableDelayedExpansion for /f %%a in ('dir /b /a-d') do ( echo %%a pause )


Username:
Comment:
Password
(for modifying
or deleting the comment later):

Cancel