|
Answer» and Larssie, BATKIT only makes the kind of menus like in that colortone example.
but to be honest you cant make those high-end menus like in Edit, like BFC said. but he wants to make it in CMD(or DOS).
so yea Larssie, sorry but making menus like Edit for a Batch program are just not possible.Making menus with VB in the console WINDOW would be a major PITA, but it's easy as pie to add a menu to a form.
Batch's only real screen output is "echo" when in order to create a menu of that sort you need routines and so forth to access the character/color attribute matrix in video memory.*smacks forhead*
i forgot about this batch power tool: http://ecost.drn.digitalriver.com/product.php%5Bid%5D40560%5Bcid%5D20%5BSiteID%5Dsimtel.net
bat menu works like a up and down menu controlled by keyboard. and returns which option was selected with ERRORLEVEL
[attachment deleted by admin]
|