Jump to content

riZz

Member
  • Posts

    28
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Posts posted by riZz

  1. It wont be the size of the Image file or either how many operating systems u have on disc. My DVD disc is currently 4.2gig and has 37 different versions of operating systems on and all work, dam that took a while to install each one :S...So this is a tough one

  2. Yeah it should work, dont know why ur mumbling on about formatting to get zero's every knows computer language is 0's and 1's (Binary) just say formatting. Make sure the file architecture u are using is supported by the version of windows u are going to install...

  3. This is what my boot menu looks like, just by looking at it u will learn quick or just use mine and edit where needed...whooohoo 19 IN 1 still 2Gig of space left for my DVD more operating systems here i come...

    boot:

    cls

    print "\n"

    print "Press Enter to boot from DVD... \n"

    if $lastKey == key[enter]; then goto time

    getkey 5 boot 0x80

    # When no key found...

    goto boot

    # Function to display time of day

    time:

    set hour = $timeHour

    set ampm = "am"

    if $timeHour > 12; then set hour = $timeHour - 12

    if $timeHour > 12; then set ampm = "pm"

    set time = "$hour:$timeMinute$ampm"

    # Function to display date

    date:

    set month = "n/a"

    if $dateMonth == 1; then set month = "Jan."

    if $dateMonth == 2; then set month = "Feb."

    if $dateMonth == 3; then set month = "Mar."

    if $dateMonth == 4; then set month = "Apr."

    if $dateMonth == 5; then set month = "May."

    if $dateMonth == 6; then set month = "Jun."

    if $dateMonth == 7; then set month = "Jul."

    if $dateMonth == 8; then set month = "Aug."

    if $dateMonth == 9; then set month = "Sep."

    if $dateMonth == 10; then set month = "Oct."

    if $dateMonth == 11; then set month = "Nov."

    if $dateMonth == 12; then set month = "Dec."

    set date = "$month$dateDay,$dateYear"

    # Printing the Interface

    menu:

    set textColor= color[grey on black]

    set boldColor= color[cyan on black]

    cls

    print c "\n\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ<\c0B$time $date\cXX>ÄÄ \n\n"

    print c "\cXXWelcome To The riZz 19 in 1 Multiboot DVD Special Edition v1.1 \n\n"

    print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

    print c "\n\cXX Please Choose From Below The Installation Option which Suits You Best \n"

    print "\n"

    print "1) Windows XP Installation Screen \n"

    print "2) Windows 2003 Installation Screen \n"

    print "3) Windows 2000 Installation Screen \n"

    print "4) Windows NT 4.0 Installation Screen \n"

    print "5) Windows ME \n"

    print "6) Windows 98se \n"

    print "7) Windows 95 \n"

    print "8) Serials \n"

    print "F1) Recovery Consoles \n"

    print "F2) Reboot \n"

    print "F3) Quit to Command Prompt \n"

    print "ESC) Boot 1st Harddisk \n"

    print c "\n"

    MainKey:

    getkey 20 boot 0x80

    if $lastKey == key[1]; then goto WINXP

    if $lastKey == key[2]; then goto W2003

    if $lastKey == key[3]; then goto W2000

    if $lastKey == key[4]; then goto WINNT

    if $lastKey == key[5]; then goto WINME

    if $lastKey == key[6]; then goto 98se

    if $lastKey == key[7]; then goto WIN95

    if $lastKey == key[8]; then goto serial

    if $lastKey == key[F1]; then goto Recov

    if $lastKey == key[F2]; then reboot

    if $lastKey == key[F3]; then end

    if $lastKey == key[F5]; then goto Help

    if $lastKey == key[esc]; then boot 0x80

    WINXP:

    cls

    print r "\n\cXXPress \c0BF5 \cXXfor Help \n"

    print c "\n\cXXMicrosoft Windows XP Installation Screen\n"

    print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

    print "1) Goto Microsoft Windows XP Professional SP1 \n"

    print "2) Goto Microsoft Windows XP Home Edition SP1 \n"

    print "3) Goto Microsoft Windows XP Media Center SP1 \n"

    print "4) Goto Microsoft Windows XP Tablet PC SP1 \n"

    print c "\n\n"

    print "Press any key to return to main menu... \n"

    WINXP:

    getkey 20 goto menu

    if $lastKey == key[1]; then goto XP_Pro

    if $lastKey == key[2]; then goto XP_Home

    if $lastKey == key[3]; then goto XP_Media

    if $lastKey == key[4]; then goto XP_Tablet

    if $lastKey == key[F5]; then goto Help

    goto menu

    W2003:

    cls

    print r "\n\cXXPress \c0BF5 \cXXfor Help \n"

    print c "\n\cXXMicrosoft Windows 2003 Installation Screen\n"

    print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

    print "1) Goto Microsoft Windows 2003 Standard Server \n"

    print "2) Goto Microsoft Windows 2003 Web Server \n"

    print "3) Goto Microsoft Windows 2003 Enterprise Server \n"

    print "4) Goto Microsoft Windows 2003 DataCenter Server \n"

    print c "\n\n"

    print "Press any key to return to main menu... \n"

    W2003:

    getkey 20 goto menu

    if $lastKey == key[1]; then goto 2k3_Sta

    if $lastKey == key[2]; then goto 2k3_WEB

    if $lastKey == key[3]; then goto 2k3_ENT

    if $lastKey == key[4]; then goto 2k3_DCS

    if $lastKey == key[F5]; then goto Help

    goto menu

    W2000:

    cls

    print r "\n\cXXPress \c0BF5 \cXXfor Help \n"

    print c "\n\cXXMicrosoft Windows 2000 Installation Screen\n"

    print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

    print "1) Goto Microsoft Windows 2000 Professional \n"

    print "2) Goto Microsoft Windows 2000 Server \n"

    print "3) Goto Microsoft Windows 2000 Advanced Server \n"

    print "4) Goto Microsoft Windows 2000 DataCenter Server \n"

    print c "\n\n"

    print "Press any key to return to main menu... \n"

    W2000:

    getkey 20 goto menu

    if $lastKey == key[1]; then goto 2k_pro

    if $lastKey == key[2]; then goto 2k_ser

    if $lastKey == key[3]; then goto 2k_ads

    if $lastKey == key[4]; then goto 2k_dat

    if $lastKey == key[F5]; then goto Help

    goto menu

    WINNT:

    cls

    print r "\n\cXXPress \c0BF5 \cXXfor Help \n"

    print c "\n\cXXMicrosoft Windows NT 4.0 Installation Screen\n"

    print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

    print "1) Goto Microsoft Windows NT Server \n"

    print "2) Goto Microsoft Windows NT Server, Terminal \n"

    print "3) Goto Microsoft Windows NT Server, Enterprise \n"

    print "4) Goto Microsoft Windows NT WorkStation \n"

    print c "\n\n"

    print "Press any key to return to main menu... \n"

    WINNT:

    getkey 20 goto menu

    if $lastKey == key[1]; then goto NT_SRV

    if $lastKey == key[2]; then goto NT_ST

    if $lastKey == key[3]; then goto NT_SE

    if $lastKey == key[4]; then goto NT_WK

    if $lastKey == key[F5]; then goto Help

    goto menu

    XP_Pro:

    cls

    print r "\n\cXXPress \c0BF5 \cXXfor Help \n"

    print c "\n\cXXMicrosoft Windows XP Professional SP1 Corporate \n"

    print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

    print "1) Install Regular \n"

    print "2) Install Unattended \n"

    print c "\n\ Code - xxxx-xxxx-xxxx-xxxx \n"

    print c "\n\n"

    print "Press any key to return to main menu... \n"

    XP_Pro:

    getkey 20 goto menu

    if $lastKey == key[1]; then chain /CPRO.DAT

    if $lastKey == key[2]; then chain /PRO1.DAT

    if $lastKey == key[F5]; then goto Help

    goto menu

    XP_Home:

    cls

    print r "\n\cXXPress \c0BF5 \cXXfor Help \n"

    print c "\n\cXXMicrosoft Windows XP Home Edition SP1 \n"

    print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

    print "1) Install Regular \n"

    print "2) Install Unattended \n"

    print c "\n\ Code - xxxx-xxxx-xxxx-xxxx \n"

    print c "\n\n"

    print "Press any key to return to main menu... \n"

    XP_Home:

    getkey 20 goto menu

    if $lastKey == key[1]; then chain /FPP1.DAT

    if $lastKey == key[2]; then chain /FPPH.DAT

    if $lastKey == key[F5]; then goto Help

    goto menu

    XP_Media:

    cls

    print r "\n\cXXPress \c0BF5 \cXXfor Help \n"

    print c "\n\cXXMicrosoft Windows XP Media Center SP1 \n"

    print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

    print "1) Install Regular \n"

    print "2) Install Unattended \n"

    print c "\n\ Code - xxxx-xxxx-xxxx-xxxx \n"

    print c "\n\n"

    print "Press any key to return to main menu... \n"

    XP_Media:

    getkey 20 goto menu

    if $lastKey == key[1]; then chain /MCT1.DAT

    if $lastKey == key[2]; then chain /MCTR.DAT

    if $lastKey == key[F5]; then goto Help

    goto menu

    XP_Tablet:

    cls

    print r "\n\cXXPress \c0BF5 \cXXfor Help \n"

    print c "\n\cXXMicrosoft Windows XP Tablet PC SP1 \n"

    print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

    print "1) Install Regular \n"

    print "2) Install Unattended \n"

    print c "\n\ Code - xxxx-xxxx-xxxx-xxxx \n"

    print c "\n\n"

    print "Press any key to return to main menu... \n"

    XP_Tablet:

    getkey 20 goto menu

    if $lastKey == key[1]; then chain /TBL1.DAT

    if $lastKey == key[2]; then chain /TBLT.DAT

    if $lastKey == key[F5]; then goto Help

    goto menu

    2k3_Sta:

    cls

    print r "\n\cXXPress \c0BF5 \cXXfor Help \n"

    print c "\n\cXXMicrosoft Windows 2003 Standard Server \n"

    print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

    print "1) Install Regular \n"

    print "2) Install Unattended \n"

    print c "\n\ Code - xxxx-xxxx-xxxx-xxxx \n"

    print c "\n\ Code VLK - xxxx-xxxx-xxxx-xxxx \n"

    print c "\n\n"

    print "Press any key to return to main menu... \n"

    2k3_Sta:

    getkey 20 goto menu

    if $lastKey == key[1]; then chain /23S1.DAT

    if $lastKey == key[2]; then chain /23SC.DAT

    if $lastKey == key[F5]; then goto Help

    goto menu

    2k3_WEB:

    cls

    print r "\n\cXXPress \c0BF5 \cXXfor Help \n"

    print c "\n\cXXMicrosoft Windows 2003 Web Server \n"

    print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

    print "1) Install Regular \n"

    print "2) Install Unattended \n"

    print c "\n\ Code - xxxx-xxxx-xxxx-xxxx \n"

    print c "\n\ Code VLK - xxxx-xxxx-xxxx-xxxx \n"

    print c "\n\n"

    print "Press any key to return to main menu... \n"

    2k3_WEB:

    getkey 20 goto menu

    if $lastKey == key[1]; then chain /23W1.DAT

    if $lastKey == key[2]; then chain /23WC.DAT

    if $lastKey == key[F5]; then goto Help

    goto menu

    2k3_ENT:

    cls

    print r "\n\cXXPress \c0BF5 \cXXfor Help \n"

    print c "\n\cXXMicrosoft Windows 2003 Enterprise Server \n"

    print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

    print "1) Install Regular \n"

    print "2) Install Unattended \n"

    print c "\n\ Code - xxxx-xxxx-xxxx-xxxx \n"

    print c "\n\ Code VLK - xxxx-xxxx-xxxx-xxxx \n"

    print c "\n\n"

    print "Press any key to return to main menu... \n"

    2k3_ENT:

    getkey 20 goto menu

    if $lastKey == key[1]; then chain /23E1.DAT

    if $lastKey == key[2]; then chain /23EC.DAT

    if $lastKey == key[F5]; then goto Help

    goto menu

    2k3_DCS:

    cls

    print r "\n\cXXPress \c0BF5 \cXXfor Help \n"

    print c "\n\cXXMicrosoft Windows 2003 DataCenter Server \n"

    print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

    print "1) Install Regular \n"

    print "2) Install Unattended \n"

    print c "\n\ Code - xxxx-xxxx-xxxx-xxxx \n"

    print c "\n\ Code VLK - xxxx-xxxx-xxxx-xxxx \n"

    print c "\n\n"

    print "Press any key to return to main menu... \n"

    2k3_DCS:

    getkey 20 goto menu

    if $lastKey == key[1]; then chain /23D1.DAT

    if $lastKey == key[2]; then chain /23DC.DAT

    if $lastKey == key[F5]; then goto Help

    goto menu

    2k_pro:

    cls

    print r "\n\cXXPress \c0BF5 \cXXfor Help \n"

    print c "\n\cXXMicrosoft Windows 2000 Professional \n"

    print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

    print "1) Install Regular \n"

    print "2) Install Unattended \n"

    print c "\n\ Code - xxxx-xxxx-xxxx-xxxx \n"

    print c "\n\n"

    print "Press any key to return to main menu... \n"

    2k_pro:

    getkey 20 goto menu

    if $lastKey == key[1]; then chain /2KP1.DAT

    if $lastKey == key[2]; then chain /W2KP.DAT

    if $lastKey == key[F5]; then goto Help

    goto menu

    2k_ser:

    cls

    print r "\n\cXXPress \c0BF5 \cXXfor Help \n"

    print c "\n\cXXMicrosoft Windows 2000 Server \n"

    print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

    print "1) Install Regular \n"

    print "2) Install Unattended \n"

    print c "\n\ Code - xxxx-xxxx-xxxx-xxxx \n"

    print c "\n\n"

    print "Press any key to return to main menu... \n"

    2k_ser:

    getkey 20 goto menu

    if $lastKey == key[1]; then chain /2KS1.DAT

    if $lastKey == key[2]; then chain /W2KS.DAT

    if $lastKey == key[F5]; then goto Help

    goto menu

    2k_ads:

    cls

    print r "\n\cXXPress \c0BF5 \cXXfor Help \n"

    print c "\n\cXXMicrosoft Windows 2000 Advanced Server \n"

    print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

    print "1) Install Regular \n"

    print "2) Install Unattended \n"

    print c "\n\ Code - xxxx-xxxx-xxxx-xxxx \n"

    print c "\n\n"

    print "Press any key to return to main menu... \n"

    2k_ads:

    getkey 20 goto menu

    if $lastKey == key[1]; then chain /2KA1.DAT

    if $lastKey == key[2]; then chain /W2KA.DAT

    if $lastKey == key[F5]; then goto Help

    goto menu

    2k_dat:

    cls

    print r "\n\cXXPress \c0BF5 \cXXfor Help \n"

    print c "\n\cXXMicrosoft Windows 2000 DataCenter \n"

    print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

    print "1) Install Regular \n"

    print "2) Install Unattended \n"

    print c "\n\ Code - xxxx-xxxx-xxxx-xxxx \n"

    print c "\n\n"

    print "Press any key to return to main menu... \n"

    2k_dat:

    getkey 20 goto menu

    if $lastKey == key[1]; then chain /2KD1.DAT

    if $lastKey == key[2]; then chain /W2KD.DAT

    if $lastKey == key[F5]; then goto Help

    goto menu

    NT_SRV:

    cls

    print r "\n\cXXPress \c0BF5 \cXXfor Help \n"

    print c "\n\cXXMicrosoft Windows NT Server \n"

    print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

    print "1) Install \n"

    print c "\n\n"

    print "Press any key to return to main menu... \n"

    NT_SRV_Key:

    getkey 20 goto menu

    if $lastKey == key[1]; then chain /NT4S.DAT

    if $lastKey == key[F5]; then goto Help

    goto menu

    NT_ST:

    cls

    print r "\n\cXXPress \c0BF5 \cXXfor Help \n"

    print c "\n\cXXMicrosoft Windows NT Server, Terminal \n"

    print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

    print "1) Install \n"

    print c "\n\n"

    print "Press any key to return to main menu... \n"

    NT_ST_Key:

    getkey 20 goto menu

    if $lastKey == key[1]; then chain /NT4T.DAT

    if $lastKey == key[F5]; then goto Help

    goto menu

    NT_SE:

    cls

    print r "\n\cXXPress \c0BF5 \cXXfor Help \n"

    print c "\n\cXXMicrosoft Windows NT Server, Enterprise \n"

    print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

    print "1) Install \n"

    print c "\n\n"

    print "Press any key to return to main menu... \n"

    NT_SE_Key:

    getkey 20 goto menu

    if $lastKey == key[1]; then chain /NT4E.DAT

    if $lastKey == key[F5]; then goto Help

    goto menu

    NT_WK:

    cls

    print r "\n\cXXPress \c0BF5 \cXXfor Help \n"

    print c "\n\cXXMicrosoft Windows NT WorkStation \n"

    print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

    print "1) Install \n"

    print c "\n\n"

    print "Press any key to return to main menu... \n"

    NT_WK_Key:

    getkey 20 goto menu

    if $lastKey == key[1]; then chain /NT4W.DAT

    if $lastKey == key[F5]; then goto Help

    goto menu

    Recov:

    cls

    print r "\n\cXXPress \c0BF5 \cXXfor Help \n"

    print c "\n\cXX WinPE/BartPE Microsoft Windows XP PRO SP1 Recovery Console\n"

    print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

    print "1) Load ERC Commander \n"

    print "2) Load ERC Commander /Inram \n"

    print "3) Load Disk Commander \n"

    print c "\n\n"

    print "Press any key to return to main menu... \n"

    Recov:

    getkey 20 goto menu

    if $lastKey == key[1]; then chain /ERDC.DAT

    if $lastKey == key[2]; then chain /ERD1.DAT

    if $lastKey == key[3]; then chain /DCOM.DAT

    if $lastKey == key[F5]; then goto Help

    goto menu

    WINME:

    cls

    print r "\n\cXXPress \c0BF5 \cXXfor Help \n"

    print c "\n\cXXMicrosoft Windows ME \n"

    print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

    print "1) Install \n"

    print c "\n\ Code - xxxx-xxxx-xxxx-xxxx \n"

    print c "\n\n"

    print "Press any key to return to main menu... \n"

    WINME:

    getkey 20 goto menu

    if $lastKey == key[1]; then memdisk /ME.IMA

    if $lastKey == key[F5]; then goto Help

    goto menu

    98se:

    cls

    print r "\n\cXXPress \c0BF5 \cXXfor Help \n"

    print c "\n\cXXMicrosoft Windows 98se \n"

    print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

    print "1) Install \n"

    print c "\n\ Code - xxxx-xxxx-xxxx-xxxx \n"

    print c "\n\n"

    print "Press any key to return to main menu... \n"

    98se:

    getkey 20 goto menu

    if $lastKey == key[1]; then memdisk /98SE.IMA

    if $lastKey == key[F5]; then goto Help

    goto menu

    serial:

    cls

    print r "\n\cXXPress \c0BF5 \cXXfor Help \n"

    print c "\n\cXXSerial Numbers\n"

    print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"

    type /Serial.txt

    print c "\n\n"

    print "Press any key to return to main menu... \n"

    getkey

    goto menu

    WIN95:

    cls

    print r "\n\cXXPress \c0BF5 \cXXfor Help \n"

    print c "\n\cXXMicrosoft Windows 95 \n"

    print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

    print "1) Install \n"

    print c "\n\ Code - xxxxxxxxxxxxxxxx \n"

    print c "\n\n"

    print "Press any key to return to main menu... \n"

    WIN95:

    getkey 20 goto menu

    if $lastKey == key[1]; then memdisk /95.IMA

    if $lastKey == key[F5]; then goto Help

    goto menu

    Help:

    cls

    print c "\n\cXXMulti-Boot DVD Help \n"

    print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

    print "\n"

    print "Install Types \n"

    print "ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

    print "Regular - This type of installation requires the user to input information when prompt. \n"

    print "\n"

    print "Unattended - This type of installation is basically the same as above but has less prompts and auto serial. \n"

    print c "\n\n"

    print "Windows 2003, 2000 and XP have been specially reduced in size for a much faster installation. \n"

    print "Press any key to return to main menu... \n"

    getkey

    goto menu

    end

  4. Dude im sure your going the wrong way with doing this, all u need to do is delete to image file u have already created and then copy the files which i have attached to the root of ur cd. These files are the files which the operating system scans for to say that SP1 is on the CD and will boot with no problems...

    PRO.rar

  5. For starters you are going the wrong way really for creating a single OS CD, u can use the multiboot method but u dont have to...All you need to do is take the Files/folders from your /Server2003/Enterprise folder and copy them to something like C:\server2003.

    You will then end up with 2003 Enterprise within this folder with folders like i386, tools etc. Then all you need to do is place CDimage and a copy of the 3ENT.dat into c:\ and modify the entery within 3ENT.dat back to i386 then rename it to 3ENT.BIN. Then Run Cmd then the command CD\ to take you to the root of C:\ then run

    cdimage.exe -lWIN2003ENTCD -t07/22/2004,09:00:00 -bc:\3ENT.BIN -h -n -o -m c:\Server~1 C:\2003ENT.iso

  6. Thats one badass case modification u got there, nuclear war/car crusher look. I'm gob smacked with how F**ked up ur PC is :) hey well look on the bright side of life your getting a brand new PC/Cash for it and some of them parts are still usable, u nearly got 2 PCs fo the price of one :rolleyes:

  7. You have a big problem on ur hands, hmm ur talking about updating ur bios to be able to see the rest of HHD size fair enough. But have u thought of using apps like partition magic 8 to see how much space is unpartitioned and to see if u can resize ur 137Gig back up to near 200Gig? I presume your using a Windows operating system. The file architecture for windows isn't an extact 1000 kbs for every 1mb its 1024kbs, This means for example if u have a 200Gig hard drive u will not come out seeing 200Gig but u might see 190Gig which is really 200Gig using 1024kbs per Mb.

    I could be rambling on about nothing here but have u ever thought of the fact it might be a 140Gig hard drive? i have 2x 60 HHD's and i only get to see around 57gig on each drive due to its file architecture.

  8. Sup guys, i'm having problems with this dam noreboot. I can easily get the XP files to copy to my hard drive and change the folders to Boot and Install but when i go to boot XP in virtual PC i get an error about some file can't be found before the installation screen is up (this is before the EULA screen). I know that the txtsetup.sif holds the information on which tells XP what files to install but the files arn't there in the folder (i386).

    Is this a common problem with the noreboot command? it doesn't seem that when u use /noreboot to copy the files to ur pc to make it smaller for going on disc that XP takes into account to edit the txtsetup.sif to get rid of the extra values (the files it has got rid of).

    This problem is a pain in the a**, i have used /noreboot for like XP, 2003 and 2000 each version of all.

    Any suggestions? is this a common thing?

    I could go to install each OS and see which files it can't find and then edit the txtsetup.sif manually but :) that will take a while.

    Thx if anyone can help me

  9. MainKey:

    getkey 20 boot 0x80

    if $lastKey == key[1]; then goto XP_Pro

    if $lastKey == key[2]; then goto XP_Home

    if $lastKey == key[3]; then goto XP_Media

    if $lastKey == key[4]; then goto 2k3_Sta

    if $lastKey == key[5]; then goto 2k3_Web

    if $lastKey == key[6]; then goto 2k3_dcs

    if $lastKey == key[7]; then goto 2k3_Ent

    if $lastKey == key[8]; then goto 2kpro

    if $lastKey == key[9]; then goto 2kser

    if $lastKey == key[0]; then goto 2kads

    if $lastKey == key[q]; then goto 2kdat

    if $lastKey == key[w]; then goto WINME

    if $lastKey == key[e]; then goto 98se

    if $lastKey == key; then goto WIN95

    if $lastKey == key[c]; then end

    if $lastKey == key[r]; then reboot

    if $lastKey == key[esc]; then boot 0x80

    XP_Pro:

    cls

    print r "\n\cXXPress \c0BF1 \cXXfor Help \n"

    print c "\n\cXXMicrosoft Windows XP Professional SP1 Corporate \n"

    print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n"

    print "1) Install \n"

    print c "\n\ Code - *********************** \n"

    print c "\n\n"

    print "Press any key to return to main menu... \n"

    XP_Pro_Key:

    getkey 20 goto menu

    if $lastKey == key[1]; then chain /23WC.DAT

    goto menu

  10. HI guys i'm in dying need of some help, I have create a PE of Windows XP i can't seem to get it to load in my boot menu, all what happens is that cdshell tries to load the .dat files and comes up with weird jibberish on the screen shown the string SETUPLDR.BINBOOTFIX.BIN23WC. I'm using Bart's PE if thats any help.

    I have used the directory c:\LONG for the root folder of my CD (i'm just messing around to get these files to work then i will be adding them later into my DVD root folder later, i can make normal windows version load from the boot menu but not PE based versions).

    The directory im using is shown below

    C:\LONG

    - winbom.inf

    - win51ip.sp1

    - win51ip

    - CDIMAGE.exe

    - 23WC.DAT

    +\BOOT (where cdshell lives)

    +\23WC (XP PE)

    - autorun.inf

    - biosinfo.inf

    - explorer.exe

    - ntdetect.com

    - setupldr.bin

    - spcmdcon.sys

    - txtsetup.sif

    - win51ip

    - win51ip.sp1

    - winbom.inf

    +\Fonts

    +\Inf

    +\Profiles

    +\Programs

    +\System32

    +\WinSxS

    I have editted the 23WC.DAT file to read as SETUPLDR.BINBOOTFIX.BIN23WC which should say look inside the folder 23WC. Within the 23WC folder i have replaced the text string i386 for 23WC within the setupdlr.bin. I create the image file using CDIMAGE,i then it load it into my virtual PC console and i get the error meantioned above.

    I've tried using various guides on adding Longhorn, ERD Commander into my DVD but couldn't get them to work either so i tried to adapt them methods into my XP winPE

    Do i need to create a boot folder like u do for XP where u take the boot discs extract the files etc? but that would go to load xp to install but not run...

    Any help will be great, thx in advance... if i can over come this then i can start on Longhorn Whooohooo!

×
×
  • Create New...