View Single Post
  #2  
Old 10-04-2004, 01:29
khafan khafan is offline
Die Hard Member
 
Join Date: May 2003
Location: Nakoja abad
Posts: 408
Thanks: 0
Thanked 0 Times in 0 Posts
khafan
Send a message via AIM to khafan Send a message via MSN to khafan
Well there's another way that you can merge those iso parts to one iso file by using this dos command,

copy /b iso.000 + iso.001 + iso.002 + ........ + iso.00n disk.iso

you can put this line into a new text file and change the extension from .txt to .bat, then run this bat file.
Reply With Quote