Installation guide

Table Of Contents
Start from the command line
O&O SafeErase - 43
Parameters Explanation
<Files and/or folders>
List of files and folders to be deleted.
Example: oosecmd.exe c:\test\*.* c:\test2\bild.jpg d:\word\w-
orddokument.doc
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.
Combining several parameter
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 deleted using the dele-
tion method "medium security". Afterwards, a report on
the deletion will be created and saved on Drive D: with
the name test.html .
Oosecmd.exe --tempfiles all --security zero
--createreport --reportname d:\test_1.html
All temporary Windows and program files will be over-
written 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:\P-
ictures\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 deleted using the preset default method.