Code: Select all
>echo_data_1.txt (for /f "usebackq delims=" %%A in ("fdata1.txt") do for %%B in (%%A) do echo %%B))
Code: Select all
>echo_data_1.txt (for /f "usebackq delims=" %%A in ("fdata1.txt") do for %%B in (%%A) do echo %%B))
Code: Select all
FOR /F "usebackq tokens=*" %A IN (' ?/cmd: "shUser=user1"; "shPrivs=none"') DO SET tmpLn=%A
siberia-man wrote:jeb, this is bad news.
Code: Select all
>nul chcp 437
dir /al
>nul chcp <your codepage>
Code: Select all
call Set "h=%%~?\hosts"