in german/auf Deutsch


SET DelDir

This enables the OS/2 undelete function. If this line is set up all files you delete are not really deleted but instead are moved to a directory specified by the DELDIR variable.
If the total size of files in the delete directory is greater than the delete directory size the oldest files are deleted from the delete directory until the total size of files is smaller than the directory size. You must enable the delete directory function for every partition that you want to be able to recover files from.

SET DELDIR=Path1,Size1;Path2,Size2

Parameters:

  • Path

    Path must be a full path to an existing directory.

  • Size

    Size can be any value expressed in Kbytes.

See the examples below.

To use 4 megabytes of space for the undelete function on partition C: and 10 megabytes for the undelete function on partition E:, add this line to your config.sys file:

SET DELDIR=C:\DELETE,4096;E:\SYSTEM\DELETE,10240


Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0
Yes Yes Yes


SET Statements
  <<< Previous
Config.sys Home
Next >>>  


Last modified 27 May 1999 by Joerg Sievers at jogi@warpsite.de. - This page can be found from http://www.warpsite.de/en/csdp/SET_DelDir.htm
Copyright © 1998-2000 Oliver Poggensee, © 2000 Joerg Sievers