This is the mail archive of the cygwin-developers mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Signal handling and SuspendThread


On Fri, 2005-12-16 at 14:42 -0800, Max Kaehn wrote:
> WARNING: This e-mail has been altered by MIMEDefang.  Following this
> paragraph are indications of the actual changes made.

> An attachment named suspend.bat was removed from this document as it
> constituted a security hazard.  If you require this document, please contact
> the sender and arrange an alternate means of receiving it.

Here's suspend.bat:

@echo off
time /t
:loop
suspend.exe
IF ERRORLEVEL 1 GOTO end
GOTO loop
:end
time /t

(I was using a completely non-cygwin toolchain to make 100% sure this
was a Microsoft issue.)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]