View Single Post
  #2  
Old 13-01-2001, 17:31
SMG4me SMG4me is offline
Junior Member
 
Join Date: Jan 2001
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
SMG4me
Many people have had problems with running the mkisofs program to create the new iso to burn. It will scroll as you mentioned if either you didn't type the correct command syntax or you didn't type the correct directory which you want ot create the iso from. First of all here is a breakdown of what the commands should look like in DOS:

mkisofs -C 0,0 -l -V NBA2K1 -o session1.iso c:\NBA2K1\NBA2K1_ECH

Where:

-C 0,0 = Command zero,zero (leave at letter "C" and zeros for this)

-l = alphabet letter "L"

-V = alphabet letter "V"

NBA2K1 = the directory where you want the new ISO (session1.iso) to be created in after running mkisofs.exe

-o = alphabet letter "o"

session1.iso = the name of the new ISO you are creating

c:\NBA2K1\NBA2K1_ECH = is the folder where the extracted and added files are that you want to make into the new patched ISO

You will see the program working if you typed the commands properly. If you typed something wrong or gave a bad directory a bunch of text will quickly scroll down the screen. Recheck your typing and
directories! If the program works it will take a few minutes to run.
It will sit first, then in a minute you will see % of progress.

I hope this helps.... good luck!!!
Reply With Quote