Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 20-04-2016, 10:54
inatha3 inatha3 is offline
Registered User
 
Join Date: Feb 2015
Location: indonesia
Posts: 21
Thanks: 17
Thanked 2 Times in 2 Posts
inatha3 is on a distinguished road
Question how to create iso use bat after compres

i have 10 folder after compress, how to create iso with software image burn .
Reply With Quote
Sponsored Links
  #2  
Old 20-04-2016, 10:57
AzPo AzPo is offline
Registered User
 
Join Date: Mar 2016
Location: AZSQSQ
Posts: 30
Thanks: 1
Thanked 0 Times in 0 Posts
AzPo is on a distinguished road
AnyToIso used
Reply With Quote
  #3  
Old 20-04-2016, 15:10
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
Try with this.
Attached Files
File Type: 7z mkisofs.7z (141.3 KB, 45 views)
Reply With Quote
The Following User Says Thank You to ChronoCross For This Useful Post:
inatha3 (20-04-2016)
  #4  
Old 20-04-2016, 15:41
inatha3 inatha3 is offline
Registered User
 
Join Date: Feb 2015
Location: indonesia
Posts: 21
Thanks: 17
Thanked 2 Times in 2 Posts
inatha3 is on a distinguished road
Quote:
Originally Posted by ChronoCross View Post
Try with this.
how to use it
Reply With Quote
  #5  
Old 20-04-2016, 18:09
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
This code is more easy.

Code:
@echo off
Title Folder2iso with "MKISOFS"
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.

mkisofs.exe -r -R -J -l -L -V %LBL% -o %NAME%.iso "%CARP%"

AND THIS CODE IS FOR IMGBURN

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.
dir /b /s "%CARP%" > LIST.IBB
"imgburn.exe" /mode build /buildmode imagefile  /SRCLIST  LIST.IBB /dest ".\%NAME%.iso" /FILESYSTEM "UDF" /UDFREVISION "2.01" /VOLUMELABEL "%LBL%"  /noimagedetails  /start /close

Last edited by ChronoCross; 20-04-2016 at 19:45.
Reply With Quote
  #6  
Old 20-04-2016, 22:04
inatha3 inatha3 is offline
Registered User
 
Join Date: Feb 2015
Location: indonesia
Posts: 21
Thanks: 17
Thanked 2 Times in 2 Posts
inatha3 is on a distinguished road
Quote:
Originally Posted by ChronoCross View Post
This code is more easy.

Code:
@echo off
Title Folder2iso with "MKISOFS"
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.

mkisofs.exe -r -R -J -l -L -V %LBL% -o %NAME%.iso "%CARP%"

AND THIS CODE IS FOR IMGBURN

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.
dir /b /s "%CARP%" > LIST.IBB
"imgburn.exe" /mode build /buildmode imagefile  /SRCLIST  LIST.IBB /dest ".\%NAME%.iso" /FILESYSTEM "UDF" /UDFREVISION "2.01" /VOLUMELABEL "%LBL%"  /noimagedetails  /start /close
Untitled.png
WWE 2K16_1 - WWE 2K16_14 = size 43 GB
why output iso just 1 file = 91GB
Reply With Quote
  #7  
Old 21-04-2016, 09:21
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
No bro. Select the folder one by one.
The path wwe 2k16_1

label wwe 2k16_1

iso name wwe 2k16_1

and make this with the others folders with his respectives names
Reply With Quote
The Following User Says Thank You to ChronoCross For This Useful Post:
inatha3 (21-04-2016)
  #8  
Old 21-04-2016, 10:30
inatha3 inatha3 is offline
Registered User
 
Join Date: Feb 2015
Location: indonesia
Posts: 21
Thanks: 17
Thanked 2 Times in 2 Posts
inatha3 is on a distinguished road
Quote:
Originally Posted by ChronoCross View Post
No bro. Select the folder one by one.
The path wwe 2k16_1

label wwe 2k16_1

iso name wwe 2k16_1

and make this with the others folders with his respectives names
thanks bro its working
but this can bulk create iso ? so i can going to sleep when crete iso
Reply With Quote
  #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)
  #10  
Old 21-04-2016, 19:25
inatha3 inatha3 is offline
Registered User
 
