home *** CD-ROM | disk | FTP | other *** search
/ 100 Pусских Uгр / 980121_2306.iso / STRATEGY / C&C_RUS.ZIP / START.BAT < prev    next >
DOS Batch File  |  1997-06-05  |  2KB  |  76 lines

  1. @echo off
  2. lastdrive=p
  3. russian\rfl
  4. cls
  5. echo.
  6. echo.
  7. echo.
  8. echo.
  9. echo       ╔════════════════════════════════════════════════════════════════╗
  10. echo       ║           -= Command & Conquer: Start Manager =-               ║
  11. echo       ╠════════════════════════════════════════════════════════════════╣
  12. echo       ║                                                                ║
  13. echo       ║       1 - Command & Conquer DISK 1 - GDI Missions              ║
  14. echo       ║       2 - Command & Conquer DISK 2 - NOD Missions              ║
  15. echo       ║       3 - Command & Conquer DISK 3 - Covert Operations         ║
  16. echo       ║       4 - ìáßΓp«⌐¬á ºóπ¬«ó«⌐ »½áΓδ                             ║
  17. echo       ║       5 - éδσ«ñ ó DOS                                          ║
  18. echo       ║                                                                ║
  19. echo       ║                   ì᪼¿ΓÑ ¬½áó¿Φπ «Γ 1 ñ« 5                    ║
  20. echo       ╚════════════════════════════════════════════════════════════════╝
  21. echo.
  22. echo.
  23.  
  24.  
  25. choose 12345
  26. if errorlevel 5 goto exit
  27. if errorlevel 4 goto sound
  28. if errorlevel 3 goto disk3
  29. if errorlevel 2 goto disk2
  30. if errorlevel 1 goto disk1
  31.  
  32. :disk1
  33. label GDI
  34. cdemu1.exe . /L:P >NUL
  35. echo.
  36. echo Building GDI Mission... Please wait...
  37. copy disk1\general.mix >NUL
  38. goto start
  39.  
  40. :disk2
  41. label NOD
  42. cdemu1.exe . /L:P >NUL
  43. echo.
  44. echo Building NOD Mission... Please wait...
  45. copy disk2\general.mix >NUL
  46. goto start
  47.  
  48. :disk3
  49. label COVERT
  50. cdemu1.exe . /L:P >NUL
  51. echo.
  52. echo Building Covert Operation... Please wait...
  53. copy disk1\general.mix >NUL
  54. goto start
  55.  
  56. :sound
  57. label GDI
  58. cdemu1.exe . /L:P >NUL
  59. cd install
  60. setup.exe
  61. cd ..
  62. goto exit
  63.  
  64. :start
  65. echo.
  66. echo Done... Starting Command & Conquer...
  67. echo.
  68. cd install
  69. c&c.exe
  70. cd ..
  71.  
  72. :exit
  73. cdemu1.exe /u >NUL
  74. del general.mix >NUL
  75. cls
  76.