home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1997 January / CD_shareware_1-97.iso / DOS / COMUNICA / BASEMENT.ZIP / MEXSPLIT.ZIP / MEXSPLIT.DOC < prev    next >
Encoding:
Text File  |  1996-10-18  |  5.7 KB  |  142 lines

  1.  
  2.  ─────────────────────────────────────────────────────────────────────────────
  3.                           
  4.                           BASEMENT PROGRAMS LTD.
  5.                             21 Greenford Drive
  6.                             Hamilton, Ontario
  7.                              Canada, L8G-2G4
  8.                          
  9.  ─────────────────────────────────────────────────────────────────────────────
  10.  
  11.                                 Disclaimer
  12.                                 ──────────
  13.  
  14.    This archive contains programs which when installed read, and sometimes
  15.    write to your computers storage medium.  By installing any of these
  16.    programs, you the user, assume responsibility for the protection of your
  17.    data, programs, and any other information which may be contained within
  18.    your system.  
  19.  
  20.    Basement Programs assumes no responsibility or liability for any damage
  21.    that may occure while using these programs.  They have all been tested
  22.    extensively, and work on our systems.  All of the archives have been 
  23.    tested before release and were virus free at the time of release.
  24.    
  25.    It is suggested that you "Back Up" your system before installing any of
  26.    these programs or any other for that matter.  
  27.  
  28.  ─────────────────────────────────────────────────────────────────────────────
  29.                                
  30.                                   Mexsplit
  31.                                ───────────────
  32.  
  33.             Contained within this archive are the following files:
  34.                              
  35.                MEXSPLIT.VM  - The Program
  36.                MEXSPLIT.DAT - Small Configuration file
  37.  
  38.     This program will allow your users to split large files (that they 
  39.     couldn't download in one session) into smaller pieces that are more
  40.     managable for download.  The program uses the settings for each 
  41.     security level (maximum daily download) to determine it's split size
  42.     for the program.  The program updates the files.bbs file in the 
  43.     directory where the split files are placed.  It indicates the number
  44.     of pieces, when it was split, and who it was for.  It also generates
  45.     a batch file for the user to connect or join the pieces back together
  46.     when they have downloaded all the parts.
  47.   
  48.  
  49.  ─────────────────────────────────────────────────────────────────────────────
  50.  
  51.                                Installation
  52.                                ────────────
  53.  First copy the VM file to the directory in which you keep all your compiled
  54.  MEX files (VM Extension - ie. C:\Max\M).  Next copy the "Mexsplit.Dat" file
  55.  to your system directory (ie. C:\Max).  Edit the Mexsplit.Dat file using and
  56.  enter the following information:
  57.  
  58.   Line 1:  The maximum size to split any file in k  ie: 750 = 750k
  59.            (reguardless of the access level setting)
  60.   Line 2:  The name of the File area to place the files once split.
  61.   Line 3:  Log split information toggle (1=yes to log or 0=no don't log)
  62.  
  63.  
  64.   ie: If you use divisions or not, numeric or alpha area names, include the
  65.       true name as you have it configured in your Filearea.ctl file.
  66.  
  67.   Personally I use:
  68.  
  69.   In Menus.ctl - Files Menu:
  70.  
  71.          MEX       C:\Max\M\Mexsplit        Normal "Split file for DL"
  72.  
  73.   In my Filearea.ctl I have:
  74.  
  75.       Filearea 74
  76.           ACS       Normal
  77.           Desc      Files Split for Download
  78.           Download  C:\Files\Split\
  79.           Upload    C:\Files\Uncheck\
  80.       End Filearea
  81.  
  82.   Compile using "SILT" and then edit the Mexsplit.Dat file (using above 
  83.   examples) to read:
  84.  
  85.         750
  86.         74
  87.         1
  88.  
  89.   You should now be ready to split those large files on a need to split 
  90.   basis.  You can also get creative and have the system delete split files
  91.   during your daily maintanance routines.  
  92.   
  93.  ─────────────────────────────────────────────────────────────────────────────
  94.  
  95.                            Source Code & Support
  96.                            ─────────────────────
  97.  
  98.   I choose not to include my source code in distribution archives.  While 
  99.   these programs are not crippled in any way, I like people to acknowledge
  100.   my work by sending either a small fee for the source or a note to say 
  101.   thanks for a great program.
  102.  
  103.   Support and updates are also available for these programs (although I 
  104.   can't immagine people needing support for these).
  105.  
  106.   For the source files/updates to be delivered to you directly, a charge
  107.   of $5.00 Canadian for the program, should be sent to the author.  This 
  108.   is not some get rich quick scheme, but rather offsets the costs of 
  109.   distribution, and phone calls to deliver the product to you.  If you 
  110.   have the source, you can easily change the program to suit your needs, 
  111.   be it language, output, colour, or use it to learn more about MEX
  112.   programming.
  113.  
  114.   To Recieve the Updates/Source, send a cheque or money order (please no 
  115.   cash), in Canadian funds to:
  116.  
  117.                  Greg Foley
  118.                  21 Greenford Drive
  119.                  Hamilton, Ontario, 
  120.                  Canada, L8G-2G4
  121.  
  122.         Please indicate which programs you are registering for:
  123.  
  124.         
  125.         Your Name: ______________________________________________________
  126.  
  127.      Your Address: ______________________________________________________
  128.  
  129.    Your BBS Phone: _____________________
  130.  
  131.    Your FidoNet #: _____________________ (if applicable).
  132.  
  133.   Thanks in advance, and I hope you enjoy using the programs that we 
  134.   produce here at Basement Programs Ltd.  
  135.  
  136. ─────────────────────────────────────────────────────────────────────────────
  137.  
  138.              MAXIMUS & MEX are trademarks <c>1995 Lanius Corporation.
  139.           Thanks Scott for such a great program to use and program with!
  140.  
  141.  
  142.