Subj : xq-weather and xq-moon Mystic A47 ANSI Viewer Update To : xqtr From : Gandalf Date : Mon Apr 18 2022 01:03 pm After upgrading to A47, I found that xq-weather and xq-moon failed to display the ansi screens due to the updated GV menu command. I played around with the syntax and found the following to work. There may be a better solution, but this is working for me currently: q-weather.mps A47 ANSI Viewer Update if city<>'' then begin MenuCmd('DD',datapath+'getweather.py '+city+' > '+datapath+'cityweather.ans') MenuCmd('GV','ansiview;'+datapath+'cityweather.ans') end xq-moon.mps A47 ANSI Viewer Update begin clrscr DataPath := JustPath(ProgName)+'xq-moon'+pathchar; menucmd('DD',datapath+'xqmoon '+datapath); menucmd('GV','ansiview;'+datapath+'xqmoon.ans') end --- Mystic BBS v1.12 A47 2021/12/24 (Linux/64) * Origin: ARDA-BBS (21:4/153) .