Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider donating by either clicking this text or the Patreon link on the right.

Patreon

Recommended Posts

Posted

Hello, first off… sorry to post here.  It’s not related to GameEx, so didn’t want to go there.

I spoke with Arzoo via email and he mentioned I could use commands to start an LEDBlinky animation at startup of windows.  I made a batch file, but I’m pretty sure I’m not doing it right.  I have also added it to the startup via shell.

 

The following is what I put in the batch:

C:\GameEx Arcade Edition\PLUGINS\LEDBlinky\LEDBlinky.exe MetacarpalMadnessStartUp.lwax

 

Please help this noob! 

Posted

You may need to get back with Arzoo regarding that. I know just enough about the plugin to integtate with Pixelcade.

Posted
2 minutes ago, Draco1962 said:

You may need to get back with Arzoo regarding that. I know just enough about the plugin to integtate with Pixelcade.

Thanks!  I sent him an email, but came here too, as I’m impatient.

He said it functioned the same way as if you wanted to run an animation in an unsupported emulator.  For that, the command was:

”LEDBlinky.exe [animationname].lwax”

I tried that in the command prompt and couldn’t even get it to go.

 

who knows.  I’ll await email.  HAha

Posted

Ok, just in case someone else comes upon this post looking for help, I figured it out.

1. Open Notepad.

2. Add below content.

@echo off

cd "C:\GameEx Arcade Edition\PLUGINS\LEDBlinky"

start LEDBlinky.exe [youranimationnamehere].lwax  

exit

3. Save file as start.bat to desktop.

4. Right click file and copy.

5. Press Windows key + R

6. Type shell:startup hit enter.

7. Paste the start.bat file into the startup folder.

 

 

If you want to occasionally stop the animation, like I do, you can make the following batch and save it to your desktop.

1. Open Notepad.

2. Add below content:

@echo off

cd "C:\GameEx Arcade Edition\PLUGINS\LEDBlinky" 

start LEDBlinky.exe 11

exit

3. Save file as end.bat to desktop.

4. Click on file to run the batch and stop the current animation.

 

 

 

  • Like 1
  • Thanks 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...