O&O SafeErase 11 Product manual

O&O SafeErase 11 
Combining several parameter

US$ 29.95
Buy now

You can also build a command sequence from the parameter. You will be able to combine an activity, such as delete free space with as many different options you like, for example:

Example

Explanation

oosecmd.exe --freespace g: --security medium --createreport --reportname d:test.html The free space in drive G: will be SafeErased using the deletion method "medium security". Afterwards, a report on the deletion will be created and saved on Drive D: with the name "test.html".
osecmd.exe --tempfiles all --security zero --createreport --reportname d:test_1.html All temporary Windows and program files will be overwritten with zeros. Afterwards, a report on the deletion will be created and saved on Drive D: with the name "test_1.html".
oosecmd.exe c:\Application\CV.doc d:\Pictures\Passport_picture.jpg The file "CV.doc" in the folder "Application" on Drive C:, the file "Passport_picture.jpg" in the folder "Pictures" on Drive D: will be SafeErased using the preset default method.
Note
Please bear in mind that while entering the parameter in the command line no manual line break will be included into the command sequence. Otherwise, the command cannot be executed as it is supposed to. The line breaks in the examples exists because of the document format.