I have a file name.txt that contains the ff: code
for /f "tokens=1" %%s in (C:\user\files\title.txt) do (
log normal "c:\user\user-log.txt"
)
Now I have a batch file that calls names.txt. However, it always shows
The system cannot find the file specified.
How to solve this issue?Is it possible to have a batch code on a text file?