Page 1 of 1

Drag and Drop a file to an batch file

Posted: 08.02.2025, 12:55
by nuno_brum
I have a batch file that receives a file as an argument. I would like to drag and drop a file into it for it to run. This action works on the windows explorer but not in FreeCommander.
Strangely, I have the impression that this worked in a previous FreeCommander version. Could you bring back this feature?

Re: Drag and Drop a file to an batch file

Posted: 09.02.2025, 12:29
by Marek
My batch test file - dir_test.bat:

Code: Select all

dir %1
pause
Dropping some folder on the bat file shows the folder content.