home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 April / PCpro_2005_04.ISO / boot / menus / filesys2.scn < prev    next >
Encoding:
Text File  |  2005-02-13  |  2.9 KB  |  50 lines

  1. #
  2. # Filesystem Utilities #2
  3. #
  4. filesys2_menu:
  5. set textColor = color[white on blue]
  6. clear
  7. set textColor = color[white on blue]
  8. print "                             PCpro-Notfall-CD                                   "
  9. print "                   powered by ULTIMATE BOOT CD VER 3.2                          "
  10. print "                         www.pc-professionell.de                                "
  11. set textColor = color[red on grey]
  12. print "                                                                                "
  13. print "                         [Dateisystem-Tools 2/2]                                "
  14. set textColor = color[black on grey]
  15. print "                                                                                "
  16. set textColor = color[yellow on grey]
  17. print " NTFS-Tools                                                                     "
  18. set textColor = color[black on grey]
  19. print " [F1] Offline NT Password & Registry Editor 041205                              "
  20. print " [F2] Active NTFS Reader for DOS V1.0.1                                         "
  21. print " [F3] EditBINI V1.01.1                                                          "
  22. print " [F4] Boot Partition V2.50                                                      "
  23. print "                                                                                "
  24. print "                                                                                "
  25. print "                                                                                "
  26. print "                                                                                "
  27. print "                                                                                "
  28. print "                                                                                "
  29. print "                                                                                "
  30. print "                                                                                "
  31. print "                                                                                "
  32. print "                                                                                "
  33. print "                                                                                "
  34. print "                                                                                "
  35. set textColor = color[white on blue]
  36. print "               Auswahl treffen oder mit ESC zur vorherigen Seite                "
  37. set textColor = color[white on blue]
  38. #
  39. # Actions
  40. #
  41. getkey 500 script boothdd0.scn
  42. clear
  43. if ($lastKey == key[f1]); then memdisk \images\offline.igz
  44. if ($lastKey == key[f2]); then bcdw \images\freedos.img \dosapps\readntfs\startup.bat
  45. if ($lastKey == key[f3]); then bcdw \images\freedos.img \dosapps\editbini\startup.bat
  46. if ($lastKey == key[f4]); then bcdw \images\freedos.img \dosapps\bootpart\startup.bat
  47. if ($lastKey == key[esc]); then script filesys.scn
  48. goto filesys2_menu
  49.  
  50.