home *** CD-ROM | disk | FTP | other *** search
- #
- # Filesystem Utilities #2
- #
- menu:
- set textColor = color[white on cyan]
- clear
- set textColor = color[yellow on blue]
- print " ULTIMATE BOOT CD VER 3.4 "
- print " http://www.ultimatebootcd.com/ "
- print " "
- set textColor = color[white on red]
- print " [Filesystem Tools 2/2] "
- set textColor = color[white on cyan]
- print " "
- set textColor = color[yellow on cyan]
- print " File Tools "
- set textColor = color[white on cyan]
- print " [F1] DOS Navigator V4.9.0 "
- print " [F2] File Maven V3.5a "
- print " [F3] Necromancer's DOS Navigator V2.15 Build 4000 "
- print " [F4] D-Browse V1.24 (Remember to enable long filename support during bootup!) "
- print " [F5] Eraser for DOS V5.7 "
- print " "
- set textColor = color[yellow on cyan]
- print " NTFS Tools "
- set textColor = color[white on cyan]
- print " [F6] Offline NT Password & Registry Editor 050303 "
- print " [F7] Active NTFS Reader for DOS V1.0.1 "
- print " [F8] EditBINI V1.01.1 "
- print " [F9] Boot Partition V2.50 "
- print " [ 1] NTFS4DOS (Freeware Version) "
- print " "
- print " "
- print " "
- print " "
- print " "
- set textColor = color[white on blue]
- print " $(x$expert) Left/right arrow key for previous/next screen. ESC returns to main menu. "
- set textColor = color[white on black]
-
- #
- # Actions
- #
- getkey
- clear
- if ($lastKey == key[f1]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "dosnavig"; then script launch.scn
- if ($lastKey == key[f2]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "fmaven"; then script launch.scn
- if ($lastKey == key[f3]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "ndn"; then script launch.scn
- if ($lastKey == key[f4]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "dbrowse"; then script launch.scn
- if ($lastKey == key[f5]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "eraser"; then script launch.scn
- if ($lastKey == key[f6]); then set method = "diskemu"; then set image = "offline"; then script launch.scn
- if ($lastKey == key[f7]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "readntfs"; then script launch.scn
- if ($lastKey == key[f8]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "editbini"; then script launch.scn
- if ($lastKey == key[f9]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "bootpart"; then script launch.scn
- if ($lastKey == key[1]); then set method = "diskemu"; then set image = "ntfs4dos"; then script launch.scn
- if ($lastKey == key[ins]); then set expert = ($expert + 1) % 2;
- if ($lastKey == key[left]); then script filesys.scn
- if ($lastKey == key[esc]); then script main.scn
- goto menu
-