From: | Nick Clover |
Date: | 19 Aug 2001 at 13:34:39 |
Subject: | Re: Startup Command |
Hello Jason
On 19-Aug-01, you wrote:
> Hello,
> Sorry this is an unrelated question. Can anybody tell me how I can add a
> command in the user-startup or startup-sequence that will detect a key press
> and disable a program i.e. Birdie from being run. This way I can have it
> running most of the time and when I want to turn it off I can just press the
> relevant key at boot time.
> Thanks,
> Jason.
There's a command called keycheck in the cd32 emulator archive that comes
with IDE-Fix that will do what you want eg.
keycheck {rawhexcode of key}
if warn
;do nothing
else
run birdie
endif
If you havn't got keycheck, email me privately (it's only 500 bytes)
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: blitz-list-unsubscribe@netsoc.ucd.ie
> For additional commands, e-mail: blitz-list-help@netsoc.ucd.ie
Regards
---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list-help@netsoc.ucd.ie