Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Shell...  (Read 1382 times)

0 Members and 1 Guest are viewing this topic.

Nightmare03

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 195
  • Last login:August 18, 2007, 07:20:34 am
  • Stupid llama!
Shell...
« 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?  ???

Jakobud

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1962
  • Last login:Yesterday at 12:20:32 pm
Re:Shell...
« Reply #1 on: January 21, 2004, 03:54:40 pm »
Huh?

Nightmare03

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 195
  • Last login:August 18, 2007, 07:20:34 am
  • Stupid llama!
Re:Shell...
« Reply #2 on: January 21, 2004, 05:45:53 pm »
nevermind dude ill make it myself in visual c++

TalkingOctopus

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1722
  • Last login:August 04, 2025, 03:48:02 am
  • @!#?@!
    • My Arcade
Re:Shell...
« Reply #3 on: January 21, 2004, 06:30:20 pm »
Just trying placing a MAMEWAH shortcut in the windows startup menu.


Random24

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 87
  • Last login:December 22, 2024, 01:51:59 pm
Re:Shell...
« Reply #4 on: January 21, 2004, 07:21:59 pm »
Have you seen this 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)

Nightmare03

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 195
  • Last login:August 18, 2007, 07:20:34 am
  • Stupid llama!
Re:Shell...
« Reply #5 on: January 21, 2004, 07:38:27 pm »
Dude, windows 98 cant use visual basic programs as a shell... like mamewah

Minwah

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7662
  • Last login:January 18, 2019, 05:03:20 am
    • MAMEWAH
Re:Shell...
« Reply #6 on: January 21, 2004, 07:43:27 pm »
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)...

Nightmare03

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 195
  • Last login:August 18, 2007, 07:20:34 am
  • Stupid llama!
Re:Shell...
« Reply #7 on: January 21, 2004, 08:05:04 pm »
well dude, the mamewah i have doesnt work as a shell

Minwah

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7662
  • Last login:January 18, 2019, 05:03:20 am
    • MAMEWAH
Re:Shell...
« Reply #8 on: January 22, 2004, 08:28:43 am »
well dude, the mamewah i have doesnt work as a shell

What doesn't work about it exactly?

Nightmare03

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 195
  • Last login:August 18, 2007, 07:20:34 am
  • Stupid llama!
Re:Shell...
« Reply #9 on: January 22, 2004, 03:59:41 pm »
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.

Random24

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 87
  • Last login:December 22, 2024, 01:51:59 pm
Re:Shell...
« Reply #10 on: January 22, 2004, 04:30:37 pm »
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.

Nightmare03

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 195
  • Last login:August 18, 2007, 07:20:34 am
  • Stupid llama!
Re:Shell...
« Reply #11 on: January 22, 2004, 04:47:42 pm »
I did it the second way.

-Nightmare

Random24

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 87
  • Last login:December 22, 2024, 01:51:59 pm
Re:Shell...
« Reply #12 on: January 22, 2004, 05:30:37 pm »
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.
« Last Edit: January 22, 2004, 05:33:37 pm by Random24 »