home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP1.ZIP / HELPDOS3.ZIP / BACKUP.### < prev    next >
Encoding:
Text File  |  1985-12-27  |  1.1 KB  |  22 lines

  1. COMMAND:  BACKUP (Backup Fixed Disk)
  2.  
  3. FUNCTION: Backs up one or more files from a fixed disk to diskettes.
  4.  
  5. FORMAT:   BACKUP [d:][path][filename[.ext]] d:[/S][/M][/A][/D:mm-dd-yy]
  6.  
  7. TYPE:     DOS external command
  8.  
  9. REMARKS:  /S causes the files in all sub-directories to be backed up in
  10.           addition to the files in the specified directory.
  11.           /M backs up only files that have been modified since the last backup.
  12.           /A indicates that backed up files should be added to the files on the
  13.           the diskette already in the specified drive. Otherwise, you are
  14.           prompted to insert a diskette and existing files are over-written.
  15.           /D indicates that only those files that have been created on or after
  16.           the specified date are to be backed up.
  17.           The first parameter is the fixed disk file to be backed up. The
  18.           second parameter is the backup diskette drive. Omitting the path
  19.           causes files in the current directory to be backed up. Omitting a
  20.           filespec causes all files to be backed up. Global filename
  21.           characters are allowed in the filespec. See RESTORE.
  22.