home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 October / PCpro_2006_10.ISO / files / wininside / ubcd / ubcd34-basic.exe / ubcd34-basic.iso / boot / menus / filesys2.scn < prev    next >
Encoding:
Text File  |  2005-11-07  |  4.0 KB  |  60 lines

  1. #
  2. # Filesystem Utilities #2
  3. #
  4. menu:
  5. set textColor = color[white on cyan]
  6. clear
  7. set textColor = color[yellow on blue]
  8. print "                            ULTIMATE BOOT CD VER 3.4                            "
  9. print "                         http://www.ultimatebootcd.com/                         "
  10. print "                                                                                "
  11. set textColor = color[white on red]
  12. print "                             [Filesystem Tools 2/2]                             "
  13. set textColor = color[white on cyan]
  14. print "                                                                                "
  15. set textColor = color[yellow on cyan]
  16. print " File Tools                                                                     "
  17. set textColor = color[white on cyan]
  18. print " [F1] DOS Navigator V4.9.0                                                      "
  19. print " [F2] File Maven V3.5a                                                          "
  20. print " [F3] Necromancer's DOS Navigator V2.15 Build 4000                              "
  21. print " [F4] D-Browse V1.24 (Remember to enable long filename support during bootup!)  "
  22. print " [F5] Eraser for DOS V5.7                                                       "
  23. print "                                                                                "
  24. set textColor = color[yellow on cyan]
  25. print " NTFS Tools                                                                     "
  26. set textColor = color[white on cyan]
  27. print " [F6] Offline NT Password & Registry Editor 050303                              "
  28. print " [F7] Active NTFS Reader for DOS V1.0.1                                         "
  29. print " [F8] EditBINI V1.01.1                                                          "
  30. print " [F9] Boot Partition V2.50                                                      "
  31. print " [ 1] NTFS4DOS (Freeware Version)                                               "
  32. print "                                                                                "
  33. print "                                                                                "
  34. print "                                                                                "
  35. print "                                                                                "
  36. print "                                                                                "
  37. set textColor = color[white on blue]
  38. print " $(x$expert)  Left/right arrow key for previous/next screen. ESC returns to main menu.    "
  39. set textColor = color[white on black]
  40.  
  41. #
  42. # Actions
  43. #
  44. getkey
  45. clear
  46. if ($lastKey == key[f1]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "dosnavig"; then script launch.scn
  47. if ($lastKey == key[f2]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "fmaven"; then script launch.scn
  48. if ($lastKey == key[f3]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "ndn"; then script launch.scn
  49. if ($lastKey == key[f4]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "dbrowse"; then script launch.scn
  50. if ($lastKey == key[f5]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "eraser"; then script launch.scn
  51. if ($lastKey == key[f6]); then set method = "diskemu"; then set image = "offline"; then script launch.scn
  52. if ($lastKey == key[f7]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "readntfs"; then script launch.scn
  53. if ($lastKey == key[f8]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "editbini"; then script launch.scn
  54. if ($lastKey == key[f9]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "bootpart"; then script launch.scn
  55. if ($lastKey == key[1]); then set method = "diskemu"; then set image = "ntfs4dos"; then script launch.scn
  56. if ($lastKey == key[ins]); then set expert = ($expert + 1) % 2;
  57. if ($lastKey == key[left]); then script filesys.scn
  58. if ($lastKey == key[esc]); then script main.scn
  59. goto menu
  60.