Join Date: Feb 2015
Location: indonesia
Posts: 21
Thanks: 17
Thanked 2 Times in 2 Posts
inatha3 is on a distinguished road
thanks ChronoCross , perfect
Reply With Quote
  #11  
Old 22-04-2016, 15:26
gozarck's Avatar
gozarck gozarck is offline
Registered User
 
Join Date: Nov 2013
Location: Argentina
Posts: 163
Thanks: 254
Thanked 495 Times in 114 Posts
gozarck is on a distinguished road
with your permission CronoCoss i add some lines to the code.

inatha3 says "but this can bulk create iso ? so i can going to sleep when crete iso" (yes with this code )

hello inatha3, with this batch code you can create iso image for every directory inside the path.

i see your image and your folder called output have many folders.

this batch create an iso file for each folder into your output folder.

Code:
@echo off
setlocal EnableDelayedExpansion
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.
set n=0
for /D %%T in ("%carp%\*") do (
"imgburn.exe"   /mode build   /buildmode imagefile  /ROOTFOLDER yes /BUILDINPUTMODE standard /SRC  %%~dpnT /dest ".\%NAME%_!n!.iso" /FILESYSTEM "UDF" /UDFREVISION "2.01" /VOLUMELABEL "%LBL%_!n!"   /noimagedetails  /start /close
set /A n+=1
)
__________________
-the science of the useless-
Reply With Quote
The Following User Says Thank You to gozarck For This Useful Post:
inatha3 (23-04-2016)
  #12  
Old 23-04-2016, 00:20
inatha3 inatha3 is offline
Registered User
 
Join Date: Feb 2015
Location: indonesia
Posts: 21
Thanks: 17
Thanked 2 Times in 2 Posts
inatha3 is on a distinguished road
Quote:
Originally Posted by gozarck View Post
with your permission CronoCoss i add some lines to the code.

inatha3 says "but this can bulk create iso ? so i can going to sleep when crete iso" (yes with this code )

hello inatha3, with this batch code you can create iso image for every directory inside the path.

i see your image and your folder called output have many folders.

this batch create an iso file for each folder into your output folder.

Code:
@echo off
setlocal EnableDelayedExpansion
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.
set n=0
for /D %%T in ("%carp%\*") do (
"imgburn.exe"   /mode build   /buildmode imagefile  /ROOTFOLDER yes /BUILDINPUTMODE standard /SRC  %%~dpnT /dest ".\%NAME%_!n!.iso" /FILESYSTEM "UDF" /UDFREVISION "2.01" /VOLUMELABEL "%LBL%_!n!"   /noimagedetails  /start /close
set /A n+=1
)
amazing bro , you are awesome
this is what i want .
thanks
Reply With Quote
  #13  
Old 23-04-2016, 14:42
hasandgn34 hasandgn34 is offline
Registered User
 
Join Date: Apr 2013
Location: Turkey
Posts: 50
Thanks: 19
Thanked 35 Times in 21 Posts
hasandgn34 is on a distinguished road
Quote:
Originally Posted by inatha3 View Post
amazing bro , you are awesome
this is what i want .
thanks
you can use this parameters to use BurnAware

"BurnAware_tools\MakeISO.exe" isoudf "ISO_sources\*.*" Iso_created.iso -x
Reply With Quote
  #14  
Old 19-05-2016, 12:27
gozarck's Avatar
gozarck gozarck is offline
Registered User
 
Join Date: Nov 2013
Location: Argentina
Posts: 163
Thanks: 254
Thanked 495 Times in 114 Posts
gozarck is on a distinguished road
This is another version of your idea. Inatha3
Attached Files
File Type: 7z Bulkfolder2iso.7z (851 Bytes, 24 views)
__________________
-the science of the useless-
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Nero PMA Update failure angelosbg CD/DVD Software & Utilities 9 24-09-2008 03:40
I need create Protection Fix Patches trastornaki PSX Games 2 16-01-2007 15:35
How to create a cue file for Destruction Derby 2 PAL brute44 PSX Games 1 11-08-2002 14:29
how to create backup to hard drive fasttoon PC Games 2 02-06-2002 11:56



All times are GMT -7. The time now is 19:07.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com