home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / pcmag / vol8n09.zip / SLICE.DOC < prev    next >
Text File  |  1989-04-03  |  2KB  |  45 lines

  1.  
  2. SLICE (and SPLICE)
  3. Command
  4.  
  5. Bob Flanders and Michael Holmes
  6. 1989 No. 9 (Utilities)
  7.  
  8.  
  9. Purpose:    Spreads a DOS file too large to be copied onto a single floppy
  10. disk across multiple diskettes, enabling the file to be restored onto a second
  11. machine.
  12.  
  13. Format:    SLICE [d:][path]filename[.ext] d:
  14.     
  15. Remarks:    The filename of the file to be divided may be preceded with a
  16. drive and/or path, if needed.  The d: 20target drive may be any drive that DOS
  17. recognizes as a removable medium.  Diskettes from 160KB to 1.44MB capacity may
  18. be used, as may disk cartridges whose device driver identifies them as employing
  19. a removable medium.
  20.  
  21.     As each target diskette becomes filled, the user is prompted to insert a
  22. fresh one; up to 99 formatted target disks may be accommodated.  On the first of
  23. these, SLICE also creates a short (approximately 1KB) program, SPLICE.COM, which
  24. is subsequently used to reassemble the separate sections into which filename has
  25. been broken.  The syntax for SPLICE.COM is:
  26.  
  27. Format:    d:\SPLICE s: [t:][path]
  28.  
  29. Remarks:    The d: parameter designates the drive on which SPLICE.COM has
  30. been written, and s: designates the source drive.  Normally, these are the same. 
  31. The optional t: and path identify the hard disk/path onto which the file is to
  32. be reassembled as single entity.  If these latter parameters are unspecified,
  33. the default drive and directory will be used for restoration.  The original
  34. filename cannot be changed in either the SLICE or SPLICE operations, each of
  35. which requires approximately 34KB of available memory.
  36.  
  37. Note:    Although the DOS BACKUP and RESTORE utilities also permit a single file
  38. to be divided among multiple disks, they require that the same version of DOS be
  39. present on both the originating and the receiving machines.
  40.  
  41.     SLICE.COM, its source code file, SLICE.ASM, and SLICE.BAS, a program
  42. that will automatically generate SLICE.COM when run once in BASIC, are available
  43. for downloading by modem from PC MagNet (see the "SLICE by Modem" sidebar).
  44.  
  45.