Unfxe.exe


Siajj

Still Fresh
Joined
Apr 22, 2004
Messages
12
I'm trying to use unfxe.exe so that i can change the title and the icon that appears on the gp32 and i'm having a couple of problems using the options, this is what i'm typing into the command line:

UNFXE [-o] filename.fxe

But the problem i'm getting is that the program is using [-o] as the filename
 
You don't need the square brackets around the -o. It's standard computing practice to put optional command line switches (in this case the o switch) inside square brackets.

Questions you need to ask yourself are:
What does the o switch do?
Do I need to use it?

If you can categorically say "No" to the second question type in:

unfxe progname.fxe

(replace progname with the name of the fxe you want to extract.)
 
Back
Top