Build Your Own Arcade Controls Forum
Main => Software Forum => Topic started by: jam92102 on February 10, 2004, 01:33:34 am
-
Hi all. I hope that I explain this well enough. I'm running windows 98 in dos mode (not booting into the gui) and I boot straight into arcadeos. My problem is right after the bios load screen it says starting windows 98 before it loads everything and boots into arcadeos. Is it possible to type something different there or eliminate that all together? I would really appreciate any input on this.
-
If you mean the graphic blue/swirly screen, then check this thread http://www.arcadecontrols.org/yabbse/index.php?board=13;action=display;threadid=15438 (http://www.arcadecontrols.org/yabbse/index.php?board=13;action=display;threadid=15438) to replace that with some arcade startup screens.
THere is a way to remove it but I cant remember it offhand(some change in the registry)
If youre getting some text that says 'windows is now starting', then the way to change that would be to modify some of the core windows files with some good ol hex editing
-
This is everything you ever wanted to know about the windows 98 startup....
http://www.annoyances.org/exec/show/article02-011 (http://www.annoyances.org/exec/show/article02-011)
-
This is everything you ever wanted to know about the windows 98 startup....
http://www.annoyances.org/exec/show/article02-011 (http://www.annoyances.org/exec/show/article02-011)
-
You can try and add this to the autoexec.bat
@echo off
cls
When autoexec.bat executes when bootgui = 0 in the msdos.sys file, your screen will go dark.
-
Thanks for the help everyone. I'll have to tinker with it.