home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug039.arc / SWAPCOPY.DOC < prev    next >
Text File  |  1979-12-31  |  4KB  |  86 lines

  1.                  --------
  2.                  SWAPCOPY
  3.                  --------
  4.  
  5.     A file transfer utility for single drive systems.
  6.  
  7.     Swapcopy has been designed to allow a single drive system
  8. to  be    used to transfer any file or group of files from diskette
  9. to diskette.  There are no restrictions on the number or size  of
  10. the files.
  11.     The  program  reads  the  file specification given in the
  12. command line, prompts the user to insert the disk containing  the
  13. source    files,    and  begins  reading  files  until  the transient
  14. program area is full or all the files have been read into memory.
  15. The user is then prompted for the destination disk, and the files
  16. are written out.
  17.     If the entire transfer can be completed in one pass,  the
  18. user  is  prompted  to    insert a system disk (i.e., one which has
  19. CP/M on it) in drive A, at which point    control  is  returned  to
  20. CP/M.
  21.     If  more  than one pass is necessary, the user will again
  22. be asked for the source disk, then the destination disk,  and  so
  23. on, until all the files have been transfered.
  24.  
  25.             ------------------
  26.             The command syntax
  27.             ------------------
  28.  
  29.     The command line expected is as follows:
  30.  
  31. A>swapcopy <file specification> [p][q][r]<cr>
  32.  
  33. where  <file  specification>  is an ambiguous or unambiguous file
  34. specification, and [p], [q], and [r] are  options,  as    explained
  35. below.
  36.  
  37.                -------------------
  38.                Response to prompts
  39.                -------------------
  40.  
  41.     When  the  system  has    asked  for a particular disk, you
  42. should hit return to acknowledge that the disk is ready.  You may
  43. instead hit control 'C' to abort the  copy  program.   Any  other
  44. response  will    print  a  message  which  explains the acceptable
  45. responses to the user.
  46.  
  47.                -----------
  48.                The options
  49.                -----------
  50.  
  51.     There  are  three  options available: the 'Print' option,
  52. the 'Query' option, and the 'Report' option.
  53.  
  54.     The Print option will print an 'O'  each  time    a  source
  55. file  is opened, a 'C' each time a destination file is closed, an
  56. 'M' each time a new file is made, and an  'r'  or  'w'    for  each
  57. sector    read  or   written.   This  option  was put in mainly for
  58. debugging and verification, but it makes an interesting  display.
  59.  
  60.     The  Query  option will print the name of each file which
  61. matches the file name given in the  command  line,  and  ask  the
  62. operator  if  the file under consideration should be copied.  Any
  63. response beginning with 'Y' or 'y' is taken as affirmative, while
  64. any other response will bypass the file.
  65.  
  66.     The Report option prints the name of each file transfered
  67. when the complete file has been copied to the  destination  disk.
  68.  
  69.               --------------
  70.               Correspondence
  71.               --------------
  72.  
  73.     Any  questions,  comments,  complaints,  suggestions,  or
  74. criticisms should be directed to the author:
  75.  
  76.               John M. Kodis 
  77.             350 Ashland Avenue
  78.                Buffalo, N.Y. 14222
  79.               (716) 834-9425
  80.  
  81.                  -------
  82.                  The End
  83.                  -------
  84.  End
  85.                  -------
  86.