home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR8 / CUT_10.ZIP / CUT@.DOC next >
Text File  |  1993-06-25  |  3KB  |  36 lines

  1. ╒════════════════════════════════════════════════════════════════════════════╕
  2. │        CADMOS Computer WorkShop - 26, Skoufa Street, Athens 106 73         │
  3. │     Phone +30-1- data: 363 5482, 360 6044, 360 6046 (Cadmos/CHAOS BBS)     │
  4. │               voice: 361 1030, 360 6052       FAX: 360 6059                │
  5. ╘════════════════════════════════════════════════════════════════════════════╛
  6.         ┌────────────────────────────────────────────────────────────┐
  7.         │ Cut@.EXE, version 1.0  -  Cuts specified file in two parts │
  8.         └────────────────────────────────────────────────────────────┘
  9. ┌────────────────────────────────────────────────────────────────────────────┐
  10. │(c) All rights reserved. Use prohibited in a professional, business or      │
  11. │    commercial environment without prior written licence by the author.     │
  12. │                                                                            │
  13. │ Feel free to copy and distribute this program. You may use it and evaluate │
  14. │ it for 30 days. After this period, you may only use it while you are a     │
  15. │ subscriber to Cadmos/CHAOS BBS :-)                                         │
  16. └────────────────────────────────────────────────────────────────────────────┘
  17.  
  18. ┌──────────────────────────────────────────────────────────────────────────────┐
  19. │ Cut@.EXE, Ver 1.0, (c) 1993, Haris Courouclis (CADMOS), (301) 361 1030       │
  20. │                                                                              │
  21. │ FORMAT:  Cut@ infile outfile [/f] SearchString                               │
  22. │     or:  Cut@ infile outfile1 /b outfile2 SearchString                       │
  23. │                                                                              │
  24. │ Cut@ will cut infile where the first occurence of SearchString is found and  │
  25. │ will copy the part up to (but not including) SearchString to outfile.        │
  26. │                                                                              │
  27. │ If the /f switch is used then the part of infile FROM (and including)        │
  28. │ SearchString will be written to outfile.                                     │
  29. │                                                                              │
  30. │ When using the first format, if outfile is '-' or '=' then infile is renamed │
  31. │ to *.BAK or *.$1..99 and the part cut is written to infile.                  │
  32. │                                                                              │
  33. │ When using the second format, infile is split between outfile1 and outfile2  │
  34. │ The /b switch should then be the 3d parameter.                               │
  35. └──────────────────────────────────────────────────────────────────────────────┘
  36.