My Application.exe takes a filename as a parameter.
I would like to write a windows batch file script that does the following:
Lets me point to a folderpath and does the following:
for int = 0 ; i<folderpath.filecount();i++
{
Application.exe filename[i]
}
Many Thanks