Build Your Own Arcade Controls Forum
Main => Software Forum => Topic started by: tspeirs 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
-
excellent tom, my thanks for this. Very valuable to the community :cheers:
-
A question: why does this program replaces shell, instead or userinit, when you configure it so that your frontend loads on startup?
-
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
-
Aw, now I gots to get me this one, and put a copy on the candy machine I'm fixin to finish. Heheheh.
-
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
-
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 (http://www.f2ko.de/English/b2e/download.php).
-
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
-
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.
-
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.
-
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
-
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.