home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 July / PCpro_2004_07.ISO / boot / cdshell.ini < prev    next >
Encoding:
Text File  |  2004-05-10  |  34.6 KB  |  619 lines

  1. #
  2. # Main Menu
  3. #
  4. main_menu:
  5. set textColor = color[white on brightblue]
  6. print "                                                                                "
  7. print "                         ULTIMATE BOOT CD VERSION 2.21                          "
  8. print "                                                                                "
  9. set textColor = color[white on brightred]
  10. print "                                 [Startmenue]                                   "
  11. set textColor = color[white on blue]
  12. print "                                                                                "
  13. print "                                                                                "
  14. print "                                                                                "
  15. print "                                                                                "
  16. print "                       [F1]  Festplatten-Utilities                              "
  17. print "                       [F2]  Filesystem-Utilities                               "
  18. print "                       [F3]  Memory-Utilities                                   "
  19. print "                       [F4]  System-Utilities                                   "
  20. print "                       [F5]  Linux Boot-Disketten                               "
  21. print "                       [F6]  Verschiedenes                                      "
  22. print "                                                                                "
  23. print "                       [F10] Booten Floppy Laufwerk A:                          "
  24. print "                       [F11] Booten von erster Festplatte                       "
  25. print "                       [F12] Booten von zweiter Festplatte                      "
  26. print "                                                                                "
  27. print "                                                                                "
  28. print "                                                                                "
  29. print "                                                                                "
  30. set textColor = color[white on blue]
  31. print "                      Bitte waehlen Sie einen Eintrag                           "
  32. print "         (Nach 5 Minuten wird von der ersten Festplatte gestartet)              "
  33.  
  34. set textColor = color[white on brightblue]
  35.  
  36. #
  37. # Main Menu - Actions
  38. #
  39. getkey 500 goto hddboot80
  40. if ($lastKey == key[f1]); then goto hdd_menu
  41. if ($lastKey == key[f2]); then goto filesys_menu
  42. if ($lastKey == key[f3]); then goto memory_menu
  43. if ($lastKey == key[f4]); then goto system_menu
  44. if ($lastKey == key[f5]); then goto linux_menu
  45. if ($lastKey == key[f6]); then goto others_menu
  46. if ($lastKey == key[f10]); then goto fddboot
  47. if ($lastKey == key[f11]); then goto hddboot80
  48. if ($lastKey == key[f12]); then goto hddboot81
  49. goto main_menu
  50.  
  51. #
  52. # Boot from floppy drive A:
  53. #
  54. fddboot:
  55. if bootCheck[0]; then boot 0
  56. clear
  57. set textColor = color[brightred on brightblue]
  58. print "\n"
  59. print "\acDrive is not bootable\n"
  60. wait 0
  61.  
  62. #
  63. # Boot from first hard disk
  64. #
  65. hddboot80:
  66. if bootCheck[0x80]; then boot 0x80
  67. clear
  68. set textColor = color[brightred on brightblue]
  69. print "\n"
  70. print "\acDrive is not bootable\n"
  71. wait 0
  72.  
  73. #
  74. # Boot from second hard disk
  75. #
  76. hddboot81:
  77. if bootCheck[0x81]; then boot 0x81
  78. clear
  79. set textColor = color[brightred on brightblue]
  80. print "\n"
  81. print "\acDrive is not bootable\n"
  82. wait 0
  83.  
  84. #
  85. # Festplatten-Utilities
  86. #
  87. hdd_menu:
  88. set textColor = color[white on brightblue]
  89. clear
  90. set textColor = color[white on brightred]
  91. print "                                                                                "
  92. print "                         ULTIMATE BOOT CD VERSION 2.21                          "
  93. print "                            [Festplatten-Utilities]                             "
  94. print "                                                                                "
  95. set textColor = color[white on brightblue]
  96. print "                                                                                "
  97. print " [F1] Festplatten-Installation                                                  "
  98. print "                                                                                "
  99. print " [F2] Festplatten-Diagnose                                                      "
  100. print "                                                                                "
  101. print " [F3] Festplatten-Management                                                    "
  102. print "                                                                                "
  103. set textColor = color[yellow on brightblue]
  104. print " Festplatten sicher loeschen                                                    "
  105. set textColor = color[white on brightblue]
  106. print " [F4] AutoClave V0.3                                                            "
  107. print " [F5] Active@ KillDisk Free Edition V3.0                                        "
  108. print " [F6] Darik's Boot and Nuke V1.0.2                                              "
  109. print "                                                                                "
  110. set textColor = color[yellow on brightblue]
  111. print " Festplatten kopieren                                                           "
  112. set textColor = color[white on brightblue]
  113. print " [F7] HDClone V2.0 (Free Edition)                                               "
  114. print " [F8] g4u V1.14                                                                 "
  115. print "                                                                                "
  116. print "                                                                                "
  117. print "                                                                                "
  118. print "                                                                                "
  119. set textColor = color[white on brightblue]
  120. print "         Bitte waehlen Sie einen Eintrag (Mit ESC einen Schritt zurueck)        "
  121. set textColor = color[white on brightblue]
  122.  
  123. #
  124. # Festplatten-Utilities
  125. #
  126. getkey 500 goto hddboot80
  127. if ($lastKey == key[f1]); then goto hdd_menu_installation
  128. if ($lastKey == key[f2]); then goto hdd_menu_diagnosis
  129. if ($lastKey == key[f3]); then goto hdd_menu_management
  130. if ($lastKey == key[f4]); then memdisk /images/clave.img
  131. if ($lastKey == key[f5]); then memdisk /images/killdisk.img
  132. if ($lastKey == key[f6]); then memdisk /images/dban.img
  133. if ($lastKey == key[f7]); then memdisk /images/hdclone.img
  134. if ($lastKey == key[f8]); then diskemu /images/g4u.img
  135. if ($lastKey == key[esc]); then goto main_menu
  136. goto hdd_menu
  137.  
  138. #
  139. # Festplatten-Utilities - Installation
  140. #
  141. hdd_menu_installation:
  142. set textColor = color[white on brightblue]
  143. clear
  144. set textColor = color[white on brightred]
  145. print "                                                                                "
  146. print "                         ULTIMATE BOOT CD VERSION 2.21                          "
  147. print "                            [Festplatten-Utilities]                             "
  148. print "                                                                                "
  149. set textColor = color[white on brightblue]
  150. print "                                                                                "
  151. set textColor = color[yellow on brightblue]
  152. print " Festplatten-Installation                                                       "
  153. set textColor = color[white on brightblue]
  154. print "                                                                                "
  155. set textColor = color[yellow on brightblue]
  156. print " -- Maxtor --                                                                   "
  157. set textColor = color[white on brightblue]
  158. print " [F1] MaxBlast 3 V3.6                                                           "
  159. print "                                                                                "
  160. set textColor = color[yellow on brightblue]
  161. print " -- Seagate --                                                                  "
  162. set textColor = color[white on brightblue]
  163. print " [F2] DiscWizard 2003                                                           "
  164. print "                                                                                "
  165. print "                                                                                "
  166. print "                                                                                "
  167. print "                                                                                "
  168. print "                                                                                "
  169. print "                                                                                "
  170. print "                                                                                "
  171. print "                                                                                "
  172. print "                                                                                "
  173. print "                                                                                "
  174. print "                                                                                "
  175. set textColor = color[white on brightblue]
  176. print "         Bitte waehlen Sie einen Eintrag (Mit ESC einen Schritt zurueck)        "
  177. set textColor = color[white on brightblue]
  178.  
  179. #
  180. # Festplatten-Utilities - Installation - Aktionen
  181. #
  182. getkey 500 goto hddboot80
  183. if ($lastKey == key[f1]); then memdisk /images/maxblast.img
  184. if ($lastKey == key[f2]); then memdisk /images/discwiz.img
  185. if ($lastKey == key[esc]); then goto hdd_menu
  186. goto hdd_menu_installation
  187.  
  188. #
  189. # Festplatten-Utilities - Diagnose
  190. #
  191. hdd_menu_diagnosis:
  192. set textColor = color[white on brightblue]
  193. clear
  194. set textColor = color[white on brightred]
  195. print "                                                                                "
  196. print "                         ULTIMATE BOOT CD VERSION 2.21                          "
  197. print "                            [Festplatten-Utilities]                             "
  198. print "                                                                                "
  199. set textColor = color[white on brightblue]
  200. print "                                                                                "
  201. set textColor = color[yellow on brightblue]
  202. print " Festplatten-Diagnose                                                           "
  203. set textColor = color[white on brightblue]
  204. print "                                                                                "
  205. set textColor = color[yellow on brightblue]
  206. print " -- IBM/Hitachi --                      -- Maxtor/Quantum --                    "
  207. set textColor = color[white on brightblue]
  208. print " [F1]  Drive Fitness Test V3.60         [F2] PowerMax V4.06                     "
  209. print "                                                                                "
  210. set textColor = color[yellow on brightblue]
  211. print " -- Seagate --                                                                  "
  212. set textColor = color[white on brightblue]
  213. print " [F3]  SeaTools Desktop V1.06.02        [F4] SeaTools Desktop v2.01.05          "
  214. print "                                                                                "
  215. set textColor = color[yellow on brightblue]
  216. print " -- Western Digital --                                                          "
  217. set textColor = color[white on brightblue]
  218. print " [F5]  DLG Diagnostic V4.15             [F6] DLG Diagnostic V5.08               "
  219. print " [F7]  Data Lifeguard V11.0                                                     "
  220. print "                                                                                "
  221. set textColor = color[yellow on brightblue]
  222. print " -- Samsung --                                                                  "
  223. set textColor = color[white on brightblue]
  224. print " [F8]  SHDIAG V1.25                     [F9] HUTIL V1.15                        "
  225. print "                                                                                "
  226. set textColor = color[yellow on brightblue]
  227. print " -- Fujitsu --                                                                  "
  228. set textColor = color[white on brightblue]
  229. print " [F10] Diagnostic Tool V6.10                                                    "
  230. print "                                                                                "
  231. set textColor = color[white on brightblue]
  232. print "         Bitte waehlen Sie einen Eintrag (Mit ESC einen Schritt zurueck)        "
  233. set textColor = color[white on brightblue]
  234.  
  235. #
  236. # Festplatten-Utilities - Diagnose - Aktionen
  237. #
  238. getkey 500 goto hddboot80
  239. if ($lastKey == key[f1]); then memdisk /images/ibm.img
  240. if ($lastKey == key[f2]); then memdisk /images/maxtor.img
  241. if ($lastKey == key[f3]); then memdisk /images/seagate.img
  242. if ($lastKey == key[f4]); then memdisk /images/seatools.img
  243. if ($lastKey == key[f5]); then memdisk /images/dlgdiag4.img
  244. if ($lastKey == key[f6]); then memdisk /images/dlgdiag5.img
  245. if ($lastKey == key[f7]); then memdisk /images/datalife.img
  246. if ($lastKey == key[f8]); then memdisk /images/samsung.img
  247. if ($lastKey == key[f9]); then memdisk /images/hutil.img
  248. if ($lastKey == key[f10]); then memdisk /images/fujitsu.img
  249. if ($lastKey == key[esc]); then goto hdd_menu
  250. goto hdd_menu_diagnosis
  251.  
  252. #
  253. # Festplatten-Utilities - Device-Management
  254. #
  255. hdd_menu_management:
  256. set textColor = color[white on brightblue]
  257. clear
  258. set textColor = color[white on brightred]
  259. print "                                                                                "
  260. print "                         ULTIMATE BOOT CD VERSION 2.21                          "
  261. print "                            [Festplatten-Utilities]                             "
  262. print "                                                                                "
  263. set textColor = color[white on brightblue]
  264. print "                                                                                "
  265. set textColor = color[yellow on brightblue]
  266. print " Festplatten-Management                                                         "
  267. set textColor = color[white on brightblue]
  268. print "                                                                                "
  269. set textColor = color[yellow on brightblue]
  270. print " -- IBM/Hitachi --                                                              "
  271. set textColor = color[white on brightblue]
  272. print " [F1] Feature Tool V1.92                                                        "
  273. print "                                                                                "
  274. set textColor = color[yellow on brightblue]
  275. print " -- Maxtor --                                                                   "
  276. set textColor = color[white on brightblue]
  277. print " [F2] AMSET V4.00                                                               "
  278. print "                                                                                "
  279. set textColor = color[yellow on brightblue]
  280. print " -- Seagate --                                                                  "
  281. set textColor = color[white on brightblue]
  282. print " [F3] UATA100 V3.06                                                             "
  283. print "                                                                                "
  284. set textColor = color[yellow on brightblue]
  285. print " -- Western Digital --                                                          "
  286. set textColor = color[white on brightblue]
  287. print " [F4] Ultra ATA Manager (June, 2003)                                            "
  288. print "                                                                                "
  289. set textColor = color[yellow on brightblue]
  290. print " -- Andere --                                                                   "
  291. set textColor = color[white on brightblue]
  292. print " [F5] SMARTUDM V2.00 (HDD SMART Viewer)                                         "
  293. print " [F6] ATA Password Tool V1.1 (Unlockt Passwort-geschuetzte Festplatten)         "
  294. print "                                                                                "
  295. set textColor = color[white on brightblue]
  296. print "         Bitte waehlen Sie einen Eintrag (Mit ESC einen Schritt zurueck)        "
  297. set textColor = color[white on brightblue]
  298.  
  299. #
  300. # Festplatten-Utilities - Device Management - Actions
  301. #
  302. getkey 500 goto hddboot80
  303. if ($lastKey == key[f1]); then memdisk /images/ibmft.img
  304. if ($lastKey == key[f2]); then memdisk /images/amset.img
  305. if ($lastKey == key[f3]); then memdisk /images/uata100.img
  306. if ($lastKey == key[f4]); then memdisk /images/dlgudma.img
  307. if ($lastKey == key[f5]); then memdisk /images/smartudm.img
  308. if ($lastKey == key[f6]); then memdisk /images/atapwd.img
  309. if ($lastKey == key[esc]); then goto hdd_menu
  310. goto hdd_menu_management
  311.  
  312. #
  313. # Filesystem Utilities
  314. #
  315. filesys_menu:
  316. set textColor = color[white on brightblue]
  317. clear
  318. set textColor = color[white on brightred]
  319. print "                                                                                "
  320. print "                         ULTIMATE BOOT CD VERSION 2.21                          "
  321. print "                             [Filesystem-Utilities]                             "
  322. print "                                                                                "
  323. set textColor = color[white on brightblue]
  324. print "                                                                                "
  325. print " [F1] Partition-Tools                                                           "
  326. print "                                                                                "
  327. set textColor = color[yellow on brightblue]
  328. print " Bootmanager                                                                    "
  329. set textColor = color[white on brightblue]
  330. print " [F2] Smart BootManager V3.7R1                                                  "
  331. print " [F3] Gujin V0.8                                                                "
  332. print "                                                                                "
  333. set textColor = color[yellow on brightblue]
  334. print " Dateimanager                                                                   "
  335. set textColor = color[white on brightblue]
  336. print " [F4] DOS Navigator V3.7.0                                                      "
  337. print " [F5] File Maven V3.5a                                                          "
  338. print "                                                                                "
  339. set textColor = color[yellow on brightblue]
  340. print " NTFS Tools                                                                     "
  341. set textColor = color[white on brightblue]
  342. print " [F6] Offline NT Password & Registry Editor 040114                              "
  343. print " [F7] Active NTFS Reader for DOS V1.0.1                                         "
  344. print " [F8] EditBINI (Edit BOOT.INI in einer NTFS-Partition) V1.01.1                  "
  345. print "                                                                                "
  346. print "                                                                                "
  347. print "                                                                                "
  348. print "                                                                                "
  349. set textColor = color[white on brightblue]
  350. print "         Bitte waehlen Sie einen Eintrag (Mit ESC einen Schritt zurueck)        "
  351. set textColor = color[white on brightblue]
  352.  
  353. #
  354. # Filesystem Utilities - Actions 
  355. #
  356. getkey 500 goto hddboot80
  357. clear
  358. if ($lastKey == key[f1]); then goto filesys_menu_partition 
  359. if ($lastKey == key[f2]); then memdisk /images/smrtboot.img
  360. if ($lastKey == key[f3]); then memdisk /images/gujin.img
  361. if ($lastKey == key[f4]); then diskemu /images/dosnavig.img
  362. if ($lastKey == key[f5]); then memdisk /images/fmaven.img
  363. if ($lastKey == key[f6]); then memdisk /images/offline.img
  364. if ($lastKey == key[f7]); then memdisk /images/ntfsread.img
  365. if ($lastKey == key[f8]); then memdisk /images/editbini.img
  366. if ($lastKey == key[esc]); then goto main_menu
  367.  
  368. #
  369. # Filesystem Utilities - Partition Tools
  370. #
  371. filesys_menu_partition:
  372. set textColor = color[white on brightblue]
  373. clear
  374. set textColor = color[white on brightred]
  375. print "                                                                                "
  376. print "                         ULTIMATE BOOT CD VERSION 2.21                          "
  377. print "                             [Filesystem-Utilities]                             "
  378. print "                                                                                "
  379. set textColor = color[white on brightblue]
  380. print "                                                                                "
  381. set textColor = color[yellow on brightblue]
  382. print " Partition Tools                                                                "
  383. set textColor = color[white on brightblue]
  384. print " [F1] Ranish Partition Manager V2.44                                            "
  385. print " [F2] XFDISK V0.9.3b (Extended FDISK)                                           "
  386. print " [F3] SPFDISK 2000-03p (Special FDISK)                                          "
  387. print " [F4] TestDisk V5.1 (Check/undelete von Partitionen)                            "
  388. print " [F5] Partition Resizer V1.3.4                                                  "                                                                               
  389. print " [F6] Partition Saving V2.80                                                    "
  390. print " [F7] Free FDISK V1.2.1                                                         "
  391. print " [F8] MBRtool V2.2.100                                                          "
  392. print " [F9] MBRWork V1.07b                                                            "
  393. print "                                                                                "
  394. print "                                                                                "
  395. print "                                                                                "
  396. print "                                                                                "
  397. print "                                                                                "
  398. print "                                                                                "
  399. print "                                                                                "
  400. print "                                                                                "
  401. set textColor = color[white on brightblue]
  402. print "         Bitte waehlen Sie einen Eintrag (Mit ESC einen Schritt zurueck)        "
  403. set textColor = color[white on brightblue]
  404.  
  405. #
  406. # Filesystem Utilities - Partition Tools - Actions 
  407. #
  408. getkey 500 goto hddboot80
  409. if ($lastKey == key[f1]); then memdisk /images/ranish.img
  410. if ($lastKey == key[f2]); then memdisk /images/xfdisk.img
  411. if ($lastKey == key[f3]); then memdisk /images/spfdisk.img
  412. if ($lastKey == key[f4]); then memdisk /images/testdisk.img
  413. if ($lastKey == key[f5]); then memdisk /images/presizer.img
  414. if ($lastKey == key[f6]); then memdisk /images/savepart.img
  415. if ($lastKey == key[f7]); then memdisk /images/fdisk.img
  416. if ($lastKey == key[f8]); then memdisk /images/mbrtool.img
  417. if ($lastKey == key[f9]); then memdisk /images/mbrwork.img
  418. if ($lastKey == key[esc]); then goto filesys_menu
  419.  
  420. #
  421. # Memory Utilities
  422. #
  423. memory_menu:
  424. set textColor = color[white on brightblue]
  425. clear
  426. set textColor = color[white on brightred]
  427. print "                                                                                "
  428. print "                         ULTIMATE BOOT CD VERSION 2.21                          "
  429. print "                               [Memory-Utilities]                               "
  430. print "                                                                                "
  431. set textColor = color[white on brightblue]
  432. print "                                                                                "
  433. set textColor = color[yellow on brightblue]
  434. print " Memory-Diagnose                                                                "
  435. set textColor = color[white on brightblue]
  436. print " [F1] Memtest86 V3.1                                                            "
  437. print " [F2] Memtest86+ V1.11                                                          "
  438. print " [F3] Windows Memory Diagnostic                                                 "
  439. print " [F4] DocMem RAM Diagnostic V2.1b                                               "
  440. print "                                                                                "
  441. print "                                                                                "
  442. print "                                                                                "
  443. print "                                                                                "
  444. print "                                                                                "
  445. print "                                                                                "
  446. print "                                                                                "
  447. print "                                                                                "
  448. print "                                                                                "
  449. print "                                                                                "
  450. print "                                                                                "
  451. print "                                                                                "
  452. print "                                                                                "
  453. set textColor = color[white on brightblue]
  454. print "         Bitte waehlen Sie einen Eintrag (Mit ESC einen Schritt zurueck)        "
  455. set textColor = color[white on brightblue]
  456.  
  457. #
  458. # Memory Utilities - Actions
  459. #
  460. getkey 500 goto hddboot80
  461. if ($lastKey == key[f1]); then diskemu /images/memtest.img
  462. if ($lastKey == key[f2]); then diskemu /images/memtestp.img
  463. if ($lastKey == key[f3]); then diskemu /images/windiag.img
  464. if ($lastKey == key[f4]); then diskemu /images/docmem.img
  465. if ($lastKey == key[esc]); then goto main_menu
  466. goto memory_menu
  467.  
  468. #
  469. # System Utilities
  470. #
  471. system_menu:
  472. set textColor = color[white on brightblue]
  473. clear
  474. set textColor = color[white on brightred]
  475. print "                                                                                "
  476. print "                         ULTIMATE BOOT CD VERSION 2.21                          "
  477. print "                               [System-Utilities]                               "
  478. print "                                                                                "
  479. set textColor = color[white on brightblue]
  480. print "                                                                                "
  481. set textColor = color[yellow on brightblue]
  482. print " System-Information                                                             "
  483. set textColor = color[white on brightblue]
  484. print " [F1] AIDA16 V2.12                                                              "
  485. print " [F2] NSSI V0.57.4                                                              "
  486. print " [F3] PC-Config V9.33                                                           "
  487. print " [F4] PCI V0.48b                                                                "
  488. print "                                                                                "
  489. set textColor = color[yellow on brightblue]
  490. print " Benchmarks                                                                     "
  491. set textColor = color[white on brightblue]
  492. print " [F5] System Speed Test 32 V4.78                                                "
  493. print "                                                                                "
  494. print "                                                                                "
  495. print "                                                                                "
  496. print "                                                                                "
  497. print "                                                                                "
  498. print "                                                                                "
  499. print "                                                                                "
  500. print "                                                                                "
  501. print "                                                                                "
  502. print "                                                                                "
  503. set textColor = color[white on brightblue]
  504. print "         Bitte waehlen Sie einen Eintrag (Mit ESC einen Schritt zurueck)        "
  505. set textColor = color[white on brightblue]
  506.  
  507. #
  508. # System Utilities - Actions
  509. #
  510. getkey 500 goto hddboot80
  511. if ($lastKey == key[f1]); then memdisk /images/aida16.img
  512. if ($lastKey == key[f2]); then memdisk /images/nssi.img
  513. if ($lastKey == key[f3]); then memdisk /images/pcconfig.img
  514. if ($lastKey == key[f4]); then memdisk /images/pci.img
  515. if ($lastKey == key[f5]); then memdisk /images/sst.img
  516. if ($lastKey == key[esc]); then goto main_menu
  517. goto system_menu
  518.  
  519. #
  520. # Linux Boot Disks
  521. #
  522. linux_menu:
  523. set textColor = color[white on brightblue]
  524. clear
  525. set textColor = color[white on brightred]
  526. print "                                                                                "
  527. print "                         ULTIMATE BOOT CD VERSION 2.21                          "
  528. print "                             [Linux-Bootdisketten]                              "
  529. print "                                                                                "
  530. set textColor = color[white on brightblue]
  531. print "                                                                                "
  532. set textColor = color[yellow on brightblue]
  533. print " Linux-Bootdisketten                                                            "
  534. set textColor = color[white on brightblue]
  535. print " [F1] Tom's Boot Disk V2.0.103                                                  "
  536. print " [F2] Recovery Is Possible (RIP) V2.6                                           "
  537. print " [F3] BasicLinux V2.1                                                           "
  538. print " [F4] Trinux V0.89                                                              "
  539. print "                                                                                "
  540. print "                                                                                "
  541. print "                                                                                "
  542. print "                                                                                "
  543. print "                                                                                "
  544. print "                                                                                "
  545. print "                                                                                "
  546. print "                                                                                "
  547. print "                                                                                "
  548. print "                                                                                "
  549. print "                                                                                "
  550. print "                                                                                "
  551. print "                                                                                "
  552. set textColor = color[white on brightblue]
  553. print "         Bitte waehlen Sie einen Eintrag (Mit ESC einen Schritt zurueck)        "
  554. set textColor = color[white on brightblue]
  555.  
  556. #
  557. # Linux Boot Disks - Actions
  558. #
  559. getkey 500 goto hddboot80
  560. if ($lastKey == key[f1]); then memdisk /images/tomsrtbt.img
  561. if ($lastKey == key[f2]); then memdisk /images/rip.img
  562. if ($lastKey == key[f3]); then memdisk /images/basiclin.img
  563. if ($lastKey == key[f4]); then memdisk /images/trinux.img
  564. if ($lastKey == key[esc]); then goto main_menu
  565. goto linux_menu
  566.  
  567. #
  568. # Others
  569. #
  570. others_menu:
  571. set textColor = color[white on brightblue]
  572. clear
  573. set textColor = color[white on brightred]
  574. print "                                                                                "
  575. print "                         ULTIMATE BOOT CD VERSION 2.21                          "
  576. print "                                [Verschiedenes]                                 "
  577. print "                                                                                "
  578. set textColor = color[white on brightblue]
  579. print "                                                                                "
  580. set textColor = color[yellow on brightblue]
  581. print " Antiviren-Tools                                                                "
  582. set textColor = color[white on brightblue]
  583. print " [F1] F-Prot Antivirus for DOS V3.14b (Stand: 10.03.2004) *Nur fuer Privat      "
  584. print " [F2] McAfee Antivirus V4.1.40 (Stand: 10.03.2004) *Nur fuer Privat             "
  585. print "                                                                                "
  586. set textColor = color[yellow on brightblue]
  587. print " BIOS-Tools                                                                     "
  588. set textColor = color[white on brightblue]
  589. print " [F3] CMOS Password Recovery V4.3                                               "
  590. print "                                                                                "
  591. set textColor = color[yellow on brightblue]
  592. print " Netzwerk-Tools                                                                 "
  593. set textColor = color[white on brightblue]
  594. print " [F4] Freesco (Eindisketten-Router) V0.3.2                                      "
  595. print "                                                                                "
  596. print "                                                                                "
  597. print "                                                                                "
  598. print "                                                                                "
  599. print "                                                                                "
  600. print "                                                                                "
  601. print "                                                                                "
  602. print "                                                                                "
  603. print "                                                                                "
  604. set textColor = color[white on brightblue]
  605. print "         Bitte waehlen Sie einen Eintrag (Mit ESC einen Schritt zurueck)        "
  606. set textColor = color[white on brightblue]
  607.  
  608. #
  609. # Others - Actions
  610. #
  611. getkey 500 goto hddboot80
  612. if ($lastKey == key[f1]); then memdisk /images/fprot.img
  613. if ($lastKey == key[f2]); then memdisk /images/mcafee.img
  614. if ($lastKey == key[f3]); then memdisk /images/cmospwd.img
  615. if ($lastKey == key[f4]); then memdisk /images/freesco.img
  616. if ($lastKey == key[esc]); then goto main_menu
  617. goto others_menu
  618.  
  619.