home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / TGARTS.ZIP / TGDV.DOC < prev    next >
Text File  |  1999-12-13  |  10KB  |  197 lines

  1.  
  2.  
  3.   Telegard and Desqview
  4.   by Scott Adams
  5.  
  6.      So you want to run Telegard under Desqview?  Well its very easy to
  7.   setup and it is stable once you tweak things.  I have run Desqview/tg
  8.   for over 5 years now without major problems.  Before you attempt it
  9.   however I suggest you gather up as many desqview technical manueals
  10.   (on many web sites for DV) with the extension of .TEC.  I spent time
  11.   reading over 180 of these and finding many tips and tricks to tweak
  12.   my version.  It is only to your advtange.  This article assumes the
  13.   version of desqview is 2.63 and Dos 6.22 with 24 megs of ram (on my
  14.   machine).  This article also assumes using QEMM as the memory manager.
  15.      The first thing you should do is setup Desqview as much as possible
  16.   with its optimization tools.  You should run QEMM's tools like optimize
  17.   to complete your full setup before you interface it with Telegard.
  18.      Here is how my config.sys looks:
  19.  
  20.         device=c:\qemm\dosdata.sys
  21.         DEVICE=C:\QEMM\QEMM386.SYS RAM ST:M XST=F000 NOWINDOWS3 R:2
  22.         device=c:\qemm\dos-up.sys @c:\qemm\dos-up.dat           
  23.         DEVICE=C:\QEMM\LOADHI.SYS /R:1 /SIZE=11248 C:\QEMM\QDPMI.SYS
  24.           SWAPFILE=DPMI.SWP SWAPSIZE=1024 (this and above is one line)
  25.         BUFFERS=40,0
  26.         FILES=60
  27.         DOS=HIGH,UMB
  28.         LASTDRIVE=E
  29.         FCBS=16,0
  30.         STACKS=9,512                                            
  31.         DEVICE=C:\QEMM\LOADHI.SYS /R:2 /SIZE=17440 C:\X00.SYS
  32.           FIFO=15 E 1 B,0,38400 DV T=1024 R=1024 (one line here also)
  33.         device=c:\qemm\loadhi.sys /r:2 /size=2112 C:\ansi.sys
  34.         shell=c:\qemm\loadhi.com /R:2 c:\command.com c:\dos /E:1024 /p
  35.         -------------
  36.  
  37.         Some people have trouble with the ST: parameter so experiement
  38.    with this.  If you can get ST:F it might be better performance.
  39.    You will notice I am using X00.sys as the fossil driver.  You will
  40.    have to replace your line with it if you use something differently.
  41.    I load ansi.sys but DV comes with DVansi.com so use either which
  42.    ever gives you a better performance and suits your needs.
  43.  
  44.         This is some parts of my autoexec.bat which is applicable to this
  45.    article:
  46.  
  47.         --------------
  48.         [snip]
  49.         C:\QEMM\LOADHI /R:2 /LO C:\DOS\SMARTDRV.EXE /U /X 2048
  50.         [snip]
  51.  
  52.         C:\QEMM\LOADHI /R:2 C:\DOS\SHARE.EXE
  53.         c:\qemm\loadhi /r:1 C:\dv\dvansi.com
  54.         call dv.bat
  55.         ------------
  56.         I load share for my multi-node status of Telegard.  I also load
  57.     Dvansi so that some windows could use it if needed.  I then just
  58.     run DV itself via DV.bat.
  59.         The DV.Batch file simply changes to the DV directory and runs
  60.     DV like:
  61.         ---------
  62.         cd c:\dv
  63.         DV %1 %2 %3 %4 %5
  64.         ---------
  65.         The %1-%5 are parameters if you wish to run DV in various other
  66.     modes of operation but it runs fine by itself without parameters.
  67.  
  68.         I use Frontdoor (since I get networks) as my front-end mailer.
  69.     Frontdoor (FD) will wait for a caller and if there exists one will
  70.     send it to the bbs.  I therefore have added a program item to the
  71.     DV menu called Frontdoor thas has the following information for it:
  72.  
  73.                Program Name: Frontdoor
  74.           Keys to open with: FD
  75.         Memory size (in K) : 488 * !
  76.            Program: c:\fd\loadfd.bat (the batch file to load FD)
  77.         Parameters: None
  78.         Directory : c:\fd
  79.         Options:
  80.            Writes Text directory to screen: Y  !
  81.            Display graphics information   : N  !
  82.            Virtualize text graphics       : Y  !
  83.            Use Serial port                : 1 *
  84.            Requires floppy diskette       : Y
  85.         Advanced options
  86.            System memory                  : 0     !
  87.            Max program memory             : 600 * !
  88.            Script Buffer                  : 1000
  89.            Max EMS/XMS/DMPI               : 4000 *!
  90.            Text pages: 1   Graphics page: 0   Initial text mode: blank
  91.            Windows position: you define
  92.            Shared programs: None                
  93.                        Close on exit:  N      Uses its own colors: Y
  94.            Allow close window command: N       Runs in background: Y
  95.                 Uses Math coprocessor: Y*       Keyboard conflict: 0
  96.             Share cpu when foreground: Y  Share EGA in foreground: Y
  97.                    Can be swapped out: N         Protection level: 0
  98.  
  99.         Note: * these values will depend on your system
  100.               ! These values are vital and will affect performance
  101.  
  102.  
  103.         When a user calls the batch file will then take over to run
  104.     Telegard and process mail as normal.  Since I have node 2 for my
  105.     personal use DV allows me to login while a user is on node 1.  I
  106.     can then do things while the user is reading mail or other things.
  107.     The screens setup on this is as follows:
  108.  
  109.                Program Name: Local Node (my personal node)
  110.           Keys to open with: MN
  111.         Memory size (in K) : 512 * !
  112.            Program: c:\yourtgdir\local.bat (batch file to run your node)
  113.         Parameters: None
  114.         Directory : c:\yourtgdir
  115.         Options:
  116.            Writes Text directory to screen: Y  !
  117.            Display graphics information   : N  !
  118.            Virtualize text graphics       : Y  !
  119.            Use Serial port                : N *
  120.            Requires floppy diskette       : Y
  121.         Advanced options
  122.            System memory                  : 0     !
  123.            Max program memory             : 600 * !
  124.            Script Buffer                  : 0   
  125.            Max EMS/XMS/DMPI               : 4000 *!
  126.            Text pages: 1   Graphics page: 0   Initial text mode: blank
  127.            Windows position: you define
  128.            Shared programs: None                
  129.                        Close on exit:  N      Uses its own colors: Y
  130.            Allow close window command: N       Runs in background: Y
  131.                 Uses Math coprocessor: Y*       Keyboard conflict: 0
  132.             Share cpu when foreground: Y  Share EGA in foreground: Y
  133.                    Can be swapped out: N         Protection level: 0
  134.  
  135.         Note: * these values will depend on your system
  136.               ! These values are vital and will affect performance
  137.  
  138.         The only real difference is in the serial port item and the
  139.    program name and info.
  140.  
  141.         I am going to include with this article dvtech.zip which is
  142.    a few of the more important and intereting tech files I kept from
  143.    the 180 or so.  You might want to read them as well.
  144.  
  145.         The main enemy of TG and DV is the exception error.  This is
  146.    caused from many reasons but the main reason is memory conflicts.
  147.    I use some utilities called phonev4 and autoboot which will reboot
  148.    the system for me if I ever have those problems.  I rarely get those
  149.    problems however today unless its doing some ftp operation and time
  150.    out occurs and my ftp client doesn't exit.  But then my system will
  151.    reset itself within 5 minutes using autoboot.  These type of situations
  152.    are impossible to completely get rid of but youc an improve your chances
  153.    of not getting exception errors (especially exception 6 and 13).
  154.    Tweaking is the best way and can cure 80% of the problems that might
  155.    occur on your system.  I have some suggestions for those using TG
  156.    and DV.
  157.  
  158.         1) Run Desqview only when you want to be online to multi-task.
  159.    My bbs is on a dedicated machine so if I want to get on I just load
  160.    DV and let users on.  However if its your main computer you might
  161.    have to leave it on 24/7.  But leaving it on all the time will increase
  162.    your chances of problems.
  163.         2) Some old online games like Immortal Combat can cause exceptions
  164.    due to old or bad code that conflict with memory.  I thus suggest that
  165.    you run midnight maintenance outside of DV to prevent such problems.
  166.  
  167.        As of this article there are 2 systems that are on the Telegard
  168.    help list which I maintain and post in FidoNet Tg_support.  These
  169.    two systems will specifically help you with DV related things.  Here
  170.    are their entries (yes notice one is myself).
  171.       
  172.      Sysop Name  Nodes  User  Platform    Ram   (if given)   Notes
  173.    Scott Adams     2     1    Desqview    24 megs      TG Beta Site
  174.    Robert Dick     3     2    Desqview     8 megs      
  175.  
  176.     Sysop Name    BBS Name              Location        Phone     FidoNet   
  177.    Scott Adams  Fringe BBS - EWOG II Jacksonville, FL 904-733-1721 1:112/91
  178.    Robert Dick  F.U.B.A.R.           Hamilton,     ON 905-560-3135 1:244/234
  179.  
  180.         You can call their bbs or send them Netmail to ask for further
  181.    help you might have.
  182.  
  183.        Good luck with Desqview!
  184.  
  185.    ------------------------------------------------------------------
  186.    To contact me for feedback on the article or questions/comments:
  187.        BBS: 904-733-1721 Fringe BBS-EWOG II (guest account avaliable)
  188.      Email: longshot@darktech.org                 ICQ #: 24436933
  189.    website: http://users.cybermax.net/~longshot
  190.    Netmail: FidoNet 1:112/91   Fido TG Echo: Tg_support
  191.      I welcome any comments or questions ohe articles.  If enough
  192.    feedback is given I can do article follow-ups.  I suggest you also
  193.    send feedback to the the other article authors of this newsletter
  194.    for without feedback the desire to continue is difficult.
  195.    ------------------------------------------------------------------
  196.                                         
  197.