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: Instant Sheller 0.6 Released  (Read 2199 times)

0 Members and 1 Guest are viewing this topic.

tspeirs

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 129
  • Last login:July 23, 2020, 07:44:52 am
  • I want to build my own arcade controls!
Instant Sheller 0.6 Released
« on: April 05, 2009, 04:09:31 pm »
- Added a button to set auto login if user account has a password
- Resolves potential issue if application later deleted or moved.
- Cosmetic fixes.

http://www.gameex.net/Community/InstantShellerandshellingguide/tabid/73/Default.aspx

NIVO

  • Global Moderator
  • Trade Count: (+1)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 1256
  • Last login:March 20, 2025, 03:33:34 pm
  • danny_galaga is my mail man.
    • N.A.M.E. - arcade cabinet project
Re: Instant Sheller 0.6 Released
« Reply #1 on: April 05, 2009, 09:46:03 pm »
excellent tom, my thanks for this. Very valuable to the community :cheers:

Stormrider

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 318
  • Last login:September 28, 2014, 11:01:54 am
Re: Instant Sheller 0.6 Released
« Reply #2 on: April 06, 2009, 04:33:33 am »
A question: why does this program replaces shell, instead or userinit, when you configure it so that your frontend loads on startup?

Ginsu Victim

  • Yeah, owning a MAME cab only leads to owning real ones. MAME just isn't good enough. It's a gateway drug.
  • Trade Count: (+10)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 10092
  • Last login:June 28, 2025, 10:45:55 pm
  • Comanche, OK -- USA
Re: Instant Sheller 0.6 Released
« Reply #3 on: April 06, 2009, 03:38:52 pm »
A question: why does this program replaces shell, instead or userinit, when you configure it so that your frontend loads on startup?

Because it's called INSTANT SHELLER

Ummon

  • Trade Count: (+13)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5244
  • Last login:June 09, 2010, 06:37:18 pm
Re: Instant Sheller 0.6 Released
« Reply #4 on: April 06, 2009, 05:30:03 pm »
Aw, now I gots to get me this one, and put a copy on the candy machine I'm fixin to finish. Heheheh.
Yo. Chocolate.


"Theoretical physics has been the most successful and cost-effective in all of science."

Stephen Hawking


People often confuse expressed observations with complaint, ridicule, or - even worse - self-pity.

Fordman

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 389
  • Last login:September 12, 2021, 11:20:27 am
  • MADE in the USA
Re: Instant Sheller 0.6 Released
« Reply #5 on: April 06, 2009, 05:45:18 pm »
Is there any way to get Instantsheller to boot up my Griffin Powermate along with a front end or jukebox program?  ???

Thanks for the time,

Fordman

Lave Laar

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 199
  • Last login:January 04, 2022, 06:23:13 am
    • Freeware arcade related programs
Re: Instant Sheller 0.6 Released
« Reply #6 on: April 06, 2009, 06:14:22 pm »
You can create a batch-file that first starts the powmate and then the front end/jukebox.
If InstantSheller needs an exe-file you can compile the batch-file to an exe by using Bat2Exe.  Available here.

Fordman

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 389
  • Last login:September 12, 2021, 11:20:27 am
  • MADE in the USA
Re: Instant Sheller 0.6 Released
« Reply #7 on: April 06, 2009, 08:56:53 pm »
Uhhh, OK!

Excuse my ignorance, but 'Batch File'? ???

How do I make a batch file?

Why do I need it?

And where would I put it to make it work?

Thanks for the time and excuse my ignorance here  :o

Fordman

Lave Laar

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 199
  • Last login:January 04, 2022, 06:23:13 am
    • Freeware arcade related programs
Re: Instant Sheller 0.6 Released
« Reply #8 on: April 07, 2009, 04:34:20 am »
A batch file is just a collection of commands to be executed.  One after one.

To create a batch-file you can do this (example with griffin powermate and e-touch jukebox):
* Open notepad
* Add the two following lines

start "Griffin Powermate" "C:\Program Files\Griffin Technology\PowerMate\PowerMate.exe"
start "E-touch jukebox" "C:\Program Files\E-Touch Jukebox\etouch5.exe"

* Select file->save as  in the notepad menu.
* Type in e.g.  Mystart.bat as the filename and press the save-button  (Doesn't really matter where you save it as long as you remember where)


Double-click the newly created batchfile to see if it's working ok.
Note: The start command is used so the batch-file doesn't wait for the programs to finish before continuing to the next command.
You will of course have to change the paths to the executeables if they differ on your system.
Hope that helps.

Edit: I see that the PowerMate has an option to run on startup. (Right click the tray-icon).  Doesn't that work?
You should also be able to do this by adding extra values to the
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run" key
or the
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" key
in the registry.
« Last Edit: April 07, 2009, 05:18:04 am by Lave Laar »

Stormrider

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 318
  • Last login:September 28, 2014, 11:01:54 am
Re: Instant Sheller 0.6 Released
« Reply #9 on: April 07, 2009, 09:46:27 am »
If you use this program, is it possible to use also the Windows UI when you quit your frontend? I mean: desktop, icons, start menu, etc.

Fordman

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 389
  • Last login:September 12, 2021, 11:20:27 am
  • MADE in the USA
Re: Instant Sheller 0.6 Released
« Reply #10 on: April 07, 2009, 04:04:59 pm »
I figured out how to make a batch file and the batch file works. ;D

Since I have an NLited version of XP, I cant use Instant Sheller because I dont have .net installed and after trying to install it, I keep getting errors after the install saying my XP Build isn compatible with .net.

OH well!  :(

At least I learned how to make a batch file and now I know what to do with it!

Thanks for the lesson,

Fordman

Ummon

  • Trade Count: (+13)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5244
  • Last login:June 09, 2010, 06:37:18 pm
Re: Instant Sheller 0.6 Released
« Reply #11 on: April 08, 2009, 05:42:02 pm »
If you use this program, is it possible to use also the Windows UI when you quit your frontend? I mean: desktop, icons, start menu, etc.

In the, I think short, tutorial it discusses this. Short answer, yes.


Yo. Chocolate.


"Theoretical physics has been the most successful and cost-effective in all of science."

Stephen Hawking


People often confuse expressed observations with complaint, ridicule, or - even worse - self-pity.