;
; Sample data file for MNU v0.01
; (c) M&M Corporation Budapest
;
[MENU]
; identification label
TITLE="Choose:"
; menu title
POS_X=-1
POS_Y=-1
; top-left corner of menu box
; -1 means center
FTYPE=1
; frame type /EasyScr v1.00: 0..9/
; recommended 0..7
FRCOL=$0a02
; LO: frame color
: HI: title color
TXCOL=$0a02
; LO: inactive color
; HI: active color
LINES=8
; lines in menu box
SPACE=4
; additonal spaces to each side
ITEMS={}
; title "brackets"
; ANY character (#33..#126)
[DATA]
; data label
; data blocks follow...
{New game}
@echo off
echo.
echo mygame.exe -new
echo.
pause
{Continue game}
@echo off
echo.
echo mygame.exe -continue
echo.
pause
{DOS Memory}
@echo off
mem /c/p
pause
{DOS Shell}
@echo off
echo.
echo Type 'EXIT' to return...
echo.
%comspec%
[EOF]
; EOF label
Comments & ideas to:
~~~~~~~~~~~~~~~~~~~~
E-MAIL:
mark@ludens.elte.hu
VISIT MY HOMEPAGE AT:
http://ludens.elte.hu/~mark/
SNAIL-MAIL:
Molnár Márk
Dél utca 29.
1239 Budapest
Hungary