(Variables changed)
I used command
set /p A_Aaaaaa=<aaaaaa.aaa
and it says that such file doesn't exist, so I deleted @echo off
from top of file, and searched for line that causes this error. I don't know why, but if I look into CMD that started script, it seem that above set /p
command is understood as
set /p A_Aaaaaa= 0<aaaaaa.aaa
I don't know where the (space)0
does from, any simple idea?
Ask any informations, be aware that I will change variables though.