home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ABShare 2.00
-
- Copyright (c) 1992 ABSoft - ALL RIGHTS RESERVED
-
- Designed & Written by Jack Ridgway
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 1
-
- ABShare 2.00 Copyright (c) 1992 ABSoft - ALL RIGHTS RESERVED
-
-
-
-
- CONTENTS
-
- Disclaimer ..................................................... 3
-
- Freeware Agreement ............................................. 3
-
- Distribution Archive Contents .................................. 3
-
- What is ABShare ................................................ 3
-
- How to Use ABShare ............................................. 4
-
- Registration ................................................... 4
-
- Technical Support .............................................. 4
-
- Acknowledgements ............................................... 4
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 2
-
- ABShare 2.00 Copyright (c) 1992 ABSoft - ALL RIGHTS RESERVED
-
-
-
-
- DISCLAIMER
-
- Users of ABShare must accept this disclaimer of warranty: "ABShare
- is supplied as is. The author disclaims all warranties, expressed
- or implied, including, without limitation, the warranties of
- merchantability and of fitness for any purpose. The author
- assumes no liability for damages, direct or consequential, which
- may result from the use of ABShare."
-
-
- FREEWARE AGREEMENT
-
- ABShare is a "freeware program" and is provided at no charge to
- the user. Feel free to share it with your friends, but please do
- not give it away altered or as part of another system. ABShare
- may NOT be used in a commercial environment without purchasing the
- source code from ABSoft. A BBS operated for profit IS a commercial
- environment; however, a subscription system not operated for profit
- is not considered a commercial environment in relation to this
- agreement.
-
- Anyone distributing ABShare for any kind of remuneration must
- first contact ABSoft at the address below for authorization. This
- authorization will be automatically granted to distributors
- recognized by the (ASP) as adhering to its guidelines for shareware
- distributors, and such distributors may begin offering ABShare
- immediately; however, ABSoft must still be advised so that the
- distributor can be kept up-to-date with the latest version of
- ABShare.
-
-
- DISTRIBUTION ARCHIVE CONTENTS
-
- You will find the following files in TPSHAR10.*
-
- ABSHARE.TP6 - TP 6.0 ABShare Unit
- ABSHARE.TP7 - TP 7.0 & BP 7.0 Real Mode ABShare Unit
- ABSHARE.TPP - BP 7.0 Protected Mode ABShare Unit
- ABSHARE.DOC - ABShare Documentation
- ABSHARE.INT - Interface and Documentation on Using ABShare
- REGISTER.FRM - ABSoft Registration Form
- FILE_ID.DIZ - BBS Description of ABShare
-
-
- WHAT IS ABShare?
-
- ABShare is a Turbo Pascal Unit used for file record locking and
- Share detection.
-
-
-
-
- Page 3
-
- ABShare 2.00 Copyright (c) 1992 ABSoft - ALL RIGHTS RESERVED
-
-
-
-
- HOW TO USE ABShare
-
- If you are using TP 6.0, rename ABSHARE.TP6 to ABSHARE.TPU. If
- you are using TP 7.0, rename ABSHARE.TP7 to ABSHARE.TPU. Since
- this is a programmer's tool, I'm going to assume you have decent
- knowledge of computers in general, and Turbo Pascal in particular.
- Simply place ABShare in your USES statement.
-
- Uses
- Crt,
- ABShare,
- Dos;
-
- See the enclosed ABSHARE.INT for complete documentation on the
- Constants and Functions in ABShare.
-
-
- REGISTRATION
-
- ABShare is distributed as FreeWare. This is a contribution to
- all the shareware/freeware/pd programmers, to whom I certainly owe
- a lot. Please read the DISCLAIMER & FREEWARE AGREEMENT earlier in
- the documentation for more information.
-
- Source code is available from ABSoft. Please see the enclosed
- registration form for information and pricing.
-
-
- TECHNICAL SUPPORT
-
- ABSoft
- P.O. Box 55647
- Jackson, MS 39296-5647
-
- The Big Bang Theory BBS
- 601-366-1664 (HST/v.32bis)
-
- SL_Net 250:302/532
- FidoNet 1:3632/104
-
-
- ACKNOWLEDGEMENTS
-
- * Turbo Pascal is a registered trademark of Borland International
- * MS-DOS is a registered trademark of Microsoft Corporation
- * All other programs are copyright and/or trademarked by their
- respective author unless otherwise noted
-
-
-
-
-
- Page 4
-
- ABShare 2.00 Copyright (c) 1992 ABSoft - ALL RIGHTS RESERVED
-