home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / DOORS / DESERT11.ZIP / REGISTER.DOC < prev    next >
Encoding:
Text File  |  1991-01-12  |  5.8 KB  |  169 lines

  1.  
  2.                               COSMIC SOFTWARE
  3.  
  4.         Copyright (c) 1990 By Cosmic Software Ltd.  All rights are
  5.         reserved.  Unauthorized Duplication is strictly prohibited.
  6.         
  7.         License Agreement:
  8.         
  9.         You may distribute as many copies of this program with the
  10.         following distribution stipulations:
  11.         
  12.                  1.  You must distribute this file in it's original
  13.                      un-altered archive, (excluding archive format .ZIP, .ZOO
  14.                      etc.) with all files including DOC files and
  15.                      any other files that the original distribution
  16.                      file came with.
  17.             
  18.                  2.  This software MAY NOT be distributed by any software
  19.                      house, Shareware distributor, or any other organization
  20.                      other than individuals, or BBS Systems.
  21.             
  22.                  3.  You may not charge any amount for this software beyond
  23.                      a maximum of $2.00 for media fees.  YOU MAY NOT
  24.                      DISTRIBUTE THIS PROGRAM IF YOU CHARGE A HANDLING
  25.                      FEE to send the software.  A maximum of $1.50 shipping
  26.                      is allowed only if distributing this software via Mail
  27.             
  28.                   4.  No REGISTERED Version of this software may be dist-
  29.                       ributed for any reason whatsoever without the express
  30.                       written permission from the authors, or Cosmic Software
  31.                       Limited.
  32.             
  33. DISCLAIMER:
  34.             
  35.               This product is provided on an "as-is" basis.  Cosmic
  36.               Software Ltd does not accept responsibility for system
  37.               damage, loss of profit, or any special, incidental, or
  38.               consequential damages resulting from the use or inability
  39.               to use this product.
  40.             
  41.                     In other words...  Yer on yer own here buddy!
  42.  
  43.             
  44.             
  45.                         
  46.             Building your Batch File:
  47.         
  48.         Your batch file should do the following:
  49.  
  50.         1.  If a DORINFO1.DEF File does not exist, create it.
  51.         2.  change to the Desert Directory
  52.         3.  Run the program
  53.         4.  change back to the BBS directory
  54.         5.  Return to the BBS
  55.  
  56.         Example Used in TAG / QBBS/ RA and other DORINFO1.DEF systems
  57.  
  58. Filename:               SLOTS.BAT
  59.  
  60.            @Echo Off                   'Turns off the Echo Display
  61.            CD \BBS\doors\Desert        'Change to Slots Dir
  62.            Desert                      'Run the program
  63.            CD \BBS              'Change back to BBS dir
  64.            ^Z                   'F6 key - Usually you don't have to call BBS
  65.  
  66.  
  67.         Other BBS's can run this using various conversion programs available
  68.         on BBS's across the country.  The commands for these files vary,
  69.         and their docs should be read carefully.
  70.  
  71.         To run this software on such a system, insert the command line
  72.         for your converter right after the Echo Off, and before the CD
  73.         line.
  74.  
  75.         PCBOARD SYSTEMS:  Your BBS will need to convert from PCB to DORINFO,
  76.         and you should end your BAT file with the name BOARD to force the
  77.         system to return back to the BBS.
  78.  
  79.  
  80. The Program when it's running.
  81.  
  82.         Special Keys:
  83.  
  84.                 <F5> - Drop to DOS     -  Need I say more
  85.                 <F8> - Returns caller to BBS without saying so.
  86.                 <F10>- Chat with user
  87.  
  88.         Requirements:
  89.  
  90.             *   ANSI should be loaded in your CONFIG file.  I don't know
  91.                 many sysops who don't have that already installed.
  92.  
  93.             *   You should have available on your disk at least as many
  94.                 bytes free about 750k.  This is to
  95.                 give room for the maintenance, and user updating to function
  96.                 properly as it makes a duplicate of the .USR file to run
  97.  
  98. Options:
  99.  
  100.         This Door REQUIRES ANSI.SYS (No ASCI is Supported)       
  101.  
  102.         There are no command line options!
  103.  
  104.  
  105.         That's it for the instructions...  Now for the financial end of
  106.         this software!
  107.  
  108. REGISTRATION:
  109.  
  110.         If you like, and use this software on your BBS, a $40 registration
  111.         fee is requested.  Registration makes you eligible for free updates
  112.         when available, sent to your house, or BBS.  When you register, you
  113.         will receive the latest version of the software (unless you already
  114.         have it)
  115.  
  116.         Please fill out the form below, and mail to:
  117.  
  118.                 COSMIC SOFTWARE LIMITED
  119.  
  120.                 P.O. Box 4282
  121.  
  122.                 Rome, N.Y.  13440
  123.  
  124.         PLEASE Make Checks Out To:
  125.  
  126.               
  127.                                    Sheila Koziomkowski
  128.  
  129.                
  130. ---------------------------------(cut here)-----------------------------------
  131.  |Control #|
  132.  |V10B00001|       DESERT FIELD VERSION 1.0 REGISTRATION
  133.  -----------
  134.  
  135.         Your Name: _____________________________________________
  136.  
  137.         BBS Name:  _____________________________________________
  138.  
  139.         BBS Software:___________________________________________
  140.  
  141.         FIDO-NET # _____________________________________________        
  142.  
  143.         BBS Number: ____________________________________________
  144.  
  145.         Voice Numb: ____________________________________________
  146.  
  147.         Address: _______________________________________________
  148.  
  149.                  _______________________________________________
  150.  
  151. NOTE:  Please set up an account on your BBS with the name COSMIC LTD and
  152.        the password of your choice for us.  We'd like to see what you've
  153.        done with our software...
  154.  
  155.        Please PRINT the Password you used here: _______________________
  156.  
  157.        Thank you.
  158.  
  159. ------------------------------------------------------------------------------
  160.  
  161. Any Comments:
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.