CODE
xphc:
cls
print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ\c0F[$time $date]\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n"
print c "\cXXWindows XP POWERPACK\n\n"
print c "\cXXBrought To You In Part By The XP PowerPacker\n\n"
print c "\cXXCompiled By Professor C.P.U.\n\n"
print c "\cXXIn Association With Gigabytes Computer Repair\n\n"
print l "\cXXPress \c0BF1 \cXXfor Help";print r "\c0BPOWERPACKER@2SI.US \n"
print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n"
#XPHC print " \c0E(D) \c0FCorporate Edition -Unattended -With DriverPacks\n"
#XOHC print " \c0E(U) \c0FCorporate Edition -Unattended\n"
print " \c0E(R) \c0FCorporate Edition -Regular\n"
print "\n"
print " \c0E(ESC) Main Menu\n"
print l " \c0E(Q) \c0CQ\c09uit to Command Prompt \n"
print l " \c0E(F12) \c0CR\c09eboot \n"
print c "\n"
xphc_key:
getkey 20 boot 0x80
#XPPR if $lastKey == key[d]; then chain /XPHR.DAT
#XOPR if $lastKey == key[u]; then chain /XOHR.DAT
#ROPR if $lastKey == key[r]; then chain /ROHR.DAT
if $lastKey == key[F1]; then goto Help
if $lastKey == key[q]; then end
if $lastKey == key[F12]; then reboot
if $lastKey == key[esc]; then goto menu
cls
print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ\c0F[$time $date]\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n"
print c "\cXXWindows XP POWERPACK\n\n"
print c "\cXXBrought To You In Part By The XP PowerPacker\n\n"
print c "\cXXCompiled By Professor C.P.U.\n\n"
print c "\cXXIn Association With Gigabytes Computer Repair\n\n"
print l "\cXXPress \c0BF1 \cXXfor Help";print r "\c0BPOWERPACKER@2SI.US \n"
print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n"
#XPHC print " \c0E(D) \c0FCorporate Edition -Unattended -With DriverPacks\n"
#XOHC print " \c0E(U) \c0FCorporate Edition -Unattended\n"
print " \c0E(R) \c0FCorporate Edition -Regular\n"
print "\n"
print " \c0E(ESC) Main Menu\n"
print l " \c0E(Q) \c0CQ\c09uit to Command Prompt \n"
print l " \c0E(F12) \c0CR\c09eboot \n"
print c "\n"
xphc_key:
getkey 20 boot 0x80
#XPPR if $lastKey == key[d]; then chain /XPHR.DAT
#XOPR if $lastKey == key[u]; then chain /XOHR.DAT
#ROPR if $lastKey == key[r]; then chain /ROHR.DAT
if $lastKey == key[F1]; then goto Help
if $lastKey == key[q]; then end
if $lastKey == key[F12]; then reboot
if $lastKey == key[esc]; then goto menu
#ROPR if $lastKey == key[r]; then chain /ROHR.DAT
should be
if $lastKey == key[r]; then chain /ROHC.DAT


