############################################## # # 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 # ############################################## ############################################## # # preparedrive # # Does a complete format on a drive, for # new drives, this is the one you want to run # ############################################## preparedrive ############################################## # # network = , # , # , # , # # # if this is not given, it will use pre-defined # network settings if needed instead. # ############################################## network = static;192.168.1.190;255.255.255.0;192.168.1.1;195.159.0.100 ############################################## # # 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 # # also : # # if exist # # ############################################## if exist z:\temp.jpg goto script2 ############################################## # # delete # # deletes the file if possible # ############################################## delete e:\dashboard.zip ############################################## # # download # # downloads a file from a webserver # ############################################## download z:\test.gif http://www.google.com/images/hp2.gif ############################################## # # runscript # # launches a new script ( if located ) # it wont return tho, as it overwrites the # old script # # runscript z:/script4.ini # ############################################### runscript z:/script.ini ############################################## # # 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 ############################################## # # goto label, is ignored but allow # you to jump to it using "goto" command # ############################################## %script2% copy X3_install.ini z:\ ############################################## # # mbr # # creates a new partition table and # master boot record # ############################################## mbr ############################################## # # format # # formats the drive (if possible) # ############################################## format f: ############################################## # # echo # # outputs any text to the screen # ############################################## echo Everything installed and copied...then gone in the formatting