Application cloud not be opend

@ameerzain

Then you have to run this inside a loop with each file name…you cannot directly give the folder and expect it to open all files inside the folder

Run a loop on for each file in folder
Inside use start process and instead of file location give currentfile.FullName

Then it will open all

Cheers