If you put the bat file in the D:\tabiplaza\yado\debug folder and run it, then the directory path of my abcd folder doesn't matter.
Are there any other files in your D:\tabiplaza\yado\debug folder besides the log file you mentioned?
What other folders are there in the D:\tabiplaza\yado\debug folder?
Or run the following code and post the result of a.txt:
@echo off
for /f "delims=" %%a in ('dir/b/ad') do echo %%a>>a.txt
pause
Are there any other files in your D:\tabiplaza\yado\debug folder besides the log file you mentioned?
What other folders are there in the D:\tabiplaza\yado\debug folder?
Or run the following code and post the result of a.txt:
@echo off
for /f "delims=" %%a in ('dir/b/ad') do echo %%a>>a.txt
pause
致精致简!
