(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.
set /pcommando is started manually from CMD, it works. If pasted into file... it doesn't... operate it...aaaaaa.aaafile? Also, does the batch file change the current directory in the process? On the other hand, all those would not matter if you specified the full path to the file that theset /pcommand was reading from.