home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / FLOPPIES / SMARC.ZIP / SMARC.TXT < prev   
Encoding:
Text File  |  1990-10-10  |  790 b   |  20 lines

  1. Smar<t>C<opier> (C) 1990 by Alex V.Reshetov. Version 1.0
  2.  
  3. Program will back up a single file to
  4. set of diskettes or restore it.
  5. Usage: Smarc [{-n|-r|-e|-c|-d}...] {<file_name> [d:] | d:}
  6.  ╔══════════╗  -n|-r|-e - none|russian|english language;
  7.  ║          ║  -c       - clear diskette(s) before using it;
  8.  ║ FLAGS    ║  -d       - delete source file(s);
  9.  ║          ║  <file_name> [d:]        - copy <file_name>;
  10.  ║ MEANING  ║  to diskette(s) in d: (dafault a:) and
  11.  ║          ║  d: (without file_name!) - restore
  12.  ╚══════════╝  previously saved file.
  13. For example:
  14.     SMARC dump.zip a:
  15.           - copy dump.zip to diskette(s) in a:
  16.             (it's the same as "SMARC dump.zip")
  17.     SMARC a:
  18.           - restore it.
  19. SMARC will use volume label for specific purposes.
  20.