VOGONS

Common searches


First post, by dj_anubis

User metadata
Rank Newbie
Rank
Newbie

hello, its my first thread here and i hope you can help me,

I made a batch file which runs a game through dosbox it looks like this

dosbox c:\games\prage\rage.bat -fullscreen -conf "c:\games\dosbox\prage.conf" -exit

but every time i runs the game, i see the mouse cursor on the screen, i read the README.TXT and saw there is an option to hide it by using: CTRL+F10 which makes capture\free mouse. and it works

BUT! i want to make it through the bat file, so i want have to press CONTROL+F10, i tried to change the config file with: autolock=true\false, but it didn`t work

how can i hide the mouse cursor without pressinf CTRL+F10?????

Reply 3 of 6, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Strange, think the cursor should automatically be hidden when going
fullscreen and the mouse is not in use. Does the same thing happen if
you start dosbox normally and then use alt-enter for fullscreen?
(NO ctrl-f10 this time!).

Reply 5 of 6, by dj_anubis

User metadata
Rank Newbie
Rank
Newbie

if i am running it normally without full screen at start, and press ALT+ENTER it works without showing me the cursor,

If i am running it with -fullscreen it show the cursor 🙁
also if i am using the -conf without -fullscreen i still see the cursor, how can i hide it???????????

NOTICE THIS!!!
my config file has this line:
aspect=true

IF I AM RUNNING IT WITH :aspect=false THE MOUSE IS HIDDEN!!!
BUT I HATE TO PLAY WITH WITH THIS 2 BLACK LINES SO I USE aspect=true, I think this cause the problem

So now the question is how can i run with aspect=true and hidding the mouse cursor???