Restores files that were backed up by using the DOS BACKUP command.
RESTORE drive1: drive2:[path[filename]] [/S] [/P] [/B:date] [/A:date] [/E:time]
[/L:time] [/M] [/N] [/D]
drive1: Specifies the drive on which the backup files are stored.
drive2:[path[filename]]
Specifies the file(s) to restore.
/S Restores files in all subdirectories in the path.
/P Prompts before restoring read-only files or files changed since
the last backup (if appropriate attributes are set).
/B Restores only files last changed on or before the specified date.
/A Restores only files changed on or after the specified date.
/E Restores only files last changed at or earlier than the specified
time.
/L Restores only files changed at or later than the specified time.
/M Restores only files changed since the last backup.
/N Restores only files that no longer exist on the destination disk.
/D Displays files on the backup disk that match specifications.