Burning Xbox 360 Games Xgd2
May 25, 2014 - Xbox 360 game backup files (both XGD2 and XGD3, abgx360. Easeus partition master professional serial. And the widely recommended settings for XGD3 game burning I am using.
Dynasty Warriors Gundam 3 Free Download FULL PC Game Click On Below Button Link To Dynasty Warriors Gundam 3 Free Download Full PC Game. Just Download, Run Setup And Install. Download game gundam offline untuk pc gratis. • Fantastic Sound Tracks Along With Awesome Game Sounds. It Is Full And Complete Game.


Burning Xbox 360 Games

#!/bin/sh -f
echo 'This script will help you burn Xbox 360 games with no hassle'
echo 'This script requires growisofs to as a prerequisite'
echo ' 1 = XGD2 and 2 = XGD3'
echo 'Usage: burning.sh <1/2> <gameisoname> <dvddrive> <speed> '
if $0 -eq 1
then
growisofs -use-the-force-luke=dao -use-the-force-luke=break:1913760 -dvd-compat -speed=$3 -Z /dev/$2=$1
fi
if $0 -eq 2
then
truncate --size=8547991552 $1
growisofs -use-the-force-luke=dao -use-the-force-luke=break:2086912 -dvd-compat -speed=$3 -Z /dev/$2=$2
fi
echo 'Burning Complete'
the scripts repeats the echo commands again and again and again and I have no idea how to stop it echo 'This script will help you burn Xbox 360 games with no hassle'
echo 'This script requires growisofs to as a prerequisite'
echo ' 1 = XGD2 and 2 = XGD3'
echo 'Usage: burning.sh <1/2> <gameisoname> <dvddrive> <speed> '
if $0 -eq 1
then
growisofs -use-the-force-luke=dao -use-the-force-luke=break:1913760 -dvd-compat -speed=$3 -Z /dev/$2=$1
fi
if $0 -eq 2
then
truncate --size=8547991552 $1
growisofs -use-the-force-luke=dao -use-the-force-luke=break:2086912 -dvd-compat -speed=$3 -Z /dev/$2=$2
fi
echo 'Burning Complete'