home *** CD-ROM | disk | FTP | other *** search
- R1
- C
- @X07─@X08─@X0FMore?@X08─@X07─
- @X06
- @X1E
- 3
- I1
- C
- Continue
- C
- -
- Y
- I1
- C
- NonStop
- N
- -
- NS
- I1
- C
- Stop
- S
- -
- N
- ;-----------------------------------------
-
- ;---------------------------------------------------------------------
- ; for positioning:
- ; C = Current Pos (no change)
- ; Rxx = Relative, move xx places from start of the beginning of prompt
- ; Txx = Relative, move xx places from end of last printed title
- ; txx = Relative, move xx places from start of last printed title
- ; Ixx = Relative, move xx places from end of last printed item or title
- ; ixx = Relative, move xx places from start of last printed item or title
- ; xx = Absolute, move to xx pos
- ; Axx = Absolute, just another way
- ;
- ; for Title/Display text entries:
- ; ... = any text, shown as-is
- ; %drive:\path\filename.ext = display the file following the '%'
- ; #drive:\path\filename.ext = clear screen and then display file following '#'
- ; !drive:\path\filename.ext = call the PPE following '!'
- ;
- ; for Hotkey/Stuff text:
- ; ... = any text, stuffed as-is
- ; ^x = for control characters (i.e. ^A, ^Z)
- ;
- ;-----
- ;Line 1 : X pos to start at for title
- ;Line 2 : Y pos to start at for title
- ;Line 3 : Title Text
- ;--
- ;Line 4 : @X code for unhighlighted item
- ;Line 5 : @X code for highlighted item
- ;Line 6 : Number of items
- ;--
- ;Line 7 : X pos to start at for item
- ;Line 8 : Y pos to start at for item
- ;Line 9 : Item text
- ;Line 10: Hotkey character or ^Ctrl code (i.e. A, ^Q)
- ;Line 11: Text to display when selected (before stuffing) (put - for nothing)
- ;Line 12: Text to be keyboard stuffed
- ;-----
- ;
- ; Repeat 1-3 for as many times as needed for text display
- ; Repeat 7-12 for each item
- ;---------------------------------------------------------------------