Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Update on Regina Rexx "Press ENTER key" message problem

Status
Not open for further replies.

Rupert Reynolds

Programmer
Jan 11, 2021
1
0
0
GB
Under Win64 (8.1) I couldn't find the EXPLORER options recommended in the past, so I altered the Default entry in the registry (usual caution about backups applies here) at :-
HKEY_CLASSES_ROOT\Regina\shell\open\command
to remove the "-p" (for pause) from the parameters passed to regina.exe, which was a default setting during Regina installation. It worked. For those who prefer a .reg file, I exported that setting change, copied below :-
=========================================================================================
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Regina\shell\open\command]
@="\"C:\\Program Files\\rexx.org\\Regina\\regina.exe\" \"%1\" %*"

I still run a number of housekeeping and backup tasks using Regina under Linux and Windows, and I guess this might help others.

Roops
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top