home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / DOORS / SRE0982B.ZIP / SRE.RC < prev    next >
Encoding:
Text File  |  1991-08-09  |  1.2 KB  |  40 lines

  1. This is the SRE resource file.  It is a new experimental addition to SRE.
  2. Please understand that it may not work correctly!  The numeric input is
  3. taken in 'C' format.  Decimal numbers are normal; hex numbers are given with
  4. the prefix "0x".  For example, to enter hex 2E8, enter 0x2E8.  You can also
  5. enter octal numbers with the prefix "0", but who'd want to?  :)
  6.  
  7. You can define COM1-COM8 in this file.  Since this is all experimental, please
  8. test it first!
  9.  
  10. Define COM3:
  11.        0x3E8
  12.        4
  13.  
  14. Define COM4:
  15.        0x2E8
  16.        3
  17.  
  18. You can use the following to turn on certain switches for SRE (so you don't
  19. have to put them in the batch file).  Don't put any extra spaces anywhere;
  20. just type in exactly what's in quotes (upper/lower case doesn't matter.),
  21. but without the quotes, on a line by itself.  Future versions will be more
  22. flexible...
  23.  
  24. * Use "Bios" for /BIOS
  25.  
  26. * Use "Direct Screen Write" for /FASTWRITE
  27.  
  28. * Use "Menu" for /MENU
  29.  
  30. * Use "No Time Limit" for /NOTIMELIMIT
  31.  
  32. * Use "Time Limit" for /TIMELIMIT
  33.  
  34. * Use "No Special Effects" for /NOSPECIALEFFECTS
  35.  
  36. The next few lines set up the length of the no-activity timeout:
  37.  
  38. Timeout 60
  39.  
  40.