(OK i post this and i'm done with this thread and the Attached Files )
OK finally the best settings in cmd for "IMGBURN" for make an iso image.
Code:
@echo off
Title "IMGBURN ISO"
ECHO.&ECHO.
SET /P CARP=PASTE THE FOLDER TO CONVERT TO ISO:
ECHO.&ECHO.
SET /P NAME=SET THE NAME OF ISO FILE:
ECHO.&ECHO.
SET/P LBL=SET THE NAME OF LABEL(NO MORE THAN 16 CHARS):
ECHO.&ECHO.
"imgburn.exe" /mode build /buildmode imagefile /ROOTFOLDER yes /BUILDINPUTMODE standard /SRC "%carp%" /dest ".\%NAME%.iso" /FILESYSTEM "UDF" /UDFREVISION "2.01" /VOLUMELABEL "%LBL%" /noimagedetails /start /close