[Diskemu.bat] C'est quoi pour un langage ?!?

C'est quoi pour un langage ?!? [Diskemu.bat] - Shell/Batch - Programmation

Marsh Posté le 27-03-2003 à 10:19:21    

Salut !
 
Quel est le language utilisé ?!?  
 
Merci du coup de pouce !
 
 

Code :
  1. :start
  2. cls
  3. print ==========
  4. print Setup Menu
  5. print ==========
  6. print =========================
  7. print Utilitaires de disques 
  8. print =========================
  9. print 1. IBM Drive Fitness Test
  10. print 2. Hitachi Disk Manager
  11. print 3. Maxtor Power Max
  12. print 4. Seagate Disk Manager
  13. print =========================
  14. print Gestion de partitions
  15. print =========================
  16. print 5. Partition Magique 8
  17. print 6. Volume Manager Server 7
  18. print =========================
  19. print Image disques
  20. print =========================
  21. print 7. Drive Image 2002
  22. print 8. Norton Ghost 2002
  23. print 9. Norton Ghost 2003
  24. print
  25. print Esc) Boot from hard disk...
  26. print
  27. print
  28. print Enter a choice:
  29. print Default is Esc
  30. print Timeout is 60 seconds
  31. :mainkey
  32. ; timeout is 60 seconds, default key is escape
  33. getkey 25 esc
  34. rem Utilitaires de disques
  35. onkey 1 goto Dft
  36. onkey 2 goto Hitachi
  37. onkey 3 goto Maxpm
  38. onkey 4 goto Seagdm
  39. rem Gestion de partitions
  40. onkey 5 goto Pm8
  41. onkey 6 goto vm7
  42. rem Image disques
  43. onkey 7 goto dima
  44. onkey 8 goto Ghost
  45. onkey 9 goto ghost03
  46. rem Divers
  47. onkey f1 goto help
  48. onkey esc boot 80
  49. ; When no key found...
  50. goto mainkey
  51. ;
  52. :Dft
  53. run Dft.IMA
  54. ; when run has failed
  55. print
  56. print Failed to run "Dft.IMA", hit any key.
  57. getkey
  58. goto start
  59. ;
  60. :Hitachi
  61. run Hitachdm.IMA
  62. ; when run has failed
  63. print
  64. print Failed to run "Hitachdm.IMA", hit any key.
  65. getkey
  66. goto start
  67. ;
  68. :Maxpm
  69. run Powermax.IMA
  70. ; when run has failed
  71. print
  72. print Failed to run "Powermax.IMA", hit any key.
  73. getkey
  74. goto start
  75. ;
  76. :Seagdm
  77. run Seagdm.IMA
  78. ; when run has failed
  79. print
  80. print Failed to run "Seagdm.IMA", hit any key.
  81. getkey
  82. goto start
  83. ;
  84. :Pm8
  85. run Pq8.IMA
  86. ; when run has failed
  87. print
  88. print Failed to run "Pq8.IMA", hit any key.
  89. getkey
  90. goto start
  91. ;
  92. :vm7
  93. run VManage.IMA
  94. ; when run has failed
  95. print
  96. print Failed to run "VManage.IMA", hit any key.
  97. getkey
  98. goto start
  99. ;
  100. :dima
  101. run DRima.IMA
  102. ; when run has failed
  103. print
  104. print Failed to run "DRima.IMA", hit any key.
  105. getkey
  106. goto start
  107. ;
  108. :Ghost
  109. run Ghost.IMA
  110. ; when run has failed
  111. print
  112. print Failed to run "Ghost.IMA", hit any key.
  113. getkey
  114. goto start
  115. ;
  116. :ghost03
  117. run Ghost03.IMA
  118. ; when run has failed
  119. print
  120. print Failed to run "Ghost03.IMA", hit any key.
  121. getkey
  122. goto start
  123. ;

Reply

Marsh Posté le 27-03-2003 à 10:19:21   

Reply

Marsh Posté le 27-03-2003 à 10:33:56    

C'est pas un script de démarrage MS-DOS (config.sys) ?

Reply

Marsh Posté le 27-03-2003 à 10:36:10    

ou plutôt :
tiré de http://tigger.uic.edu/~mterlo1/bscript/
 
Boot Scriptor is a program that allows a high degree of interactivity when booting from a Compact Disc or DVD drive. It provides a set of commands designed to enable users to boot a system in a number of ways, as well as provide interactive menus to choose boot options from. It is based heavily on concepts pioneered by Bart Lagerweij in his great program Diskem1x. Boot Scriptor provides similar functionality to Diskem1x, as well as new original features, and interfaces to other great programs such as Isolinux/Memdisk and Ranish Partition Manager. All of these features can be commanded through a console interface or by constructing simple script files.
Boot Scriptor is free for non-commercial use. The program and its source code is distributed under the NASM License. The distribution and use of some optional components is restricted by their respective licenses.

Reply

Marsh Posté le 27-03-2003 à 10:38:31    

Salut !
 
Sympa pour le lien, je regarde ça tout de suite !
 
 

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed