I run a perl script that launches an executable that runs for days in windows. Windows has this annoying yet useful feature called quick edit mode for its command prompt window. It is useful because it lets me cut and paste stuff out of the prompt window, but annoying because if I click the window by mistake it switches to select mode and suspends my perl script running in it. I was wondering if there is any Win32 module which might let me turn this feature off before my scripts launch the executable. Any help would be greatly appreciated. Thanks.