OS2 World Community Forum

Public Discussions => General Discussion => Topic started by: Greg Pringle on March 22, 2024, 05:05:49 pm

Title: using DETACH to make the desktop more responsive
Post by: Greg Pringle on March 22, 2024, 05:05:49 pm
When a command line program is running that does not need user input then DETACH makes the program run better. It does not interact with the desktop so the desktop runs like it has the computer to itself. This has been particularly useful for java based programs which can be run in the background.
Title: Re: using DETACH to make the desktop more responsive
Post by: CalYY on March 23, 2024, 04:56:43 pm
Tried this with java apps that spawn a gui window. Jreepad functioned normal. Jripper was OK except that Alt-Q would not exit, only highlight the button. Use mouse for close button works. Will test more. Thanks, is great feature!
Title: Re: using DETACH to make the desktop more responsive
Post by: Martin Iturbide on March 25, 2024, 10:40:26 pm
Hello Greg

Do you think it can be good to write a very short article for the OS2World Wiki about Detach?
I tried to find more information about it online and I was not able to find much.

Only this: http://www.edm2.com/index.php/REXX_Tips_%26_Tricks:General_hints_for_OS/2_%26_DOS_commands#The_DETACH_command

Regards
Title: Re: using DETACH to make the desktop more responsive
Post by: Greg Pringle on March 28, 2024, 12:44:55 pm
I will take some time and look writing about it. I do not want to give incorrect information.