home *** CD-ROM | disk | FTP | other *** search
/ Tactical Operations 2 / TACTICAL2.bin / COMMAND / CSINGLE / CCLAU203.ZIP / CC.BAT next >
Encoding:
DOS Batch File  |  1996-03-16  |  2.7 KB  |  83 lines

  1. @rem ---------------------------------------------------------------------------
  2. @rem - CCLAUNCH - COMMAND & CONQUER Launchingprogram by Jacob Pedersen - v2.03 -
  3. @rem ---------------------------------------------------------------------------
  4. @echo off
  5.  
  6. set autostart=none
  7. rem Specifies (cd)-version, (hd)-version or prompt for interactive choice (none)
  8.  
  9. set cc_drive=c
  10. rem The harddisk-letter where your C&C versions are installed
  11.  
  12. set cdrom_path=\games\c&c\c&ccdrom
  13. rem The path to the dir where you have installed your C&C CD-ROMs
  14.  
  15. set hdisk_path=\games\c&c\c&chd
  16. rem The path to the dir where you have installed your C&C CD-ROM rip-off
  17.  
  18. set gdi_path=\games\c&c\c&cdata\gdi
  19. rem The path to the dir where you have your GDI-GENERAL.MIX file
  20.  
  21. set gdi_general_mix=general.mix
  22. rem The name of the GDI-GENERAL.MIX file (In your GDI dir)
  23.  
  24. set nod_path=\games\c&c\c&cdata\nod
  25. rem The path to the dir where you have your NOD-GENERAL.MIX file
  26.  
  27. set nod_general_mix=general.mix
  28. rem The name of the NOD-GENERAL.MIX file (In your NOD dir)
  29.  
  30. set cov_path=\games\c&c\c&cdata\covert
  31. rem The path to the dir where you have your COVERT-GENERAL.MIX file
  32.  
  33. set cov_general_mix=general.mix
  34. rem The name of the COVERT-GENERAL.MIX file (In your COVERT dir)
  35.  
  36. set has_covert=yes
  37. rem Specifies whether you have COVERT OPERATIONS or not (yes, no)
  38.  
  39. set cdrom_dir=\games\c&c\c&chd\cdrom
  40. rem The path to the dir where you have your other .MIX files
  41.  
  42. set seperate_savegames=yes
  43. rem Specifies whether you want to keep your savegames global, (same for CD-
  44. rem  ROM version and HD version) and seperated
  45.  
  46. set pick_coll=yes
  47. rem Specifies whether you want to interactivly pick a multiplayer map collec-
  48. rem  tion (yes/no)
  49.  
  50. set def_coll=1
  51. rem Which collection you want to run if pick_coll=no; 0-9.
  52. rem  (0 = Normal (Normal maps))
  53.  
  54. set coll_path=\games\strategi\c&c\c&cdata\multimap
  55. rem The path to the dir where you have your multiplayer-map collections
  56.  
  57. set quicklaunch=on
  58. rem Specifies whether to use the ability to quickly launch C&C
  59.  
  60. set def_socket=0
  61. rem The socket ID used by default if none other is specified (0-16383)
  62. rem  (applies only to quicklaunch=on!)
  63.  
  64. set def_parameters=
  65. rem If no parameter(s) is specified when CC run, these will be used
  66. rem  (applies only to quicklaunch=off!) 
  67.  
  68. set gamedat_dir=\games\c&c\c&cdata\gamedats
  69. rem specifies where your GAME.DAT-files are located (Real GAME.DAT must be here
  70. rem  too!)
  71.  
  72. set autouse_gamedat=none
  73. rem specifies whether you what to automaticly use normal, none (allows you to
  74. rem  pick) or a number between 1-9
  75.  
  76. set has_vpic=no
  77. rem Specifies whether you have VPIC or not (yes, no)
  78.  
  79. set vpic_path=c:\vpic
  80. rem The path to VPIC (including drive!)
  81.  
  82. cclaunch %1 %2 %3 %4 %5
  83.