tjbradford
Technical User
I have downloaded some example code for making an iso in vb6
got it working ok but i want to add the following
-b "location of the filder i pointed to" & "\isolinux\isolinux.bin"
but it errors no matter how i write it or were in the line i write it ?
here is the link to the site
and here is the line of code i tweaked / broke
LineaComandi = " -b d:\isolinux.bin -gui -J -R -exclude-list " & NomeNoItems & " -path-list " & NomeItems & " -m '..' " & " -o " & Chr(34) & NomeIso & Chr(34) & " -graft-points " & " '" & PrimoPath & "' " & " -b iso.bin"
the iso should be 33Mb in size but it just creates a file of about 38Kb
please help i have googled and spent all evening trying to master this.
got it working ok but i want to add the following
-b "location of the filder i pointed to" & "\isolinux\isolinux.bin"
but it errors no matter how i write it or were in the line i write it ?
here is the link to the site
and here is the line of code i tweaked / broke
LineaComandi = " -b d:\isolinux.bin -gui -J -R -exclude-list " & NomeNoItems & " -path-list " & NomeItems & " -m '..' " & " -o " & Chr(34) & NomeIso & Chr(34) & " -graft-points " & " '" & PrimoPath & "' " & " -b iso.bin"
the iso should be 33Mb in size but it just creates a file of about 38Kb
please help i have googled and spent all evening trying to master this.