View Single Post
  #9  
Old 21-04-2016, 17:56
ChronoCross's Avatar
ChronoCross ChronoCross is offline
Registered User
 
Join Date: Sep 2014
Location: Acacia Dragons
Posts: 254
Thanks: 145
Thanked 203 Times in 115 Posts
ChronoCross is on a distinguished road
(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
Attached Files
File Type: 7z IMGBURN.7z (2.80 MB, 39 views)
Reply With Quote
The Following User Says Thank You to ChronoCross For This Useful Post:
inatha3 (21-04-2016)