|
If you're getting "No such file or directory", it sounds like your subdirectory is entered incorrectly. You need to be only one directory above the one you're writing. Here's my directory structure:
C:\dreamcast
|
+--C:\dreamcast\data
While the current directory is c:\dreamcast, you tell mkisofs that the subdirectory is "DATA" because it's directly under the current directory.
Also - are you using Windows or Linux? I've been playing with Linux recently and the "no such file or directory" sounds like a Linux message. DOS/Windows Command-line is worded differently, I believe.
One more thing - you might want to try to enter the "gamename" in caps. This is the DISC label and ISO9660 format doesn't support lowercase, dashes or spaces and should be no longer than 11 characters. This may not be the problem, but it can't hurt.
|