VOGONS


First post, by gino_j14

User metadata
Rank Newbie
Rank
Newbie

hey, i searched the forum, and either from my brain activity forming a flatline from browsing 130+ pages, or just stupidity, or lack of a previous post, i couldnt find this 'issue' solution. i can display text when dosbox is opened, (in config file, under autorun/autoexec 'type [file path]'), but after i close a game, how do i get it to redisplay that file automatically? basically its a list of what to type to open which game, i find it useful, but i dont want to have to keep typing "type [path]"....can i do this somehow? i looked through the readme, and again, either stupidity or lack of solution, couldnt find an answer....help?

Reply 1 of 2, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Start your game with batch files that contain something like
@echo off
keen4.exe
echo This is my text

Reply 2 of 2, by gino_j14

User metadata
Rank Newbie
Rank
Newbie

k, i think that makes sense to me 🤣....thanks. cheers.