Build Your Own Arcade Controls Forum
Main => Software Forum => Topic started by: Nightmare03 on January 21, 2004, 02:49:05 pm
-
Can somebody make a program, which is black and launches C:\Program Files\MAMEWAH\MAMEWAH.exe ? Also, this needs to be able to be the shell...
I tried using visual c++ but i cant even change the background color!!! could i get anymore useless? ???
-
Huh?
-
nevermind dude ill make it myself in visual c++
-
Just trying placing a MAMEWAH shortcut in the windows startup menu.
-
Have you seen this (http://www.arcadecontrols.org/yabbse/index.php?board=3;action=display;threadid=14998) thread?
I have posted how to run a front end as a shell a few times now. I use Dragon King in my cab as a shell and I have Virtual Music Jukebox as the shell in my Jukebox. It's pretty easy to setup just about anything as a shell in all versions of windows going back at least to 95 and maby even further. ( I don't know because before 95 I wouldn't touch windows. DOS all the way)
If you are using 98 you can just replace the shell=explorer.exe in the system.ini with shell=(put the path and exe name to your front end here)
-
Dude, windows 98 cant use visual basic programs as a shell... like mamewah
-
Dude, windows 98 cant use visual basic programs as a shell... like mamewah
Yes it can :) I know MW used to work fine as a shell, not sure about the last handful of revisions because I don't actually test that (don't have a '98 PC for one thing)...
-
well dude, the mamewah i have doesnt work as a shell
-
well dude, the mamewah i have doesnt work as a shell
What doesn't work about it exactly?
-
I change "Shell = explorer.exe" to mamewah then when you restart it says somethin about you have to reinstall windows.
so i just went into command prompt and changed it back.
-
did you just put
shell = mamewah.exe
or did you (as I said is needed) put
shell = "c:\directory where program is installed\mamewah.exe"
If you tried it the first way, that could be your problem. It will work that way but the directory where mamewah is installed would need to be in the PATH statement.
-
I did it the second way.
-Nightmare
-
does your directory path have spaces? If so you may have to put quotes arround it.
Like "c:\program files\mamewah\mamewah.exe" (notice the space in program files)
I hate the way windows lets you use spaces in directory and file names and then doesn't handle them correctly unless you put quotes arround them. I have seen this cause problems countless times.