home *** CD-ROM | disk | FTP | other *** search
- =============================================================================
- USER INSTRUCTIONS FOR "WIPEOUT.EXE"
- (freeware by Steve Dunn)
- V1.2 Released 10/28/93
- =============================================================================
-
-
- Thanks for trying my freeware program, "WIPEOUT.EXE". You should have
- received three files as part and parcel of this software program -
-
- [1] WIPEOUT.EXE - the main program executable file
-
- [2] WIPEOUT.INI - the configuration list of files to be excluded from
- processing by WIPEOUT.EXE (can be overridden at run
- time by use of the "/I" command line parm).
-
- [3] WIPEOUT.DOC - this file, containing program documentation.
-
-
-
- =====================================================================
- *** PLEASE READ THIS DOCUMENTATION FULLY BEFORE USING WIPEOUT.EXE ***
- =====================================================================
-
-
-
- This program may be copied and distributed freely for any not-for-profit
- use by anyone and/or any organization. You are under no obligation to send
- me (or anyone else!) any money for using this utility.
-
-
- However, please be aware that this software is provided "as-is", and by
- the act of using it, YOU AGREE TO ACCEPT FULL RESPONSIBILITY FOR ANY AND ALL
- CONSEQUENCES.
-
-
- I welcome your feedback, input, etc on this utility. The best way to
- reach me is via CompuServe - 70034,2454
-
-
- WIPEOUT.EXE was written primarily in Microsoft BASIC V7.1 and includes a
- few "home-grown" assembly language routines. If you'd like the source code,
- please feel free to contact me via CompuServe.
-
-
- WIPEOUT.EXE should function on any 100% MS-DOS compatible machine, using
- DOS V2.0 or higher.
-
- -----------------------------------------------------------------------------
- WHAT IS WIPEOUT.EXE?
- -----------------------------------------------------------------------------
-
- WIPEOUT.EXE is an improved file-deletion utility which provides a measure
- of security against the various "file un-deletion" utilities currently on the
- market. Since WIPEOUT will delete ANY file (including READ-ONLY, HIDDEN, and
- SYSTEM files) beyond recovery, BE *CAREFUL* WHEN USING WIPEOUT!!
-
-
- WIPEOUT.EXE is invoked from the DOS command line by simply typing:
-
- WIPEOUT [d:][\path\] filespec.ext [/I] [/?]
-
- where
-
- [d:] - is an optional drive specification. The default here
- will be the current DOS default drive.
-
- [\path\] - is an optional DOS path specification. The default
- here will be the current DOS path.
-
- filespec.ext - is a NON-OPTIONAL DOS file name specification.
- Note that DOS wildcard characters ("*" and "?") are
- recognized.
- - If you omit this parameter, WIPEOUT.EXE will only
- display a summary usage info screen.
-
- [/I] - is an OPTIONAL parm which instructs WIPEOUT to ignore
- the WIPEOUT.INI file (which includes the names of files
- which should NEVER be wiped out, such as COMMAND.COM for
- example).
- - See the section below named "USING WIPEOUT.INI" for
- more detailed info.
- - IF YOU USE THIS PARAMETER, the "/I" MUST BE THE
- FINAL 2 CHARACTERS ON THE COMMAND LINE. This is
- (hopefully) for your added safety...
-
- [/?] - causes WIPEOUT.EXE to display summary usage
- instructions. Note that simply typing WIPEOUT alone,
- with NO other parms, also brings up this summary usage
- info.
- - If the "/?" characters appear ANYWHERE on the
- command line, you will get this summary usage info.
-
-
- NOTE: - WIPEOUT.EXE will never take action without giving you at least
- one chance to back out - see "USING WIPEOUT.EXE - Secure File
- Deleter", below.
-
- - In other words, you can type "WIPEOUT *.*" without fear!
- You'll get a chance to confirm all, some, or none of the files at
- the next step in the process!
-
- - WIPEOUT.EXE can handle up to a maximum of 5,000 files per
- directory.
-
- USING WIPEOUT.EXE - Secure File Deleter
- ---------------------------------------
-
- When you have invoked WIPEOUT.EXE, you will be presented with a screen
- which tells you how many matching files have been found, and how
- many "protected" file names have been found in WIPEOUT.INI (if any) and
- asking you to select one of the following four options:
-
-
- [1] Press F1 to display a sorted listing of all files WIPEOUT.EXE is
- preparing to process. Note that any files which match names in the
- WIPEOUT.INI file (see below, and assuming you have not used the "/I"
- command line parm when invoking WIPEOUT.EXE) will appear in a dimmer
- color than those which do not match any file name in WIPEOUT.INI.
- WIPEOUT.EXE will NOT wipe these files during this session, no matter
- what. Note that WIPEOUT.EXE can handle a maximum of 5,000 file
- names per DOS directory.
-
-
- [2] Press F2 to begin wiping out the matching files on a one-by-one
- basis. Note that protected files (file names which appear in
- WIPEOUT.INI) are automatically (and unavoidably) skipped (unless
- the "/I" command line option was used when invoking WIPEOUT.EXE).
-
- As each file is displayed, you are asked to select a one-letter
- option, from the choices which follow:
-
- Y = yes, go ahead and wipeout this one file
- N = no, skip this one file
- A = yes, wipe out this file AND ALL THE REST OF THE MATCHING FILES
- WITHOUT ASKING FOR ANY FURTHER CONFIRMATION.
- Q = exit WIPEOUT immediately without wiping the current file.
- ESC = same as Q
- ENTER = causes WIPEOUT.EXE to attempt to shell to a program named
- "LIST" and passes the currently hilited file name to this
- program as a command line parameter. This is intended to
- allow you to examine the contents of a file BEFORE you wipe
- it out, but it works ONLY if you have a program named
- "LIST.COM", "LIST.BAT", or "LIST.EXE" readily available on
- your DOS PATH= ENVIRONment string. WIPEOUT.EXE itself
- contains no code to enable file browsing.
-
-
- [3] Press F3 to immediately wipe out all the matching files WITHOUT
- ASKING FOR ANY FURTHER CONFIRMATION.
-
- [4] Press ESC to exit WIPEOUT.EXE and return to DOS without
- processing any files.
-
-
- Note that with F2 and F3, WIPEOUT.EXE provides a one-line status display
- of the progress it is making as the file is wiped. If this list exceeds to
- the number of screen rows in the display area, it will scroll as needed.
-
- WHAT DOES WIPEOUT.EXE DO?
- ------------------------
-
- When WIPEOUT.EXE processes a file, three separate things occur:
-
-
- [1] Firstly, the entire file (every single byte) is overwritten with a
- HEX 0 character (for you BASIC programmers, this is a CHR$(0) character).
-
-
- [2] Next, the file is renamed to a new, randomly-generated file name.
- (Note for techies - this does NOT require DOS 3.3; the new file name is
- generated from numerical values and the tilde character. Then the new
- name is checked against the existing contents of the directory to be sure
- no file already exists with that name).
-
-
- [3] Finally, the file is deleted using an equivalent to the DOS DEL
- command.
-
-
- The end result is an erased file which cannot be viewed (it's contents
- are all "0") and which cannot be identified by its pre-WIPEOUT file name.
- You *CAN* unerase this if you have a mind to (and if you have suitable
- file-unerasing utility) but you will get only a useless, unidentifiable
- directory entry and file full of zeros. (Try it with an expendable file and
- see for yourself)
-
- USING WIPEOUT.INI
- -----------------
-
- WIPEOUT.EXE allows you to specify certain files which will normally never
- be WIPEd OUT by placing the names of those files in a file named
- "WIPEOUT.INI". See the included WIPEOUT.INI file for examples.
-
- Note that WIPEOUT.EXE always respects what you put into WIPEOUT.INI
- EXCEPT in 3 cases:
-
- [1] WIPEOUT.INI is not located on the current DOS PATH= ENVIRONment parm
- string (the current default directory is NOT the same thing!)
-
- NOTE: WIPEOUT.EXE will examine up to the first 40 DOS PATHs in
- your "PATH=" ENVIRONment string when attempting to locate
- WIPEOUT.INI. If more than 40 paths are found, you will be
- given a warning and asked whether you want to continue,
- since it is possible that WIPEOUT.INI may NOT BE FOUND).
- NOTE: If WIPEOUT.EXE finds NO DOS PATHs in the "PATH="
- ENVIRONment string (or no DOS "PATH=" string at all), you
- will be warned that WIPEOUT.INI will NOT be used, and will
- be given the chance to exit.
-
- [2] You have (for whatever reason) renamed WIPEOUT.INI to any other name;
-
- [3] You have used the optional "/I" parameter on the WIPEOUT.EXE command line.
-
-
- NOTE: - Do NOT use DOS WILDCARD characters in the WIPEOUT.INI file. Use
- ONLY unique DOS file names. And you should NOT enter any PATH
- specifications with these file names - just the plain old name (file
- name and extension, if any).
-
- - You can edit this WIPEOUT.INI file with any text file editor (each
- line in the WIPEOUT.INI file MUST end with a carriage return/line
- feed - hex 0D0A for you techies out there).
-
- - You can enter comments on each file name line if you wish
- (see the examples in the sample WIPEOUT.INI file provided) ONLY
- if you make certain that the comments start AFTER column 13.
-
- - WIPEOUT.INI will handle up to 50 different file names. If
- more than 50 names are entered, you will be given a warning and
- the chance to terminate WIPEOUT.EXE, since any file name(s)
- beyond the 50th will NOT be protected.
-
- - The WIPEOUT.INI should *NOT* be renamed (although you can rename
- WIPEOUT.EXE, if you want) and *MUST* reside somewhere on the DOS PATH
- as defined (most commonly) in your system's AUTOEXEC.BAT file. (If
- you want to know which DOS directories are currently on your DOS
- PATH, type "PATH <enter>" at the DOS prompt).
- Note that merely having WIPEOUT.INI in the current default DOS
- path is NOT the same thing as being in the DOS PATH= ENVIRONment
- parameter.
-
- - If the WIPEOUT.INI file cannot be found (or if it contains NO file
- names), then the opening WIPEOUT.EXE screen will display the legend
- "0 files in WIPEOUT.INI"; otherwise, this legend will tell you how
- many different file names are being protected. (If you have used the
- "/I" command line parm, then this legend will read "WIPEOUT.INI is
- IGNORED".)
- =============================================================================
- END OF WIPEOUT.EXE V 1.2 DOCUMENTATION
- =============================================================================