Jump to content

bootable CD


el_rob3

Recommended Posts

hi guys

i want small help from u

i hope to create bootable CD with these features:

1-boot from hard disk

2-setup win 98

3-setup win me

4-boot from hard disk

using CDshell

what is the code witch must be written to create my bootable CD

help!!!! :)

Link to comment
Share on other sites


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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...