CMD question

Closed
Miguell biz - Aug 25, 2009 at 11:09 AM
 insanevirus - Dec 13, 2012 at 11:19 AM
Hello,
I am trying to merge the 5 split files into a single ISO with a simple CMD line invocation, but it keeps tell me that it is not finding the specified location i am typing. Would this be the proper command for a five split file iso? copy /b part1.iso + part2.iso + part3.iso + part4.iso + part5.iso galaxy.iso And if so what drive should i put it in?
Related:

7 responses

sharpman Posts 1021 Registration date Saturday May 23, 2009 Status Contributor Last seen October 20, 2010 183
Aug 25, 2009 at 12:27 PM
COPY
(Internal)

COPY [/Y|-Y] [/A][/B] [d:][path]filename [/A][/B] [d:][path][filename] [/V]
or
COPY [/Y|-Y][/A][/B] [d:][path]filename+[d:][path]filename[...][d:][path][filename] [/V]

Copies and appends files.
1
ok, so i have the iso's in my C: drive, I put them in a folder called 'isodump', I would type 'CD c:\isodump\' to direct the file and then 'copy /b part1.iso + part2.iso + part3.iso + part4.iso + part5.iso galaxy.iso'
my problem is that it keeps telling me that it cannot find the file specified. Is there a place i could transfer these iso's to make this an easier process, or am i typing something wrong. Just FYI, i am typing the commands as you see them, spaces and all. Thanks for your time.
0
sharpman Posts 1021 Registration date Saturday May 23, 2009 Status Contributor Last seen October 20, 2010 183
Aug 25, 2009 at 02:52 PM
open a dos window.
type cls

try what you are doing again.
then when it errors do this.

right click at the top of the dos windo (the blue bar)
down to edit, select all

the dos window should turn white
press the enter key.

this will copy the contents of the dos window to the clip board.

paste this into the reply to this.

and i will have a look.
0
Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.

C:\Users\ABDNA>CD c:\isodump\

c:\isodump>copy /b part1.iso + part2.iso + part3.iso + part4.iso + part5.iso gal
axy.iso
The system cannot find the file specified.

c:\isodump>copy /b part1.iso + part2.iso + part3.iso + part4.iso + part5.iso gal
axy.iso
The system cannot find the file specified.

c:\isodump>copy /b part1.iso+part2.iso+part3.iso+part4.iso+part5.iso galaxy.iso
The system cannot find the file specified.

c:\isodump>
c:\isodump>copy/b part1.iso+part2.iso+part3.iso+part4.iso+part5.iso galaxy.iso
The system cannot find the file specified.

As you see I tried changing the spaces in the commands to see if it would make a difference, but the folder named 'isodump' is in the C: drive

Again thanks for your time
0
sharpman Posts 1021 Registration date Saturday May 23, 2009 Status Contributor Last seen October 20, 2010 183
Aug 25, 2009 at 04:29 PM
do a dir command in c:\isodump\
0

Didn't find the answer you are looking for?

Ask a question
Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.

C:\Users\ABDNA>DIR c:\isodump\
Volume in drive C has no label.
Volume Serial Number is 4DA0-68F0

Directory of c:\isodump

08/25/2009 12:43 PM <DIR> .
08/25/2009 12:43 PM <DIR> ..
08/23/2009 10:21 AM 1,073,741,824 RMGE (2).iso
08/23/2009 12:39 PM 1,073,741,824 RMGE (3).iso
08/24/2009 02:18 PM 1,073,741,824 RMGE (4).iso
08/24/2009 06:44 PM 405,012,480 RMGE (5).iso
08/23/2009 06:23 AM 1,073,741,824 RMGE.iso
5 File(s) 4,699,979,776 bytes
2 Dir(s) 13,525,807,104 bytes free

C:\Users\ABDNA>
0
sharpman Posts 1021 Registration date Saturday May 23, 2009 Status Contributor Last seen October 20, 2010 183
Aug 26, 2009 at 09:07 AM
what is the source of the files you are trying to join?

it looks like they are parts of one file.

08/23/2009 10:21 AM 1,073,741,824 RMGE (2).iso
08/23/2009 12:39 PM 1,073,741,824 RMGE (3).iso
08/24/2009 02:18 PM 1,073,741,824 RMGE (4).iso
08/24/2009 06:44 PM 405,012,480 RMGE (5).iso
08/23/2009 06:23 AM 1,073,741,824 RMGE.iso

have you tried
copy RMGE.iso + RMGE (2).iso + RMGE (3).iso + RMGE (4).iso + RMGE (5).iso galaxy.iso

not sure you can join iso files that way though.

try isobuster, it will do what you are trying to achieve.

download it from here
http://xxxxxxxxxx.com/files/188029027/IsoBuster_2.5_Dr_AfnDeEnAa_CW.rar

where the xxxxxxxxx is put r a p i d s h a r e without the spaces between the letters.

choose the free download option. wait a couple of seconds - upto a minute or so then click download.

unrar the file and burn to disk. install the software.

this will enable you to join .iso files into one 1 .iso
0
hey i think i found the answer.. remove space after the '+' signs!
0