I would like to create a batch script
to call an .exe file but the path to that .exe file is changed everyday.
i.e.: the first day it should call
\\dfs\ns1\Application_Data\AutoProcess\Int\file.exe
then the second day it should call
\\dfs\ns1\Application_Data\AutoProcess\Int2\file.exe
and so on.
Is there a way to make this happen?