[boot scriptor] Re: Features.....

  • From: Chris Selivanow <cselivanow@xxxxxxxxxxx>
  • To: bscript@xxxxxxxxxxxxx
  • Date: Wed, 8 Jan 2003 15:07:53 -0500


Mike-

Ok, maybe I completely didn't get what you were saying.
I think what is below would work but I was thinking of
something that would take effect w/o a delay (and I'd
liketo give my graphical users more time :) w/o delaying
the poor people w/o graphics)

-Chris

On Thu, 2 Jan 2003 01:30:44 -0600
"Michael K Ter Louw" <mterlouw@xxxxxxx> wrote:

MKTL> 
MKTL> secondary_menu:
MKTL> 
MKTL> ; Show the intro graphic.
MKTL> show image 2ndmenu.bsi 2ndmenu.bmp
MKTL> getkey 5  ; This will show the graphic
MKTL>           ; until a key is pressed,
MKTL>           ; or for a maximum of five seconds
MKTL> 
MKTL> ; Now display the text menu.
MKTL> cls
MKTL> print "1. Option 1\n"
MKTL> print "2. Option 2\n"
MKTL> print "3. Option 3\n"
MKTL> show console
MKTL> 
MKTL> ; Now wait for user input.
MKTL> menu_input_loop:
MKTL> getkey
MKTL> onkey 1 goto option1
MKTL> onkey 2 goto option2
MKTL> onkey 3 goto option3
MKTL> goto menu_input_loop
MKTL> 
-- 
Chris Selivanow             585 582-1600
Lead Technician             585 624-3465 (fax)  
QwicNet, Inc.               http://www.qwicnet.com

============================================================
Boot Scriptor mailing list -- http://www.bootscriptor.org
Change your subscription options at: //www.freelists.org/list/bscript

Other related posts: