I’m trying to run blenderplayer by Jan from another executable in a sub folder. My directory structure looks like this;
c:\game
- main.exe
c:\game\bin\
- blenderplayer.exe
- mygame.blend
My file, ‘main.exe’ tries to execute ‘blenderplayer.exe’ from the ‘bin’ sub-folder but it doesn’t work… it just prints the ‘usage’ instructions in the command prompt.
Could this be because I’m running it from outside it’s folder? Can I get around this?
Ah ha, figured out a solution, I need to chdir (mac) or cd (pc) to the ‘bin’ directory first. For anyone interested… I change directory and launch it using the shell.xtra Macromedia Dirextor xtra.