_____________________________________________________________________________

  APPENDIX Q                             SETTING UP MULTINODE WITH DESQVIEW
_____________________________________________________________________________

These next 2 pages are screen grabs from a working DesqView setup for Renegade.
This is Node 1.  Copy this for all other nodes with a modem.

1ChangeaProgramͻ
                               Change a Program                              
                                                                             
 Program Name............: Renegade Node 1                                   
                                                                             
 Keys to Use on Open Menu: G1                         Memory Size (in K): 450
ĺ
 Program...: d:\dv\rg1.bat                                                   
                                                                             
 Parameters:                                                                 
                                                                             
 Directory.: d:\dv                                                           
ĺ
 Options:                                                                    
                  Writes text directly to screen.......: [Y]                 
                  Displays graphics information........: [N]                 
                  Virtualize text/graphics (Y,N,T).....: [Y]                 
                  Uses serial ports (Y,N,1,2)..........: [Y]                 
                  Requires floppy diskette.............: [N]                 
                                                                             
  Press F1 for advanced options                  Press  when you are DONE 
ͼ



1ChangeaProgramͻ
                      Change a Program Advanced Options                      
                                                                             
 System Memory (in K).......:   0   Maximum Program Memory Size (in K)..: 600
                                                                             
 Script Buffer Size.......:  1000   Maximum Expanded Memory Size (in K): 1024
                                                                             
 Text Pages: 1  Graphics Pages: 0   Initial Mode:        Interrupts: 00 to FF
ĺ
 Window Position:                                                            
    Maximum Height:  25       Starting Height:  25       Starting Row...:   0
    Maximum Width.:  80       Starting Width.:  80       Starting Column:   0
ĺ
                                Shared Program                               
 Pathname..:                                                                 
 Data......:                                                                 
ĺ
 Close on exit (Y,N,blank)......: [N]  Uses its own colors..............: [Y]
 Allow Close Window command.....: [N]  Runs in background (Y,N,blank)...: [Y]
 Uses math coprocessor..........: [N]  Keyboard conflict (0-F)..........: [0]
 Share CPU when foreground......: [Y]  Share EGA when foreground/zoomed.: [N]
 Can be swapped out (Y,N,blank).: [N]  Protection level (0-3)...........: [0]
                                                                             
  Press F1 for standard options                  Press  when you are DONE 
ͼ

The RG1.BAT file is as follows:

@echo off
set dszlog=c:\renegade\dsz1.log
c:\dos\bnu.com /r=3072 /t=1024 /l:1=57600,8n1 /f
dvansi
call c:\dos\bbs
set dszlog=
exit

BBS.BAT:

@echo off
set renegade=c:\renegade
c:
cd \renegade
renegade -n1
cd\
set renegade=


For a Local Node, use this setup:

1ChangeaProgramͻ
                               Change a Program                              
                                                                             
 Program Name............: Renegade Local                                    
                                                                             
 Keys to Use on Open Menu: G2                         Memory Size (in K): 450
ĺ
 Program...: d:\dv\rg2.bat                                                   
                                                                             
 Parameters:                                                                 
                                                                             
 Directory.: d:\dv                                                           
ĺ
 Options:                                                                    
                  Writes text directly to screen.......: [Y]                 
                  Displays graphics information........: [N]                 
                  Virtualize text/graphics (Y,N,T).....: [Y]                 
                  Uses serial ports (Y,N,1,2)..........: [N]                 
                  Requires floppy diskette.............: [N]                 
                                                                             
  Press F1 for advanced options                  Press  when you are DONE 
ͼ



1ChangeaProgramͻ
                      Change a Program Advanced Options                      
                                                                             
 System Memory (in K).......:   0   Maximum Program Memory Size (in K)..: 600
                                                                             
 Script Buffer Size.......:  1000   Maximum Expanded Memory Size (in K): 1024
                                                                             
 Text Pages: 1  Graphics Pages: 0   Initial Mode:        Interrupts: 00 to FF
ĺ
 Window Position:                                                            
    Maximum Height:  25       Starting Height:  25       Starting Row...:   0
    Maximum Width.:  80       Starting Width.:  80       Starting Column:   0
ĺ
                                Shared Program                               
 Pathname..:                                                                 
 Data......:                                                                 
ĺ
 Close on exit (Y,N,blank)......: [N]  Uses its own colors..............: [Y]
 Allow Close Window command.....: [Y]  Runs in background (Y,N,blank)...: [Y]
 Uses math coprocessor..........: [N]  Keyboard conflict (0-F)..........: [0]
 Share CPU when foreground......: [Y]  Share EGA when foreground/zoomed.: [Y]
 Can be swapped out (Y,N,blank).: [N]  Protection level (0-3)...........: [0]
                                                                             
  Press F1 for standard options                  Press  when you are DONE 
ͼ

The RG2.BAT file is as follows:

@echo off
dvansi
call c:\dos\bbsl
exit

BBSL.BAT:

@echo off
set renegade=c:\renegade
c:
cd \renegade
renegade -n2 -l
cd\
set renegade=

