Ok so I've got a file that goes and get info about file paths, and stores it, another file that is VBS and not batch needs to know the file path to work properly, so I'd need to echo the path in a specific line and column of the file without damaging the rest of the VBS How could we do that I've got here the code to search for paths and output it in a folder, but I don't know how to go through lines and columns of a file:
cd /d C:\
dir /b OzhECsxt6ncBIka1TgO8.bat /s 2> nul | find "" /v /c >
set rwfile=
dir /b OzhECsxt6ncBIka1TgO8.bat /s
echo %rwfile%>new.vbs
i've tryed these without any good result:
set wfile=aze.txt
set wcontent=bro_naiuuu
for /F "skip=20 delims=20" %%p in %wfile% do echo %wcontent%