|
|
|
|
5th Nov 02, 01:37 PM
|
|
BetaONE Supporter
|
|
Join Date: Sep 2001
Location: Swede 'n Japan
Posts: 603
|
|
amazing work again by khauyeung .... now to find it n put it in my collection
__________________
|
|
5th Nov 02, 03:08 PM
|
|
Super Moderator
|
|
Join Date: Jul 2002
Location: Australia
Posts: 2,902
|
|
Originally posted by Keru@Nov 5 2002, 08:37 PM
amazing work again by khauyeung .... now to find it n put it in my collection
same
found a 3 in 1 for win2k
but not this yet <_<
searching beyond hell for it
Windows XP Media Center Edition mage ammo
cant wait till that !
|
|
5th Nov 02, 03:24 PM
|
New Member
|
|
Join Date: Sep 2001
Posts: 8
|
|
It's been on the newsgroups. Reportedly there is a problem with bscript.ini which has been modified. But there's still some grumbling that the startup menu doesn't work for everyone. I D'L it but haven't burned the iso. Waiting to see further mods.
"Confirmed a reported problem of failure in booting into anyone of the 8
XP's. The problem was found to be due to a change of the "chain" command in
the latest version of the BootScriptor: "chain" can only be applied to the
current directory! A correction of BSCRIPT.INI under the \BSCRIPT folder is
necessary to fix the problem:
1. Use WinISO to open the XPMCTP_8in1.iso
2. Right Click the \BSCRIPT\BSCRIPT.INI file, Rename it to BSCRIPT.OLD
3. Highlight the \BSCRIPT folder, Click Actions, Add Files to add the new
BSCRIPT.INI which I attached in this post.
4. Click File, Save as to save the modified ISO as XPMCTP_8in1_v2.iso.
5. Now Burn the XPMCTP_8in1_v2.iso onto a CD, everything will be working
fine.
I am sorry for bringing you the inconvenience! Have fun in editing!!"
================================================== ==========
;
; bscript.ini file for the Super Multi-Bootable CD
; Copyright © 2001-2002 by Michael K.H. Au-Yeung
; (Boot Scriptor, ILoader files are Copyright © 1999-2002 by Michael K Ter Louw, Bart Lagerweij & Gary Tong.)
; (ISOLinux amd Memdisk are Copyright © 1994-2002 by H. Peter Anvin.)
; (MSNET & CDROM Boot Disks are Copyright © 1999-2002 by Bart Lagerweij)
; (Special Credits are given to DaveH for contribution of his excellent Boot Floppy Images)
;
;
;
cls
;type bootmsg.txt
color 0x0F
print " "
color 0xCF
print " Michael K.H. Au-Yeung's WXP-MCE-TPE 8in1 Multi-Bootable CD "
color 0x0F
print "\n"
print "\n"
color 0x0A
print " 0) Install Windows XP (SP1) Professional (Volume Licence)\n"
print " 1) Install Windows XP (SP1) Home Edition (Volume Licence)\n"
print " 2) Install Windows XP (SP1) Professional (Retail)\n"
print " 3) Install Windows XP (SP1) Home Edition (Retail)\n"
print " 4) Install Windows XP (SP1) Professional (OEM)\n"
print " 5) Install Windows XP (SP1) Home Edition (OEM)\n"
print " 6) Install Windows XP (SP1) Media Center Edtion\n"
print " 7) Install Windows XP (SP1) Tablet PC Edition\n"
print "\n"
color 0x07
print " 8) Boot Windows 98 [Version 4.10.2222] with Commands support\n"
print " 9) Boot Windows 98 [Version 4.10.2222] with NTFS-Pro support\n"
color 0x0F
print " a) Boot from Floppy A (0x00)\n"
print " n) Boot Bart's Network Boot Disk\n"
print " p) Run Partition Magic 8 from a RAM Drive\n"
print " r) Boot Partition Recovery\n"
print " q) Quit Boot Scriptor & return to the Isolinux command prompt\n"
print "\n"
color 0x0D
print " g) Boot Norton Ghost 2003 Boot Disk to run GHOST.EXE\n"
print " v) Boot Norton AntiVirus 2003 Emergency Virus Repair Disk\n"
color 0x0E
print " Esc) Boot from first hard drive (0x80) [Default]\n"
print "\n"
color 0x0B
print " Hit the key of your choice: "
color 0x0F
; timeout is 30 seconds, default key is escape
getkey 30 setkey esc
onkey 0 goto volpsect
onkey 1 goto volhsect
onkey 2 goto fpppsect
onkey 3 goto fpphsect
onkey 4 goto oempsect
onkey 5 goto oemhsect
onkey 6 goto mctrsect
onkey 7 goto tbltsect
onkey 8 goto w98
onkey 9 goto ntfs_pro
onkey a boot 0x00
onkey c goto cdrom
onkey d goto di6
onkey e goto er
onkey g goto ghost2k3
onkey l goto linux
onkey n goto msnet
onkey p goto pm8
onkey q quit
onkey r goto recpart
onkey s goto sr5
onkey v goto nvus2003
onkey esc boot 0x80
erdc2002:
cd \
chain bootsect.bin
getkey
goto exit
volpsect:
cd \
chain volpsect.bin
getkey
goto exit
volhsect:
cd \
chain volhsect.bin
getkey
goto exit
fpppsect:
cd \
chain fpppsect.bin
getkey
goto exit
fpphsect:
cd \
chain fpphsect.bin
getkey
goto exit
oempsect:
cd \
chain oempsect.bin
getkey
goto exit
oemhsect:
cd \
chain oemhsect.bin
getkey
goto exit
mctrsect:
cd \
chain mctrsect.bin
getkey
goto exit
tbltsect:
cd \
chain tbltsect.bin
getkey
goto exit
cdrom:
memdisk cdrom.img
getkey
goto exit
msnet:
memdisk msnet.img
getkey
goto exit
nsw2003:
memdisk nsw2003.img
getkey
goto exit
nvus2003:
memdisk nvus2003.img
getkey
goto exit
ghost2k3:
memdisk ghost2k3.img
getkey
goto exit
msd:
memdisk boot_msd.img
getkey
goto exit
pcd:
memdisk boot_pcd.img
getkey
goto exit
w98:
memdisk w98_cmd.img
getkey
goto exit
ntfs_pro:
memdisk w98_ntfs.img
getkey
goto exit
di6:
memdisk boot_di6.img
getkey
goto exit
er:
memdisk boot_er.img
getkey
goto exit
linux:
memdisk tomsrtbt.img
getkey
goto exit
pm8:
memdisk pm8.img
getkey
goto exit
recpart:
memdisk recpart.img
getkey
goto exit
sr5:
memdisk spinrite.img
getkey
goto exit
exit:
end
|
|
5th Nov 02, 06:39 PM
|
|
BetaONE Supporter
|
|
Join Date: Jul 2001
Location: Canada
Posts: 1,051
|
|
Re: Media Center. Got it, burned it. All seems ok, but when I installed it, the program doesn't function correctly. Anybody had success with Media Center? Does it have anything useful in it, or is it just an attempt to ween clients away from good programs like ACDSee, and the many 3rd party media managment and processing software. Big ain't better.
The secret to Windows success is the plethora of 3rd party sofware vendors. Linux will take off when the programs you can use are a little more friendly to install and more 3rd party editors are interested.
|
|
5th Nov 02, 10:46 PM
|
|
I installed Win XP Media Center Edition from 8in1 and I didn't have any problems and I used Reset 5.01.
I'm using Win XP Media Center for a few days now and it's runing well.
|
|
6th Nov 02, 02:05 AM
|
|
Super Moderator
|
|
Join Date: Jul 2002
Location: Australia
Posts: 2,902
|
|
Originally posted by Fisher@Nov 6 2002, 05:46 AM
I installed Win XP Media Center Edition from 8in1 and I didn't have any problems and I used Reset 5.01.
I'm using Win XP Media Center for a few days now and it's runing well.
sorry what does Reset 5.01 doing?
|
|
6th Nov 02, 02:59 AM
|
Senior Member
|
|
Join Date: Mar 2002
Posts: 107
|
|
what is the size of media center edition and does it work on pcs or what sorry for the dump question.
|
|
6th Nov 02, 01:05 PM
|
|
Senior Member
|
|
Join Date: Sep 2002
Posts: 419
|
|
hey guys where can i "get" this one
|
|
17th Nov 02, 01:06 AM
|
|
BetaONE Supporter
|
|
Join Date: Jul 2001
Posts: 819
|
|
Originally posted by fares@Nov 6 2002, 02:59 AM
what is the size of media center edition and does it work on pcs or what sorry for the dump question.
Look here. It will answer your question fares.
Edit: *lol* It's late. My brain definitly is failing, I'm sure of that now. Forgot the link: http://www.microsoft.com/windowsxp/m...on/default.asp
__________________
Several security vulnerabilities in Firefox and the Mozilla Suite of Internet software put users of the open-source products at risk of hacker attacks, the Mozilla Foundation is warning.
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
Thread Tools |
|
Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +1. The time now is 07:51 AM.
|
|