home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 February / PCpro_2005_02.ISO / files / harddisk / clonemaxx / pci_clonemaxx.exe / PCI_CLONEMAXX.IMA / AUTOEXEC.BAT next >
Encoding:
DOS Batch File  |  2003-07-30  |  1.2 KB  |  66 lines

  1. @echo off
  2. path=a:\
  3.  
  4. :Begin
  5. cls
  6. echo.
  7. echo *********** PC Inspector clone maxx ***********
  8. echo ********** Please choose your language **********
  9. echo.
  10. echo 1 --- DE (Deutsch)
  11. echo 2 --- DU (Netherlands)
  12. echo 3 --- FR (Francais)
  13. echo 4 --- IT (Italiano)
  14. echo 5 --- SP (Espanol)
  15. echo 6 --- US (English)
  16. echo E --- Esc (Abort)
  17. echo.
  18. choice /c:123456e /n ********** Make your selection **********
  19. if errorlevel 7 goto Ende
  20. if errorlevel 6 goto p6
  21. if errorlevel 5 goto p5
  22. if errorlevel 4 goto p4
  23. if errorlevel 3 goto p3
  24. if errorlevel 2 goto p2
  25. if errorlevel 1 goto p1
  26.  
  27. :p6
  28. echo ****** Please wait while the program is starting... ******
  29. keyb UK
  30. cmaxx -us
  31. goto Begin
  32.  
  33. :p5
  34. echo ****** Please wait while the program is starting... ******
  35. keyb SP
  36. cmaxx -sp
  37. goto Begin
  38.  
  39. :p4
  40. echo ****** Please wait while the program is starting... ******
  41. keyb IT
  42. cmaxx -it
  43. goto Begin
  44.  
  45. :p3
  46. echo ****** Please wait while the program is starting... ******
  47. keyb FR
  48. cmaxx -fr
  49. goto Begin
  50.  
  51. :p2
  52. echo ****** Please wait while the program is starting... ******
  53. keyb NL
  54. cmaxx -du
  55. goto Begin
  56.  
  57. :p1
  58. echo ****** Please wait while the program is starting... ******
  59. keyb GR
  60. cmaxx -de
  61. goto Begin
  62.  
  63. :Ende
  64.  
  65.  
  66.