home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / VALL_100.ZIP / VIEWALL.DOC < prev    next >
Encoding:
Text File  |  1993-09-02  |  7.0 KB  |  200 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                                     VIEWALL v1.0
  8.                            File viewing front end utility
  9.                       For all DOOR.SYS compatible BBS systems!
  10.                                   By Larry A. Paul
  11.                                Midnight Express BBS!
  12.                                    (313) 736-8672
  13.                                      Flint,  MI
  14.  
  15.  
  16.  
  17.        DISCLAIMER
  18.  
  19.             This program is provided "AS IS" and it is WITHOUT warranty
  20.             of any kind that it will work correctly in any or all
  21.             situations. No liability shall be assumed for direct or
  22.             consequential damage caused by the use of this software.
  23.             The only claim I make is that there are no intentional bugs
  24.             or fatal errors in any original copy of the program that you
  25.             receive directly from Midnight Express BBS!
  26.  
  27.  
  28.             VIEWALL was created with the SysOp of a DOOR.SYS compatible BBS
  29.        system in mind,   While the SysOp is locally logged onto there board
  30.        and would like to view a newly uploaded GIF file,  You used to either
  31.        have to take the board down or drop to DOS,  find the file,  type in
  32.        the proper command line to invoke your GIF viewing program.
  33.             NOT ANY MORE!   With viewall,  Just use your normal BBS command
  34.        used to view a file while online and VIEWALL will shell to the proper
  35.        program and view it!   Currently VIEWALL supports,  *.BMP, *.GIF,
  36.        *.JPG, *.PCX, *.TGA and *.TIF and will also play Autodesk Animator
  37.        *.FLI files,  But hold on,   VIEWALL will also play *.VOC, *.CMF,
  38.        *.WAV and *.MID files on your SoundBlaster (or SB compatible board).
  39.        And we cant forget *.ZIP, *.ARJ's etc.   VIEWALL will shell to your
  40.        normal archive viewer also.
  41.             Here's how it all works,   VIEWALL reads your DOOR.SYS file to
  42.        determine whether the user is on locally or is calling from remote,
  43.        If the call is a remote user VIEWALL will just shell out to your
  44.        normal archive viewer program (Aviewcom is highly recommended!)  and
  45.        work as normal,   But when the call is local,   Most any file format
  46.        can be viewed or played,   Even high resolution graphics!   No need to
  47.        worrie about graphics viewer programs making your screen stick at the
  48.        graphics file resolution either,   When done viewing the file,
  49.        VIEWALL will make sure your board will be in 80x25 text mode,  The way
  50.        it found it to begin with..   I have been running this program on my
  51.        board for a while now with extremely good results,   I've used it to
  52.        view (or listen to) every type of file mentioned above,  And have
  53.        viewed everything from 320x200x16,  1024x768x256 and even 16.8 million
  54.        color TGA's and JPG (JPEG compressed files)
  55.             VIEWALL.EXE must be somewhere in your path (I recommend that you
  56.        place it in your boards home path i.e. - C:\WC30 for Wildcat systems,
  57.        But C:\WC30 must be accessible by your path!)   VIEWALL uses a short
  58.        configuration file that MUST reside in your BBS home path (C:\WC30
  59.        C:\PCB C:\GAP etc.) VIEWALL will get this information from your
  60.        DOOR.SYS file and look there for its configuration file.
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.             To run the program set up your VIEWCOMP.BAT file as follows,
  74.  
  75.        @ECHO OFF
  76.        CD\WC30\WCWORK\NODE%WCNODEID%
  77.        VIEWALL %1
  78.  
  79.        Change the above as needed for your BBS software.  VIEWALL MUST be ran
  80.        from the directory where your drop files are located  (drop files =
  81.        DOOR.SYS,  USERINFO.DAT etc)   in order to read your DOOR.SYS file.
  82.        VIEWALL will also re-write your DOOR.SYS file incase of a RIP caller,
  83.        So theres no reason to use a door conversion program (Useful for your
  84.        archive viewer program)
  85.             VIEWALL's configuration file is a plain ASCII text file that can
  86.        be edited with any text editor.  (See the configuration file provided
  87.        for an explanation of its usage)     Here's the programs you'll need
  88.        for VIEWALL to function properly,
  89.  
  90.        1  An archive file viewer (Aviewcom preferably)
  91.        2  A GIF file viewer (HiColor versions are preferred, But your VGA
  92.             card must support HiColor.  Cshows just fine if you don't have
  93.             HiColor capabilities)
  94.        3  A FLI file player,  (AAPLAY was the only tested player)
  95.        4  A JPG file viewer (HiColor VGA cards & software defiantly produces
  96.             the best results with JPG's)
  97.        5  A TGA viewer (Again,  HiColor VGA hardware & software works best)
  98.        6  A BMP viewer (Cshows the only one I know of that displays BMP's
  99.             from the DOS command line)
  100.        7  A TIF viewer
  101.        8  A SoundBlaster (or compatible sound card)
  102.        9  A VOC player program
  103.        10 A CMF player program
  104.        11 A MID player program
  105.        12 A WAV to VOC converter program
  106.             (All SB utility programs come with your SoundBlaster card!)
  107.        13 A DOOR.SYS compatible BBS software program
  108.        14 VIEWALL.EXE must be run on a 286 or higher cpu ONLY!
  109.  
  110.        Any or all functions can be omitted from running of the program if you
  111.        so choose..
  112.  
  113.             The registered VIEWALL is completely invisible to remote as well
  114.        as local users, It simply looks at the DOOR.SYS file to determine if
  115.        the call is a local call or a remote user and then shells accordingly
  116.        to the proper command to view the selected file (Remote users are
  117.        ALWAYS placed into your archive viewer)  The unregistered version will
  118.        display a short message when exiting (to the local screen only)
  119.        stating that its a unregistered copy and pause for 10 seconds and
  120.        beep!   This is there to remind the sysop that the program is there,
  121.        Once registered,  You'll start viewing graphics & playing sound files
  122.        & forget the programs running and just think its natural to display
  123.        graphics & play sound files with your "View archive" command!
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.             I'm not going to make a statement that says "You must register
  143.        within 30 days"   You can test this program forever if you like,  If
  144.        you can put up with the beep at 3 in the morning,  And the 10 second
  145.        delay that makes your callers think the board died,  No problem,  Test
  146.        the program forever.  <grin>   But if you find that annoying but like
  147.        the program as much as I do,   Then fill out the ORDER.FRM file & send
  148.        it with your payment.  Registration numbers will be released after I
  149.        receive your check or money order in a private message to you on
  150.        either my board or MSI HQ BBS,  Place this number in the VIEWALL.CFG
  151.        file line 1 and the beep & delay is gone for good!  Future updates to
  152.        the program will be free to registered users.
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.