Q |
How do I use a different extention for MAID scripts in windows? |
A |
Maid's default extention in windows is .mde. If you wish to change this to another unused extention of your choice (you may have another application that uses .mde as a file extention), download and unzip NEWEXT.ZIP and run NEWEXT.EXE.
To add/remove additional extentions download and use NEW MAID EXTENSIONS
|

|
Q |
How do I convert a windows MAID script to an OS/2 script? |
A |
Create a new MAID Object in OS/2 and open the script with the System Editor. Download and unzip REXIOOS2.ZIP and replace the new MAID object script with the Create script and save the new MAID Object. This Create Maid Object will allow you to type in the fully qualified pathname of a windows Maid Script and convert it to an OS/2 Maid Object on the Desktop. Optinal Icons can be added as well. |

|
Q |
Using REXX Multithread Version 1.0 does not allow re-editing of empty scripts? |
A |
REXX Multithread Version 1.0 requires some text be placed in a script before closing the script editor. Version 1.0 will abort if you try to re-edit an empty script. To fix Download Multi-threaded Regina REXX 1.2 Executable/Library. |

|
Q |
Regina REXX pops up a black Dos Command Window for unknown commands? |
A |
With the standard Regina REXX System Environment, unknown commands are run using the command processor identified by the COMSPEC environment. This will cause a black screen to flash up in a graphic environment. To stop the black screens flashing up in a graphic environment the Command Environment must be enabled.
To do this close all Regina REXX Applications. To fix Download and unzip Multi-threaded Regina REXX 1.2 Executable/Library. |

|
Q |
How do I stop the REXXIO banner popping up every time I run a REXX program? |
A |
The banner pops up the first time the REXXIO DLL is loaded if Modular And Integrated Design is not installed. REXXIO only needs to be loaded once with MAID - subsequent MAID scripts do not need to re-load it. If REXXIO is being used on its own type start /min rexx ldrxio.rex and this will keep the REXXIO DLL loaded in memory. |

|
Q |
How do I load rexx dlls compiled for regina rexx? |
A |
Some rexx dlls available require the main rexx dll to be called 'regina.dll'. Simply go to the directory where your 'rexx.dll' is located and make another COPY of 'rexx.dll' called 'regina.dll'. |