-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.DOS4G
41 lines (33 loc) · 1.7 KB
/
README.DOS4G
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Regina for DOS4G (32 bit DOS)
This file contains 32 bit executables of the Regina Rexx interpreter for
DOS with the DOS4G memory manager, and some sample programs, most of which
are designed to test new features of this interpreter.
Regina is distributed under the GNU Library General Public Licence.
See COPYING-LIB for details.
The files in this archive are:
README - this file
README.3x - readme files for 3.x releases of Regina
COPYING-LIB - GNU Library General Public Licence
file_id.diz - Description file for BBS use
rexx.exe - 32bit Regina Rexx interpreter executable
regina.exe - 32bit Regina Rexx interpreter executable
rexx.lib - Regina library
regina.lib - Regina library
rexxsaa.h - Header file for access to libregna.a
demo\*.rex - Sample Rexx programs
nls\*.mtb - Native Language message files
Installation is simply a matter of copying the rexx.exe
files into a directory specified in your PATH environment variable.
If you want to have Regina error messages displayed in you native
language, set the environment variable; REGINA_LANG to the two-character
language abbreviation (the first two chracters of a file in the NLS
directory), and set REGINA_LANG_DIR to the directory containing the
*.mtb files.
This port does not support external queues.
Cheers, Mark.
------------------------------------------------------------------------
* Mark Hessling, mark@rexx.org http://www.rexx.org/
* Author of THE, a Free XEDIT/KEDIT editor and, Rexx/SQL, Rexx/CURL, etc.
* Maintainer of Regina Rexx interpreter and Rexx/Tk
* Use Rexx? join the Rexx Language Association: http://www.rexxla.org/
------------------------------------------------------------------------