Jump to content

Walk a directory/Non-recursively: Difference between revisions

(Add Batch File)
Line 102:
<lang>@for /F "tokens=*" %%F in ('dir /b "%windir%\system32\*.exe"') do echo %%F</lang>
*Command-line:
<lang>@for /F "tokens=*" %F in ('dir /b "%windir%\system32\*.exe"') do echo %F</lang>
 
=={{header|BBC BASIC}}==
535

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.