Detecting a user cancelled wipe.

cskling

New Member
I'm currently using Eraser 5.86a and calling the launcher (eraserl.exe) from within my application to wipe various removable drives.

To prevent the user from cancelling the wipe (customer requirements enforce media wiping) I have been running the launcher with the -silent option. The problem with this is that now the user has lost any information in regard to the progress of the wipe.

Ideally what I want to do is remove the -silent option and instead determine whether the user has terminated the wipe early. I was hoping the the exit code would give me this indication but it returns 0 regardless.

Is there any way I can determine whether the user has aborted the wipe or is my only option to run using the -silent command?
 
Back
Top