Recent content by Asherz

  1. A

    Shell Scripts And File Visibility

    Ok so your saying making something like CODE #!/bin/sh cd /mnt/sd/gamedir ./game sync cd /usr/gp2x exec ./gp2xmenu should work? and calling the file launch.gpe from Windows wordpad.exe would be ok?
  2. A

    Shell Scripts And File Visibility

    I am a windows programmer. I have tried with the cd /mnt/sd in front of /gamedir but it still don't work. So what would be the best file extension to use as im sure .rtf wouldn't work as that is a rich txt format which is what wordpad.exe saves out as as default. What is the sync you added...
  3. A

    Shell Scripts And File Visibility

    i have stored the launch.gpe in the sd memory. i have then created a game folder and stored my .game in there
  4. A

    Shell Scripts And File Visibility

    Ok got a question. How come this code CODE cd game ./Game.game cd /usr/gp2x exec ./gpexmenu with the save name of launch.gpe only displays a blank screen and not my game? I know my game works as when i launch the ./Game.game file my game runs.
  5. A

    Shell Scripts And File Visibility

    I was using wordpad and i know someone who has used wordpad and it works
  6. A

    Shell Scripts And File Visibility

    Hey guys, Ok i have been trying to follow this about shell scripting. I thought i had it right but when i run it on the GP2X i just get a blank screen. any ideas as to why? Thanks
Back
Top