home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource4 / 284_01 / copyall.doc < prev    next >
Encoding:
Text File  |  1989-03-13  |  1.0 KB  |  28 lines

  1. NAME
  2.     COPYALL.HEX    Utility to copy virtual CP/M disks
  3.  
  4. SYNOPSIS
  5.     i8080 -b copyall.hex -A from -B to
  6.  
  7. DESCRIPTION
  8.     COPYALL, a stand alone program, works under I8080 and copies
  9.     virtual disks. A source disk is replaced with "from" and 
  10.     a destination disk is replaced with "to" in the command line.
  11.     After the execution, it terminates I8080.
  12.  
  13.     When copying files between virtual disks, you could use a copy utility
  14.     supplied by the operating system. However, COPYALL can copy 
  15.     files between virtual and physical disks.
  16.  
  17.     The advantage over the PIP program is the execution speed and that it 
  18.     doesn't require CP/M for the execution. 
  19.     The disadvantage of the program is that the size of the virtual disk
  20.     reaches the maximum size no matter how many files are included in
  21.     the disk.
  22.  
  23. WARNINGS
  24.     No error checking is performed during the execution.
  25.     You can't terminate the program until it finishes.
  26.  
  27.  
  28.