home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d7xx / d750 / splitq.lha / SplitQ / ReadMe < prev    next >
Text File  |  1992-10-12  |  3KB  |  80 lines

  1.                     Quarky proudly presents:
  2.  
  3.             >                                      <
  4.             >                SplitQ                <
  5.             >                                      <
  6.             >        Version 1.1 of 27.8.921m        <
  7.             >         ©1992 by Dieter Temme        <
  8.             >                                      <
  9.  
  10.           Written using Aztec C 5.2a Developer version
  11.  
  12.  
  13.  
  14. COPYRIGHT AND DISCLAIMER
  15. -----------------------------------------------------------------
  16. SplitQ is copyrighted 1992 by Dieter Temme.  All rights reserved.
  17. This  program  is  Freeware,  so no financial donations required.
  18. Redistribution  allowed  if  the package is left unchanged except
  19. for  addition  of  new  language  catalogs.   The  author  is not
  20. responsible  for  any  damage caused by the use or misuse of this
  21.         documentation and/or the program(s) it describes.
  22.  
  23.  
  24. Overview
  25. -----------------------------------------------------------------
  26. This directory contains the following files:
  27.  
  28. - ReadMe (this file)
  29. - ReadMe.info (icon)
  30. - DMakefile (makefile for Aztec C)
  31. - SplitQ.c (source code)
  32. - SplitQ (executable)
  33.  
  34. To use SplitQ you have to work with:
  35. - one Amiga running under at least AmigaOS 1.3.
  36.  
  37.  
  38. Description
  39. -----------------------------------------------------------------
  40. SplitQ  is the contrary to the AmigaDOS 'join' command.  It reads
  41. one  part  of  a file and writes it to a new file.  The format is
  42. like in BASIC's MID$() function.
  43.  
  44.  
  45. Start from Shell
  46. -----------------------------------------------------------------
  47. You  can  start  SplitQ  only  from shell, since it a DOS command
  48. (except  for  the  possibility to start it from Workbench through
  49. the menu item 'Execute Command...').
  50.  
  51. The   format   is   »SplitQ   SOURCEFILE/A,DESTFILE/A,OFFSET/N/A,
  52. LENGTH/N«,  where  only  the  last  parameter  is  optional.  The
  53. sourcefile  is  read from offset to the end or only the specified
  54. length  of  it.   This  part  is written to the destination file.
  55. Examples:
  56.  
  57. SplitQ file part1 0 200      (saves 200 bytes from the beginning)
  58. SplitQ file part2 200 500    (saves 500 bytes from offset 200)
  59. SplitQ file part3 700        (saves rest of file from offset 700)
  60.  
  61. Join part1 part2 part3 AS copy_of_file
  62.                     (rejoins the parts back to the original file)
  63.  
  64.  
  65. Version history
  66. -----------------------------------------------------------------
  67. 1.0: no extras, compiled with Aztec C.
  68. 1.1: syntax changed.
  69.  
  70.  
  71. Please send bug reports and ideas to:
  72.  
  73.                           Dieter Temme
  74.                         Freiherrenstr. 15
  75.                            5100 Aachen
  76.                              Germany
  77.  
  78.                          FidoNet 2:242/7
  79.                    Dieter_Temme@MOWGLI.FIDO.DE
  80.