home *** CD-ROM | disk | FTP | other *** search
- #
- # User-defined Tools
- #
- custom_menu:
- set textColor = color[white on black]
- clear
- set textColor = color[yellow on blue]
- print " ULTIMATE BOOT CD VER 3.1 "
- print " http://www.ultimatebootcd.com/ "
- print " "
- set textColor = color[white on red]
- print " [PowerQuest Tools] "
- set textColor = color[white on cyan]
- print " "
- set textColor = color[brightgrey on cyan]
- print " [F1] PowerQuest Partition Magic "
- print " "
- set textColor = color[brightgrey on cyan]
- print " [F2] PowerQuest Drive Image "
- print " "
- print " "
- print " "
- print " "
- print " "
- print " "
- print " "
- print " "
- set textColor = color[white on blue]
- print " Please select an item (ESC to return to previous menu) "
- set textColor = color[white on black]
-
- #
- # Actions
- #
- getkey 500 script boothdd0.scn
- clear
- if ($lastKey == key[f1]); then diskemu \images\PQPM.IMA
- if ($lastKey == key[f2]); then diskemu \images\PQDI.IMA
- if ($lastKey == key[esc]); then script main.scn
- goto custom_menu
-
-