You need to open a command prompt to use the command. Your profile doesn't say which version of Windows you have, but assuming it's Windows 7, you can open the Start menu, type "cmd" (without quotes) into the search box, and then click on cmd.exe to launch a prompt. You need to then navigate to where your files are using the "cd" command. For example, if your files are in the folder "game" on the C: drive, you would type:
into the prompt. Now you can use the command JMC47 gave you by typing:
I use ".foo" on the final file, because I don't know if it's .iso, .raw, or what, as I have no experience with cleanrip. The /b does indeed force the copy operation to occur in binary mode, so don't forget it.
If the file copy operation succeeds, type "exit" (no quotes) in the prompt to close it.
Code:
cd C:\gameinto the prompt. Now you can use the command JMC47 gave you by typing:
Code:
copy /b SX4E01.part0 + SX4E01.part1 SX4E01.fooI use ".foo" on the final file, because I don't know if it's .iso, .raw, or what, as I have no experience with cleanrip. The /b does indeed force the copy operation to occur in binary mode, so don't forget it.
If the file copy operation succeeds, type "exit" (no quotes) in the prompt to close it.
