Autorun.gpe


saboteur

Member
Joined
Nov 17, 2005
Messages
172
Anyone give me a heads up on the autorun.gpe

I want to run a program on the SD on boot.

I've done a search, but it's not sinking in.

Oh, and auto run is on. :)

Any and all comments appreciated.

Cheers
 
Get autorun.gpe from GMenu2x and edit it to your liking :)
 
OK so my autorun now looks like :
#!/bin/sh
cd /mnt/sd/scroller
exec ./test6.gpe

When the user exits the program - will it revert back to the menu or do I need to reference in this script ??

Thanks


EDIT : Hmm this doesn't work - I've placed the above autorun.gpe into the root directory of my SD and nothing happens any ideas ??
 
saboteur said:
Anyone give me a heads up on the autorun.gpe

I want to run a program on the SD on boot.

I've done a search, but it's not sinking in.

Oh, and auto run is on. :)

Any and all comments appreciated.

Cheers

It is meant to be autorun.gpu , when save it make sure it is I Linux format.
If it does not work use this text editor and save it in LINUX FORMAT.

notepad++(text editor) :D
 
Last edited by a moderator:
Hyperpc said:
saboteur said:
Anyone give me a heads up on the autorun.gpe

I want to run a program on the SD on boot.

I've done a search, but it's not sinking in.

Oh, and auto run is on. :)

Any and all comments appreciated.

Cheers

It is meant to be autorun.gpu , when save it make sure it is I Linux format.
If it does not work use this text editor and save it in LINUX FORMAT.

notepad++(text editor) :D


thanks guys - i'll rename it and give it shot tommorrow.

I already use crimson editor and saved as unix format.

cheers for the help.
 
Last edited by a moderator:
Thanks to everyone for your help - renaming to .gpu fixed it right up.

Cheers
 
Back
Top