xboxscene.org forums

Author Topic: Xtreme Boot Maker v0.3.6  (Read 105 times)

Xbox-Scene

  • Archived User
  • Hero Member
  • *
  • Posts: 4299
Xtreme Boot Maker v0.3.6
« on: October 31, 2006, 11:27:00 AM »

Xtreme Boot Maker v0.3.6
Posted by XanTium | October 31 12:15 EST

 
Klutsh released a new version of Xtreme Boot Maker(info) - a simple program that will prepare a floppy or USB drive for use with X360SAM(info).
What's new/fixed:
* Fixed: Typo in SamRead.bat

Official Site: http://www.x-projects.org/cms/
Download: here

Logged

Exobex

  • Archived User
  • Hero Member
  • *
  • Posts: 1093
Xtreme Boot Maker v0.3.6
« Reply #1 on: October 31, 2006, 12:41:00 PM »

Typo? blink.gif
Logged

Klutsh

  • Archived User
  • Full Member
  • *
  • Posts: 158
Xtreme Boot Maker v0.3.6
« Reply #2 on: October 31, 2006, 03:12:00 PM »

as pointed out on my forums
CODE
@echo off
MD(BACKUPS) <---???
if "%1" == "" goto usage
if "%2" == "" goto usage
md BACKUPS\%1
md BACKUPS\%1\%2

Should be
CODE
@echo off
md BACKUPS
if "%1" == "" goto usage
if "%2" == "" goto usage
md BACKUPS\%1
md BACKUPS\%1\%2


Nothing wrong with your .bats, it's VS doing it's auto type correcting.
XBM now generates the .BAT files's itself rather than just including them.

This post has been edited by Klutsh: Oct 31 2006, 11:13 PM
Logged

Exobex

  • Archived User
  • Hero Member
  • *
  • Posts: 1093
Xtreme Boot Maker v0.3.6
« Reply #3 on: November 01, 2006, 10:49:00 AM »

That's alright then.  Thought I'd fucked something up, there! tongue.gif
Logged

Kakyouin

  • Archived User
  • Newbie
  • *
  • Posts: 1
Xtreme Boot Maker v0.3.6
« Reply #4 on: November 02, 2006, 10:23:00 PM »

If i have a new MS28 drive... and i check the "patch for MS28", does it work even though i didn't cut the resistance inside de drive? or i have to cut it anyways?
Thanks!
Logged

Klutsh

  • Archived User
  • Full Member
  • *
  • Posts: 158
Xtreme Boot Maker v0.3.6
« Reply #5 on: November 03, 2006, 01:21:00 AM »

You still have to do all the other stuff. sorry
Logged

Klutsh

  • Archived User
  • Full Member
  • *
  • Posts: 158
Xtreme Boot Maker v0.3.6
« Reply #6 on: November 04, 2006, 03:22:00 PM »

Here's a peek at what's being added in V4
(IMG:http://memberuploads.xbox-scene.com/uploads/2006_11_05/00_06_36_V4_pre.gif)

Reason it's taking so long is that I'm finally switching to C#,  and this time adding comments to the source
Full source will be released at the same time.

This post has been edited by Klutsh: Nov 4 2006, 11:28 PM
Logged

asphalter

  • Archived User
  • Newbie
  • *
  • Posts: 3
Xtreme Boot Maker v0.3.6
« Reply #7 on: November 19, 2006, 12:04:00 PM »

Is v0.3.6 compatible with Windows Vista?
Logged

Klutsh

  • Archived User
  • Full Member
  • *
  • Posts: 158
Xtreme Boot Maker v0.3.6
« Reply #8 on: November 19, 2006, 01:28:00 PM »

QUOTE(asphalter @ Nov 19 2006, 07:04 PM) View Post

Is v0.3.6 compatible with Windows Vista?

Answered on X-Projects.org
Logged

donspidy

  • Archived User
  • Newbie
  • *
  • Posts: 5
Xtreme Boot Maker v0.3.6
« Reply #9 on: December 19, 2006, 01:46:00 PM »

hello, we have now Firm 5.0a and b, when its coming the xtreme boot maker 4.0?
Logged

tamaratimmers

  • Archived User
  • Newbie
  • *
  • Posts: 5
Xtreme Boot Maker v0.3.6
« Reply #10 on: December 20, 2006, 04:58:00 AM »

QUOTE(donspidy @ Dec 19 2006, 09:46 PM) View Post

hello, we have now Firm 5.0a and b, when its coming the xtreme boot maker 4.0?



Dont know sorry!
Logged

ganja-lover

  • Archived User
  • Newbie
  • *
  • Posts: 1
Xtreme Boot Maker v0.3.6
« Reply #11 on: February 06, 2007, 11:54:00 PM »

hi,

I have flashed my samsung ms25 with xtreme.52b using xtreme boot maker 3.6.

How do I need to flash if there is a new firmware using the xtreme boot maker 3.6. or a newer version of it?

(sorry for this noobish question)

This post has been edited by ganja-lover: Feb 7 2007, 07:55 AM
Logged