Command Prompt Commands .com

 

undelete command

             Name a star after a person

 
Restores file previously deleted with del. By default all undeleted files in the working directory are restored. The options are used to change this behaviour. If the MS-DOS mirror TSR program is used, then deletion tracking files are created and can be use by undelete.

Options :

  • /list : lists the files that can be undeleted.
  • /all : Recovers all deleted files without prompting. Uses a number sign for missing first character.
  • /dos : Recover only MS-DOS aware files, ignore deletion tracking file.
  • /dt : Recover only deletion tracking file aware files.
undelete [filespec] [/list|/all][/dos|/dt] 
    

Command Prompt Commands » undelete