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: A program to launch other programs from an FE  (Read 1111 times)

0 Members and 1 Guest are viewing this topic.

Le Chuck

  • Saint, make a poll!
  • Wiki Contributor
  • Trade Count: (+6)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5509
  • Last login:June 06, 2024, 02:16:34 pm
  • <insert personal text here>
A program to launch other programs from an FE
« on: February 18, 2014, 09:32:43 pm »
Right.  So, it's kind of like inception, or a bad xzibit meme but I need a program that will launch programs from within another program...

Maximus Arcade has a really nice skin feature that allows you to overlay multiple transparent and/or flash objects.  This is handy for making space themed skins.  Maximus Arcade's Batch gamelist feature was a recent add it seems and is buggy as all hell IMHO, but allows one to put all kinds of games from all kinds of systems/emus in one list using .lnk files (shortcuts).  It doesn't play sounds right or display loading screens which really takes the wind out of my sails.  All the other menus do this just fine but you can't integrate multiple sources like in the batch menu because all the other menus require a valid executable to run through and then call the rom/whatever through the command line

so-

I need to trick MA.  I want to point one of the nice complete gamelists at some program that will allow me to execute the .lnk files like roms to mame.  Basically a batch file to run batch files. 

I tried pointing MA at cmd.exe and the using "start %file" to trick it but either my syntax as off or it just didn't work.  Any ideas?  Mame is just an example, any program that will just execute .lnk files cleanly then close out should work.  I'm sure there is a script that could be written to do this but I'm having trouble finding a valid example on line because who honestly ever needs to do something this asinine - I mean besides me?

I didn't post this in the MA forum because this gets more views and the MA part is just background, the inception program is what I'm after.  Danke!

thatpurplestuff

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 668
  • Last login:June 14, 2024, 06:58:40 pm
Re: A program to launch other programs from an FE
« Reply #1 on: February 18, 2014, 09:48:39 pm »
I *think* Hyperlaunch 3 will do exactly what you're looking for.  I remember reading that it plays well with frontends other than Hyperspin, but I don't have any firsthand experience actually doing it.

So once again, we find that evil of the past seeps into the present like salad dressing through cheap wax paper, mixing memory and desire.

melvinbates

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 106
  • Last login:April 26, 2023, 11:39:02 am
  • Another day in paradise
Re: A program to launch other programs from an FE
« Reply #2 on: February 21, 2014, 08:44:33 pm »
Whipped up something in c# that will run a link.  runlnk.exe link.lnk.

http://www.tankitha.com/runLnk.zip

Le Chuck

  • Saint, make a poll!
  • Wiki Contributor
  • Trade Count: (+6)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5509
  • Last login:June 06, 2024, 02:16:34 pm
  • <insert personal text here>
Re: A program to launch other programs from an FE
« Reply #3 on: February 22, 2014, 09:39:52 pm »
Whipped up something in c# that will run a link.  runlnk.exe link.lnk.

http://www.tankitha.com/runLnk.zip

I'll give it a shot, I'll have to play around with it some, it's telling me I need additional NET framework to run.

melvinbates

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 106
  • Last login:April 26, 2023, 11:39:02 am
  • Another day in paradise
Re: A program to launch other programs from an FE
« Reply #4 on: February 24, 2014, 01:14:21 pm »
Oh, sorry about that.  I can recompile it to only use  .net 2.  Forgot that mine defaults to 4.  I'll go ahead and update it so you don't need to have to get a version you don't really need. 

Just uploaded a version that only needs .net 2.0 , same link. (also added in the interop dll that it uses to read the .lnk files incase that isn't already on your machine.)

Le Chuck

  • Saint, make a poll!
  • Wiki Contributor
  • Trade Count: (+6)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5509
  • Last login:June 06, 2024, 02:16:34 pm
  • <insert personal text here>
Re: A program to launch other programs from an FE
« Reply #5 on: February 24, 2014, 03:39:44 pm »
Thanks I'll give it a go!