Re: Stoping the script until "Enter" is pressed?
Re: Stoping the script until "Enter" is pressed?
- Subject: Re: Stoping the script until "Enter" is pressed?
- From: email@hidden
- Date: Tue, 13 Feb 2001 12:47:40 -0800
>
>>When the script "pause" it's because the user need to do something
manually (that the script can't do because it's never the same thing) and
after doing that, the user press "Enter" so that the script continue after
the changes made by the user.
OK, this isn't exactly what you're asking for, but if you can have your
user hit the "Caps Lock" key when done then it's pretty easy to setup a
loop that will delay for 5 seconds and continue if the caps lock key
position is changed.
HTH,
ES