home *** CD-ROM | disk | FTP | other *** search
- This is the SRE resource file. It is a new experimental addition to SRE.
- Please understand that it may not work correctly! The numeric input is
- taken in 'C' format. Decimal numbers are normal; hex numbers are given with
- the prefix "0x". For example, to enter hex 2E8, enter 0x2E8. You can also
- enter octal numbers with the prefix "0", but who'd want to? :)
-
- You can define COM1-COM8 in this file. Since this is all experimental, please
- test it first!
-
- Define COM3:
- 0x3E8
- 4
-
- Define COM4:
- 0x2E8
- 3
-
- You can use the following to turn on certain switches for SRE (so you don't
- have to put them in the batch file). Don't put any extra spaces anywhere;
- just type in exactly what's in quotes (upper/lower case doesn't matter.),
- but without the quotes, on a line by itself. Future versions will be more
- flexible...
-
- * Use "Bios" for /BIOS
-
- * Use "Direct Screen Write" for /FASTWRITE
-
- * Use "Menu" for /MENU
-
- * Use "No Time Limit" for /NOTIMELIMIT
-
- * Use "Time Limit" for /TIMELIMIT
-
- * Use "No Special Effects" for /NOSPECIALEFFECTS
-
- The next few lines set up the length of the no-activity timeout:
-
- Timeout 60
-
-