############################################## # # Simple x3 install script for fat32 formatted # USB "pendrives". # Just insert "pendrive" into xbox and start # x3 config live, x3cl should handle the rest # # -Team Xecuter # ############################################## ############################################## # # Special commands : # # if v1.6 e.g. : # # if v1.6 flashbios bios X3_1959_v16plus.bin # # or # # if !v1.6 e.g. : # # if !v1.6 eject # # ############################################## ############################################## # # sleep # # makes the script rest for X milliseconds # ############################################## sleep 1000 ############################################## # # eject # # Ejects the DVD/CD # ############################################## eject ############################################## # # eeprom_backup # # backs up the EEPROM to slot 1 on the x3 # ############################################## eeprom_backup ############################################## # # flashbios # # Flashes the selected bios with the filename # to a properly sized bios on the USB device # ############################################## #flashbios backup flashbios.bin #flashbios bios X3_1959_v16plus.bin ############################################## # # hdd_lock / hdd_unlock # # Locks / unlocks the xbox # ############################################## hdd_lock hdd_unlock ############################################## # # unzip # # copies a zipfile to the xbox harddrive # and unpacks it to the target # ############################################## unzip dash.zip c:\ ############################################## # # copy # # copies a file to the targetted harddrive # location # ############################################## copy X3_install.ini z:\ ############################################## # # launch # # launches an xbe-file located at the xbox # ############################################## launch e:\default.xbe