AT2k Design BBS Message Area
Casually read the BBS message area using an easy to use interface. Messages are categorized exactly like they are on the BBS. You may post new messages or reply to existing messages! You are not logged in. Login here for full access privileges. |
Previous Message | Next Message | Back to BAT Magic <-- <--- | Return to Home Page |
|
||||||
From | To | Subject | Date/Time | |||
Gremlin | BBQ MAN | choices |
September 10, 1995 10:55 PM * |
|||
BM#@>echo Select One: A B C BM#@>if A goto AA BM#@>if B goto BB BM#@>if C goto CC BM#@>:AA BM#@>do whatever BM#@>:BB BM#@>do whatever BM#@>:CC BM#@>do whatever BM#@>I know this can be done. Can someone show me how please? your code: @echo off echo Select One: A B C if %1=A goto aa if %1=B goto bb if %1=C goto cc echo Invalid Choice! goto end :aa echo this is aa goto end :bb echo this is bb goto end :cc echo this is cc :end echo This is the end! --- � SLMR 2.1a � We all live in a yellow subroutine. |
||||||
|
Previous Message | Next Message | Back to BAT Magic <-- <--- | Return to Home Page |
Execution Time: 0.0163 seconds If you experience any problems with this website or need help, contact the webmaster. VADV-PHP Copyright © 2002-2024 Steve Winn, Aspect Technologies. All Rights Reserved. Virtual Advanced Copyright © 1995-1997 Roland De Graaf. |