VOGONS


The Prompt command

Topic actions

First post, by Darth Killer

User metadata
Rank Newbie
Rank
Newbie

Hi all 😉

Actually i'm looking for a way to use the prompt command in DosBox, because it seems the command is yet not recognized... Does anyone have any advice ?

I precise i have taken system files from a real DOS as my DosBox system files (so i can use Edit, attrib, xcopy and others) but still prompt is considered by DosBox as a wrong command... 😢

-- Darth Killer --

Reply 1 of 6, by eL_PuSHeR

User metadata
Rank l33t++
Rank
l33t++

Read the readme. If you want to use a real ms-dos from within DOSBox you need to boot a ms-dos disk image.

Hint -> boot & imgmount commands.

Intel i7 5960X
Gigabye GA-X99-Gaming 5
8 GB DDR4 (2100)
8 GB GeForce GTX 1070 G1 Gaming (Gigabyte)

Reply 2 of 6, by Darth Killer

User metadata
Rank Newbie
Rank
Newbie

Ok got it. Thanks ofr advice 😉

-- Darth Killer --

Reply 3 of 6, by ADDiCT

User metadata
Rank Oldbie
Rank
Oldbie

You could also run 4DOS inside DOSBox, that should give you enough options for changing the prompt (;

Reply 5 of 6, by Srecko

User metadata
Rank Member
Rank
Member

I've seen a game script which utilizes prompt to ask a question.
Except a visual change, it remains fully functional in dosbox.
Something like

echo Do you want to start a game now? (type Y or N)
prompt ?

Of course Y.bat and N.bat are in the same directory 🙄

Reply 6 of 6, by ykhwong

User metadata
Rank Oldbie
Rank
Oldbie

For the implementation of prompt command, there is function.patch that provides such feature on sourceforge page.