Page 1 of 1

Include delete program

Posted: 10.10.2009, 08:37
by RuCla
Hello,
is it possible to include a delete program into FC?

I would like to include it like Teracopy in the ini file with the parameter "FileMovePrg" or "FileCopyPrg".

Is a parameter "FileDeletePrg" included to FC?

Posted: 11.10.2009, 22:32
by Marek
I already thought of something like that - for the future version. Have you an example of such program for testing?

Posted: 12.10.2009, 08:08
by RuCla
Hi,
one possibility could be to use the shell command "del" of windows which is a lot of quicker than the standard delete command of windows.
Another possibility could be sdelete of sysinternals, but I think this would be overkill for the current problem

Re: Include delete program

Posted: 27.03.2010, 15:22
by faxedhead
I would be more than happy to write any testing app required to get this feature into FreeCommander. Having an ini for FileDeletePrg makes perfect sense. What people want is the ability to delete files in a background thread, adding FileDeletePrg would make this possible.

Marek please PM me if you want me to supply an application for testing.

BTW, I would recommend you open source this application!!

Re: Include delete program

Posted: 20.08.2010, 14:00
by bugmenot
+1

'FileDeletePrg' option in 'freecommander.ini' would be a great addition to this software configuration... definitively.
I look forward to this option as soon as possible to configure it with TeraCopy as well.

Re: Include delete program

Posted: 12.12.2010, 01:56
by kamil_w
bugmenot wrote:+1

'FileDeletePrg' option in 'freecommander.ini' would be a great addition to this software configuration... definitively.
I look forward to this option as soon as possible to configure it with TeraCopy as well.

+1

Re: Include delete program

Posted: 15.12.2010, 10:36
by braykov
+1

And the important part: "to delete in a separate thread". Also being able to put the delete in the background and having the FC interface operational.

Re:

Posted: 12.02.2011, 08:00
by haplochromis
Marek wrote:Have you an example of such program for testing?
Why not teracopy? :)
(Here http://help.codesector.com/TeraCopyPortable , you can reed instructions how to use teracopy for deleting in TC.)