![]() |
sponsored links |
|
|
sponsored links
|
|
|
3
1st April 12:21
External User
Posts: 1
|
% I am experimenting with RexxTK and come up with a problem: Is there really
% no way of hiding the ugly console window when starting a REXX program under % Regina REXX (Windows XP)? The problem is that regina runs as a console app -- what you need is an equivalent program that runs as a windows app. For instance, wegina, which you can get from my ridiculous web page http://www.interlog.com/~ptjm. -- Patrick TJ McPhee East York Canada ptjm@interlog.com |
|
|
9
1st April 12:22
External User
Posts: 1
|
% doing. If I invoke wegina.exe from the command line, works fine - no
% console window, no strange behavior. But if I try to open from explorer % by file extension association, then, it either opens the wrong % application to handle it (like the editor, or even Adobe). I did get it % to start regina.exe once and then the console window is still there. Have a look at the registry entry for HKEY_CLASSES_ROOT/.wex and see if it looks sensible. Compare it to the entry for .rex, for instance. -- Patrick TJ McPhee East York Canada ptjm@interlog.com |
|