is there a way to return absolute path of a file and or folder by find?
let's say filename.txt in C:\test
set file=filename.txt
dir %file% /s
at now it return c:\test in line 6. but what i want is it return absolute path
c:\test\filename.txt and set it to variabel to be use next time.
thank you