How to pass the path of a dragged file as an argument to a batch file in Windows?
I am developing an application where I need to handle drag-and-drop functionality. Specifically, I want to drag example.txt onto example.cfe, which should then run a batch file (run_cfe.bat). The batch file should receive the paths of both example.cfe and example.txt.