English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I had to download Nero 7 into split files, how do I rebuild them into a completed file?
The following was the instructions I received. I just don't know how to do it, HELP PLEASE!

Split Files
When a file is over 10MB you have the option to download it in multiple files, each 10MB or less. To download a file, right click with your mouse on its link and use the the "Save Target As..." menu option in Internet Explorer
Once all of the files are downloaded, rebuild them into a completed file:
In DOS the command is
command prompt> COPY /B IMAGE* FILENAME

Additional Details

I did purchase and download Nero 7 from Nero.com. Because the download was so long and I am on a landline, this was an alternative way to finish the download I just don't know what to do now.

2007-05-09 02:48:20 · 3 answers · asked by bella2494 3 in Computers & Internet Other - Computers

Marvinator nailed this question and I was able to resolve it in 3 minutes, installation and all. THANK YOU!!!

2007-05-09 07:35:28 · update #1

3 answers

Make sure all the files are in their own directory or folder with no other files with them.

Click Start - Run
type CMD [enter]
This opens the DOS style window. You can now navigate to the correct folder.

Once in the right folder, use the command you have typed. Switch out the follwoing:

IMAGE* this indicates all the filenames in the folder. You can also use *.* since no other files in the directory are not part of this group.

FILENAME is the name you want the final file to have. Use SETUP.EXE for an install file or MYPIC.JPG for an image ect. Be sure to give it the right extension. (You can get the original filename from the website where you downloaded it.)

So, as an example,

COPY /b *.* SETUP.EXE
this would compile all the files in the folder into one file named Setup.EXE.

2007-05-09 03:11:11 · answer #1 · answered by Marvinator 7 · 0 0

Try this:

Start->Run: type cmd
navigate to where the files are that you downloaded e.g.: CD\WhereMyFilesAre
type: copy /b image* NeroBuild
The NeroBuild file will be the compiled file.

2007-05-09 09:57:25 · answer #2 · answered by MrOrph 6 · 0 0

download a file compiler, they are quick to download and work well.

2007-05-09 09:59:59 · answer #3 · answered by Skater 2 · 0 0

fedest.com, questions and answers