V vaustein Member Joined Feb 19, 2006 Messages 240 Jun 17, 2006 #1 I saved the following (as Unix text) in my UAE4ALL_gp2x installation folder: #!/bin/sh cp -cf ./kick13.rom ./kick.rom cd /usr/gp2x/ exec /usr/gp2x/gp2xmenu The script runs and returns to the menu, yet the kick.rom was not created. What gives?
I saved the following (as Unix text) in my UAE4ALL_gp2x installation folder: #!/bin/sh cp -cf ./kick13.rom ./kick.rom cd /usr/gp2x/ exec /usr/gp2x/gp2xmenu The script runs and returns to the menu, yet the kick.rom was not created. What gives?
V vaustein Member Joined Feb 19, 2006 Messages 240 Jun 18, 2006 #2 Solved the problem myself. The correct argument to "cp" is "-f" not "-cf".