home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / ccross05.zip / SWITCHES.DOC < prev    next >
Text File  |  1994-08-27  |  2KB  |  51 lines

  1. For WWIV BBS's
  2.  
  3.   Run Chain Edit and insert a new chain.  The Chain information should
  4.   be as shown below:
  5.  
  6.     A. Description  : Criss Cross
  7.     B. Filename     : CCROSS.BAT   <---Use the batch file, not the EXE.
  8.     C. SL           : 0
  9.     D. AR           : None
  10.     E. ANSI         : Required
  11.     F. Dos Interrupt: Used         <---Must be used
  12.     G. 300 Baud     : NOT Allowed  <---Using this speed may be intolerable
  13.     H. Shrink       : No
  14.     I. Disable pause: Yes          <---Recommended
  15.     J. Local only   : No
  16.     K. Multi User   : No
  17.  
  18.   The file CCROSS.BAT should be in the BBS directory (WWIV).  All other
  19.   files need to be in their own directory (CCROSS).
  20.  
  21.   The CCROSS.BAT file should have the following lines:
  22.  
  23.   @ECHO OFF
  24.   CD C:\WWIV\ONLINE\CCROSS         <-- Change directory to CCROSS
  25.   CCROSS.EXE -W C:\WWIV\CHAIN.TXT  <-- Execute CCROSS & where to
  26.                     find CHAIN.TXT
  27.   DEL LOG.TXT                      <-- If not betatesting, Delete LOG.TXT
  28.   CD C:\WWIV                       <-- Return to WWIV directory
  29.   ECHO ON
  30.  
  31.  
  32. Switches:
  33.  
  34.   Only three switches are available:
  35.  
  36.     -W  For WWIV and those BBS's that use CHAIN.TXT
  37.     -D  For those BBS's that use Door.SYS
  38.     -P  for those BBS's that use PCBOARD.SYS
  39.  
  40.  
  41.  
  42. CCROSS.EXE needs two arguments to run, the switch and where to find
  43. the file that has the users name (CHAIN.TXT, DOOR.SYS, PCBOARD.SYS)
  44. and the name of that file.
  45.  
  46. If your still having problems getting Criss Cross to run and have tried
  47. everything.  Give my BBS a call at 619-631-8135 and together we will 
  48. get it running.  I can also be reached as 1@1290 on the WWIVnet.
  49.  
  50.  
  51.