home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / fileutil / alsplit.arj / ALSPLIT.DOC next >
Encoding:
Text File  |  1990-11-09  |  2.4 KB  |  61 lines

  1.                   Alsplit v 1.0, (c) 1990 Andy Lawrie, Softronix
  2.                   ----------------------------------------------
  3.  
  4. Alsplit breaks a single large file on a hard disk over several floppies. The
  5. floppies can contain other files. Alsplit will use whatever space is left on
  6. them, although it won't bother to use a floppy if there is less than about 10Kb
  7. free to avoid splitting a file into too many tiny fragments.
  8.  
  9. The output is self merging, i.e. the file on the first floppy is a .exe file
  10. which is executed to re-create the original file. Files on subsequent floppies
  11. have the extension .e01, .e02, etc. This may seem an unusual way to do it but
  12. it does overcome all problems with availability and versions when recovering
  13. the original file at the cost of an increase in file size which is minute when
  14. compared to the files it works with.
  15.  
  16. It does not compress files, so if this is required you should pre-compress with
  17. PKZIP or similar.
  18.  
  19. The syntax to split a file is :-
  20.  
  21.      alsplit source destination
  22.  
  23. where 'source' is a path to a single file, e.g.
  24.  
  25.      fred.doc doc\test.exe c:\win\doc\help.wri
  26.  
  27. and destination is a path to a single file but without the file type
  28. (extension), e.g.
  29.  
  30.      a:tom jerry
  31.  
  32. In both cases, if a relative path or just the file is specified, the current
  33. drive and directory will be used as the starting point. Be careful if
  34. specifying a destination path as the path should be valid for all floppies used
  35. in the operation.
  36.  
  37. The source must not be a floppy disk (where a floppy disk is defined as drive A
  38. or B). The destination should be a floppy; the program will work if it is not,
  39. but there really isn't any point.
  40.  
  41. The original filename and type, but not the path, are stored in the destination
  42. file.
  43.  
  44. To restore a file from floppies to a hard disk, the syntax is :-
  45.  
  46.      xxx [destination]
  47.  
  48. where xxx is the name given to the file when split, and destination is an
  49. optional drive and/or path and/or filename and type. If destination is omitted,
  50. the current drive will be used with the stored filename and type. If any part
  51. of the destination is specified, it will override the relevant parts of these
  52. defaults. Note that if a destination directory is specified without a file
  53. name, the specification should end with \. The destination should not be a
  54. floppy.
  55.  
  56. This is a Beta test version, so please let me know of any problems.
  57.  
  58.  
  59.                                   Andy
  60.  
  61.