home *** CD-ROM | disk | FTP | other *** search
/ Retribution / Retribution.iso / read.me < prev    next >
Text File  |  1994-11-17  |  18KB  |  559 lines

  1.  
  2.                              READ.ME
  3.  
  4. [A]     English READ.ME
  5. [B]     Francais READ.ME
  6. [C]     Deutsch READ.ME
  7.  
  8.  
  9. [A]                     RETRIBUTION READ.ME
  10.  
  11. Read this file for any last minute changes to the manual or hints on
  12. getting RETRIBUTION running on your system.
  13.  
  14. Contents
  15.  
  16. [1] Sound Cards
  17.            [1-1] My sound card is not on the menu
  18.            [1-2] Unsupported Interrupt and DMA Channels
  19.  
  20. [2] Optimising your system for retribution
  21.  
  22. ----------------------------------------------------------------------
  23.  
  24. [1] Sound Cards
  25.  
  26. [1-1] My sound card is not on the menu
  27.  
  28. If your sound card is not on the list of supported cards, but can
  29. emulate one of the supported cards. Select the card that can be
  30. emulated.
  31.  
  32. [1-2] Unsupported Interrupt and DMA Channels
  33.  
  34. It is possible that the install program will not support the PORT,
  35. IRQ or DMA channel that your card is set to. If this is the case you
  36. can edit the configuration file created by the install program, it is
  37. called CONFIG.INI and will be in the directory that you have
  38. installed RETRIBUTION to. You can alter this file with any text
  39. editor, look for the lines:
  40.  
  41.         MusicPort=xxx                   Port for Music Card
  42.         SoundPort=xxx                   Port for Sound Effects Card
  43.         SoundIRQ=xx                     IRQ for Sound Effects Card
  44.         SoundDMA=x                      DMA for Sound Effects Card
  45.  
  46. [2] Optimising your system for retribution
  47.  
  48. Retribution uses 491K (502,784 bytes) of conventional RAM (base
  49. memory) and 3072K (3,145,728 bytes) of extended memory (XMS), this
  50. means you must have a minimum of 4 megabytes of total RAM installed
  51. in your system.
  52.  
  53. To find out how much conventional RAM, extended RAM and expanded RAM
  54. your machine has go into the directory where you have installed
  55. RETRIBUTION and type:
  56.  
  57.         INSTALL /i      [Enter]
  58.  
  59. The display should then look something like this:
  60.  
  61.  
  62. Diagnostic Information.
  63.  
  64. Drive C: has  125165568 free bytes.
  65.  
  66. (1 drive found.)
  67.  
  68. Operating System Version = 6.20
  69. CPU Type = 386.
  70. FPU Type = NONE.
  71.  
  72. Free Conventional Memory (BASE) = 593152 bytes.
  73. Free Extended Memory (XMS) = 3328 Kbytes.
  74. Free Expanded Memory (EMS) = 0 Kbytes.
  75.  
  76.  
  77. If your system does not show the high enough values, then the easiest
  78. thing to do is to create a boot disk, to do this choose 'Create Boot
  79. Disk' from the main menu in the install program. This will create a
  80. basic boot disk for you to play RETRIBUTION. Unfortunately not
  81. everybody has got the same brand of CD-ROM drive and mouse so if you
  82. wish to play RETRIBUTION from CD or with the mouse, then you will
  83. have to make some modifications.
  84.  
  85. [2-1] Adding a CDROM Drive to the Boot Disk
  86.  
  87. Too add a CDROM Drive to the boot disk requires that you make
  88. modifications to both the CONFIG.SYS and AUTOEXEC.BAT files on the
  89. BOOT DISK, you do NOT need to modify the files on your hard disk. To
  90. edit the CONFIG.SYS type:
  91.  
  92.         EDIT A:\CONFIG.SYS      [Enter]
  93.  
  94. The file will be displayed on screen and will look something like
  95. this.
  96.  
  97.         FILES=20
  98.         BUFFERS=20,0
  99.  
  100. You need to add the CDROM driver to this file, you will find the
  101. correct line to add in the CONFIG.SYS file on your hard drive, copy
  102. this down and then add the line to the CONFIG.SYS on your boot disk.
  103. Examples of this line for some popular CDROM drives are shown below
  104. to give you an idea of what to look for.
  105.  
  106. NEC CDR-260
  107.  
  108. a line containing       NEC_IDE.SYS
  109.  
  110. eg    DEVICE=C:\NECIDE\NEC_IDE.SYS /D:MSCD001 /M:S /P:1F0S /I:14 /V
  111.  
  112. PANASONIC/MATSUSHITA CR-562
  113.  
  114. a line containing       CDMKE.SYS
  115.  
  116. eg      DEVICE=C:\PANA\CDMKE.SYS /D:MSCD001
  117.  
  118. CREATIVE CR-521/523/563
  119.  
  120. a line containing       SBCD.SYS
  121.  
  122. eg      DEVICE=C:\SB16\DRV\SBCD.SYS /P:220 /D:MSCD001
  123.  
  124. SONY CDU31A-02/CDU33A
  125.  
  126. a line containing       SLCD.SYS
  127.  
  128. eg      DEVICE=C:\SONY\SLCD.SYS /B:230 /D:MSCD001 /V /K M:P
  129.  
  130. MITSUMI CRMC-LU005S
  131.  
  132. a line containing MTMCDE.SYS or MTMCDS.SYS
  133.  
  134. eg      DEVICE=C:\DEV\MTMCDE.SYS /D:MSCD001 /P:340 /T:7 /I:11
  135.  
  136. MITSUMI CRMC-FX001/FX001D
  137.  
  138. a line containing MTMCDAE.SYS or MTMCDAS.SYS
  139.  
  140. eg      DEVICE=C:\DEV\MTMCDAE.SYS /D:MSCD001 /P:340 /T:7 /I:11
  141.  
  142.  
  143. To edit AUTOEXEC.BAT type:
  144.  
  145.         EDIT A:\AUTOEXEC.BAT    [Enter]
  146.  
  147. The file will be displayed on screen and will look something like
  148. this.
  149.  
  150.         @ECHO OFF
  151.         PROMPT $P$G
  152.  
  153. You need to MSCDEX to this file, look for a line containing MSCDEX
  154. in the AUTOEXEC.BAT on your hard disk. Copy the line down and then
  155. add it to the AUTOEXEC.BAT on your boot disk.
  156.  
  157. The line will look something like this
  158.  
  159.         C:\DOS\MSCDEX /D:MSCD001 /M:10
  160.  
  161. [2-2] Adding a Mouse to the Boot Disk
  162.  
  163. Too add a mouse to the boot disk requires that you make modifications
  164. to the AUTOEXEC.BAT file on the BOOT DISK, only on very rare
  165. occasions you will have change the CONFIG.SYS. You do NOT need to
  166. modify the files on your hard disk.
  167. To edit the AUTOEXEC.BAT type:
  168.  
  169.         EDIT A:\AUTOEXEC.BAT    [Enter]
  170.  
  171. The file will be displayed on screen and will look something like
  172. this.
  173.  
  174.         @ECHO OFF
  175.         PROMPT $P$G
  176.  
  177. You need to add the line in your AUTOEXEC.BAT that contains MOUSE, it
  178. will probalbly look something like this:
  179.  
  180.         C:\MOUSE\MOUSE.EXE
  181.  
  182. When you have found the line copy it down and add it to the
  183. AUTOEXEC.BAT on your boot disk.
  184.  
  185.  
  186. **********************************************************************
  187. **********************************************************************
  188. **********************************************************************
  189.  
  190.  
  191. [B]                    RETRIBUTION - READ.ME 
  192.  
  193. Lisez ce fichier pour tout changement apporté au manuel ou conseil
  194. pour savoir  comment lancer RETRIBUTION sur votre système. 
  195.  
  196. Contenu 
  197.  
  198. [1] Cartes sonores 
  199.            [1-1] Ma carte sonore n'est pas sur le menu 
  200.            [1-2] Canal DMA et IRQ non supportés 
  201.  
  202. [2] Améliorer votre système pour retribution 
  203.  
  204. ---------------------------------------------------------------------- 
  205.  
  206. [1] Cartes sonores 
  207.  
  208. [1-1] Ma carte sonore n'est pas sur le menu 
  209.  
  210. Si votre carte sonore ne se trouve pas sur la liste des cartes
  211. supportées, mais peut émuler l'une des cartes supportées,
  212. sélectionnez la carte qui peut être émulée. 
  213.  
  214. [1-2] Canal DMA et IRQ non supportés 
  215.  
  216. Il est possible que le programme d'installation ne supporte pas le
  217. PORT, le nombre IRQ ou le canal DMA de votre carte. Si c'est le cas,
  218. vous pouvez éditer le fichier de configuration créé par le programme
  219. d'installation,  intitulé CONFIG.INI; il se trouve dans le répertoire
  220. dans lequel vous avez installé RETRIBUTION. Vous pouvez éditer ce
  221. fichier avec n'importe quel  
  222. éditeur de texte, cherchez les lignes: 
  223.  
  224.         MusicPort=xxx                   Port pour carte musique 
  225.         SoundPort=xxx                   Port pour carte effets sonores 
  226.         SoundIRQ=xx                     IRQ pour carte effets sonores 
  227.         SoundDMA=x                      DMA pour carte effets sonores 
  228.  
  229. [2] Améliorer votre système pour retribution 
  230.  
  231. Retribution utilise 491Ko (502,784 octets) de mémoire RAM
  232. conventionnelle  (mémoire de base) et 3072Ko (3,145,728 octets) de
  233. mémoire étendue (XMS), cela signifie que vous devez avoir un minimum
  234. de 4 megaoctets de RAM totale installée dans votre système. 
  235.  
  236. Pour savoir combien vous avez de RAM conventionnelle, de RAM étendue
  237. et de  RAM paginée sur votre machine, allez dans le répertoire où
  238. vous avez installé 
  239. RETRIBUTION et tapez: 
  240.  
  241.         INSTALL /i      [Enter] 
  242.  
  243. L'affichage devrait ressembler à ce qui suit: 
  244.  
  245.  
  246. Diagnostic Information. 
  247.  
  248. Drive C: has  125165568 free bytes. 
  249.  
  250. (1 drive found.) 
  251.  
  252. Operating System Version = 6.20 
  253. CPU Type = 386. 
  254. FPU Type = NONE. 
  255.  
  256. Free Conventional Memory (BASE) = 593152 bytes. 
  257. Free Extended Memory (XMS) = 3328 Kbytes. 
  258. Free Expanded Memory (EMS) = 0 Kbytes. 
  259.  
  260.  
  261. Si votre système n'indique pas des valeurs suffisantes, la meilleure
  262. chose à faire est de créer une disquette de boot, pour ce faire,
  263. choisissez `Créer disquette de boot' sur le menu principal du
  264. programme d'installation. Cela créera une  disquette de boot de base
  265. pour lancer RETRIBUTION. Malheureusement, tout le monde n'a pas la
  266. même marque de lecteur CD-ROM et de souris; donc, si vous voulez
  267. jouer à RETRIBUTION à partir du CD ou avec la souris, vous devrez 
  268. apporter des modifications. 
  269.  
  270. [2-1] Ajouter un gestionnaire CDROM à la disquette de boot 
  271.  
  272. Pour ajouter un gestionnaire CDROM à la disquette de boot, vous devez
  273. modifier les fichiers CONFIG.SYS et AUTOEXEC.BAT sur la DISQUETTE DE 
  274. BOOT, vous n'avez pas besoin de modifier les fichiers sur votre
  275. disque dur. 
  276. Pour éditer le fichier CONFIG.SYS, tapez: 
  277.  
  278.         EDIT A:\CONFIG.SYS      [Enter] 
  279.  
  280. Le fichier apparaîtra à l'écran et ressemblera à ce qui suit: 
  281.  
  282.         FILES=20 
  283.         BUFFERS=20,0 
  284.  
  285. Vous devez ajouter le gestionnaire CDROM à ce fichier, vous trouverez
  286. la ligne à ajouter dans le fichier CONFIG.SYS de votre disque dur,
  287. copiez-la et ajoutez-la au fichier CONFIG.SYS de votre disquette de
  288. boot. Voici quelques exemples pour les lecteurs CDROM les plus
  289. courants. Cela vous donnera une idée de ce que vous devez chercher. 
  290.  
  291. NEC CDR-260 
  292.  
  293. une ligne contenant       NEC_IDE.SYS 
  294.  
  295. ex.    DEVICE=C:\NECIDE\NEC_IDE.SYS /D:MSCD001 /M:S /P:1F0S /I:14  
  296. /V 
  297.  
  298. PANASONIC/MATSUSHITA CR-562 
  299.  
  300. une ligne contenant       CDMKE.SYS 
  301.  
  302. ex.      DEVICE=C:\PANA\CDMKE.SYS /D:MSCD001 
  303.  
  304. CREATIVE CR-521/523/563 
  305.  
  306. une ligne contenant       SBCD.SYS 
  307.  
  308. ex.      DEVICE=C:\SB16\DRV\SBCD.SYS /P:220 /D:MSCD001 
  309.  
  310. SONY CDU31A-02/CDU33A 
  311.  
  312. une ligne contenant       SLCD.SYS 
  313.  
  314. ex.      DEVICE=C:\SONY\SLCD.SYS /B:230 /D:MSCD001 /V /K M:P 
  315.  
  316. MITSUMI CRMC-LU005S 
  317.  
  318. une ligne contenant MTMCDE.SYS or MTMCDS.SYS 
  319.  
  320. ex.      DEVICE=C:\DEV\MTMCDE.SYS /D:MSCD001 /P:340 /T:7 /I:11 
  321.  
  322. MITSUMI CRMC-FX001/FX001D 
  323.  
  324. une ligne contenant MTMCDAE.SYS or MTMCDAS.SYS 
  325.  
  326. ex.      DEVICE=C:\DEV\MTMCDAE.SYS /D:MSCD001 /P:340 /T:7 /I:11 
  327.  
  328.  
  329. Pour éditer AUTOEXEC.BAT, tapez: 
  330.  
  331.         EDIT A:\AUTOEXEC.BAT    [Enter] 
  332.  
  333. Ce fichier apparaîtra à l'écran et ressemblera à ce qui suit. 
  334.  
  335.         @ECHO OFF 
  336.         PROMPT $P$G 
  337.  
  338. Vous devez ajouter MSCDEX à ce fichier, cherchez une ligne contenant
  339. MSCDEX dans le fichier AUTOEXEC.BAT de votre disque dur. Copiez-la et
  340. ajoutez-la au fichier AUTOEXEC.BAT de votre disquette de boot. 
  341.  
  342. La ligne ressemblera à ce qui suit: 
  343.  
  344.         C:\DOS\MSCDEX /D:MSCD001 /M:10 
  345.  
  346. [2-2] Ajouter une souris à la disquette de boot 
  347.  
  348. Pour ajouter une souris à la disquette de boot, vous devez modifier
  349. le fichier AUTOEXEC.BAT de votre DISQUETTE DE BOOT; il est rare que
  350. vous deviez changer le fichier CONFIG.SYS. Vous n'avez PAS besoin de
  351. modifier les fichiers  sur votre disque dur. 
  352. Pour éditer le fichier AUTOEXEC.BAT, tapez: 
  353.  
  354.         EDIT A:\AUTOEXEC.BAT    [Enter] 
  355.  
  356. Ce fichier s'affichera à l'écran et ressemblera à ce qui suit. 
  357.  
  358.         @ECHO OFF 
  359.         PROMPT $P$G 
  360.  
  361. Vous devez ajouter la ligne contenant MOUSE à votre fichier
  362. AUTOEXEC.BAT,  cette 
  363. ligne ressemblera à ce qui suit: 
  364.  
  365.         C:\MOUSE\MOUSE.EXE 
  366.  
  367. Quand vous avez trouvé la ligne, copiez-la et ajoutez-la au fichier 
  368. AUTOEXEC.BAT de votre disquette de boot.
  369.  
  370.  
  371. **********************************************************************
  372. **********************************************************************
  373. **********************************************************************
  374.  
  375. [C]                 RETRIBUTION - READ.ME-DATEI
  376.   
  377. Bitte lesen Sie diese Datei. Sie enthält Änderungen des Handbuchs und 
  378. Hinweise zur Installation von RETRIBUTION auf Ihrem  Computersystem. 
  379.   
  380. Inhalt  
  381.   
  382. [1] Soundkarten  
  383.         [1-1] Meine Soundkarte ist nicht im Menü enthalten  
  384.         [1-2] IRQ- und DMA-Kanäle, die nicht unterstützt werden  
  385.  
  386. [2] Systemoptimierung für RETRIBUTION  
  387.  
  388.         [2-1] Der Bootdiskette einen CD-ROM-Treiber hinzufügen  
  389.         [2-2] Der Bootdiskette einen Maustreiber hinzufügen  
  390.  
  391. [1] Soundkarten  
  392.   
  393. [1-1] Meine Soundkarte ist nicht im Menü enthalten  
  394.   
  395. Wenn sich Ihre Soundkarte nicht auf der Liste der unterstützten Karten
  396. befindet, aber eine der aufgeführten Karten ersetzen kann, dann wählen
  397. Sie  bitte die entsprechende Karte aus.  
  398.   
  399. [1-2] IRQ- und DMA-Kanäle, die nicht unterstützt werden  
  400.   
  401. Es kann vorkommen, daß das Installationsprogramm den PORT, IRQ- oder 
  402. DMA-Kanal, auf den Ihre Karte eingestellt ist, nicht unterstützt. In
  403. diesem  Fall können Sie die vom Installationsprogramm erstellte  
  404. Konfigurationsdatei ändern. Diese Datei heißt CONFIG.INI und befindet 
  405. sich in dem Verzeichnis, in dem Sie RETRIBUTION installiert haben. Sie
  406. können sie mit jedem beliebigen Texteditor bearbeiten. Suchen Sie nach
  407. folgenden Zeilen:  
  408.   
  409.         MusicPort=xxx             Port der Musikkarte  
  410.         SoundPort=xxx             Port der Karte für Soundeffekte  
  411.         SoundIRQ=xx               IRQ-Kanal der Karte für Soundeffekte  
  412.         SoundDMA=x                DMA-Kanal der Karte für Soundeffekte  
  413.   
  414. [2] Systemoptimierung für RETRIBUTION  
  415.   
  416. RETRIBUTION benötigt 491 KB (502.784 Byte) konventionellen RAM- 
  417. Grundspeichers und 3072 KB (3.145.728 Byte) Erweiterungsspeicher  
  418. (XMS). Sie müssen also auf Ihrem Computersystem insgesamt mindestens
  419. 4MB RAM-Speicher installiert haben.  
  420.   
  421. Um herauszufinden, über wieviel konventionellen Speicher,  
  422. Erweiterungsspeicher und Expansionsspeicher Ihr System verfügt, gehen
  423. Sie  in das Verzeichnis, in dem Sie RETRIBUTION installiert haben,
  424. und geben  
  425. Folgendes ein:  
  426.   
  427.         INSTALL /i      [Enter]
  428.   
  429. Daraufhin sollten etwa folgende Informationen angezeigt werden:  
  430.   
  431.  
  432. Diagnostic Information.
  433.  
  434. Drive C: has  125165568 free bytes.
  435.  
  436. (1 drive found.)
  437.  
  438. Operating System Version = 6.20
  439. CPU Type = 386.
  440. FPU Type = NONE.
  441.  
  442. Free Conventional Memory (BASE) = 593152 bytes.
  443. Free Extended Memory (XMS) = 3328 Kbytes.
  444. Free Expanded Memory (EMS) = 0 Kbytes.
  445.  
  446.   
  447. Sollten Sie daraufhin feststellen, daß Ihr Computer nicht über
  448. genügend  Speicher verfügt, wäre es anzuraten, eine Bootdiskette zu
  449. erstellen. Dazu  wählen Sie "Bootdiskette erstellen" aus dem
  450. Hauptmenü des  Installationsprogramms. Damit wird eine Bootdiskette
  451. erstellt, um  RETRIBUTION optimal betreiben zu können. Sie müssen
  452. allerdings einige  Änderungen vornehmen, wenn Sie RETRIBUTION von der
  453. CD oder mit  einer Maus spielen möchten, um das Spiel an die Art
  454. Ihres CD-ROM- 
  455. Laufwerks und Ihrer Maus anzupassen.  
  456.   
  457. [2-1] Der Bootdiskette einen CD-ROM-Treiber hinzufügen  
  458.   
  459. Um Ihrer Bootdiskette einen CD-ROM-Treiber hinzuzufügen, müssen Sie  
  460. die CONFIG.SYS- und AUTOEXEC.BAT-Dateien auf der  BOOTDISKETTE
  461. angleichen. Veränderungen der entsprechenden Dateien  auf der
  462. Festplatte sind NICHT nötig. Um die CONFIG.SYS-Datei zu  bearbeiten,
  463. geben Sie Folgendes ein:  
  464.   
  465.         EDIT A:\CONFIG.SYS      [Enter]
  466.   
  467. Daraufhin wird die Datei auf dem Bildschirm erscheinen. Sie sieht etwa
  468. folgendermaßen aus:  
  469.   
  470.         FILES=20
  471.         BUFFERS=20,0
  472.   
  473. Sie müssen dieser Datei den CD-ROM-Treiber zuordnen. Die entsprechende
  474. Zeile finden Sie in der CONFIG.SYS-Datei auf Ihrer Festplatte.
  475. Notieren  Sie sich diese Zeile, und fügen Sie sie der
  476. CONFIG.SYS-Datei auf Ihrer  Bootdiskette hinzu. Im Folgenden sehen
  477. Sie einige Beispiele für gängige  CD-ROM-Laufwerke, so daß Sie
  478. ungefähr wissen, wonach Sie suchen  müssen.   
  479.   
  480. NEC CDR-260
  481.   
  482. eine Zeile mit folgendem Inhalt:     NEC_IDE.SYS
  483.   
  484. z.B.    DEVICE=C:\NECIDE\NEC_IDE.SYS /D:MSCD001 /M:S /P:1F0S /I:14 /V
  485.   
  486. PANASONIC/MATSUSHITA CR-562
  487.   
  488. eine Zeile mit folgendem Inhalt:     CDMKE.SYS
  489.   
  490. z.B.    DEVICE=C:\PANA\CDMKE.SYS /D:MSCD001
  491.  
  492. CREATIVE CR-521/523/563
  493.  
  494. eine Zeile mit folgendem Inhalt:     SBCD.SYS
  495.   
  496. z.B.    DEVICE=C:\SB16\DRV\SBCD.SYS /P:220 /D:MSCD001
  497.   
  498. SONY CDU31A-02/CDU33A
  499.   
  500. eine Zeile mit folgendem Inhalt:     SLCD.SYS
  501.   
  502. z.B.    DEVICE=C:\SONY\SLCD.SYS /B:230 /D:MSCD001 /V /K M:P
  503.  
  504. MITSUMI CRMC-LU005S
  505.   
  506. eine Zeile mit folgendem Inhalt:     MTMCDE.SYS / MTMCDS.SYS
  507.   
  508. z.B.    DEVICE=C:\DEV\MTMCDE.SYS /D:MSCD001 /P:340 /T:7 /I:11
  509.   
  510. MITSUMI CRMC-FX001/FX001D
  511.   
  512. eine Zeile mit folgendem Inhalt:     MTMCDAE.SYS or MTMCDAS.SYS
  513.   
  514. z.B.    DEVICE=C:\DEV\MTMCDAE.SYS /D:MSCD001 /P:340 /T:7 /I:11
  515.   
  516. Um die AUTOEXEC.BAT-Datei zu bearbeiten, geben Sie bitte Folgendes  
  517. ein:   
  518.   
  519.         EDIT A:\AUTOEXEC.BAT    [Enter]
  520.   
  521. Diese Datei wird dann auf dem Bildschirm erscheinen und etwa so  
  522. aussehen:   
  523.   
  524.         @ECHO OFF
  525.         PROMPT $P$G
  526.   
  527. Sie müssen dieser Datei MSCDEX hinzufügen. Suchen Sie zu diesem  
  528. Zweck in der AUTOEXEC.BAT-Datei Ihrer Festplatte nach einer Zeile, in 
  529. der MSCDEX auftaucht. Notieren Sie auch diese Zeile, und fügen Sie sie
  530. der AUTOEXEC.BAT-Datei Ihrer Bootdiskette hinzu.   
  531.   
  532. Die Zeile wird etwa folgendermaßen aussehen:   
  533.   
  534.         C:\DOS\MSCDEX /D:MSCD001 /M:10
  535.   
  536. [2-2] Der Bootdiskette einen Maustreiber hinzufügen   
  537.   
  538. Um der Bootdiskette einen Maustreiber hinzuzufügen, müssen Sie die  
  539. AUTOEXEC.BAT-Datei Ihrer Bootdiskette entsprechend ändern. Nur in  
  540. selten Fällen ist auch eine Änderung der CONFIG.SYS-Datei nötig. Die 
  541. Dateien auf Ihrer Festplatte bleiben UNVERÄNDERT.   
  542.   
  543. Um die AUTOEXEC.BAT-Datei zu editieren, geben Sie Folgendes ein:   
  544.   
  545.         EDIT A:\AUTOEXEC.BAT    [Enter]
  546.    
  547. Diese Datei wird auf dem Bildschirm erscheinen und etwa so aussehen:   
  548.   
  549.         @ECHO OFF
  550.         PROMPT $P$G
  551.   
  552. Sie benötigen die Zeile Ihrer AUTOEXEC.BAT-Datei, die das Wort  
  553. MOUSE enthält. Sie sieht etwa so aus:   
  554.   
  555.         C:\MOUSE\MOUSE.EXE
  556.   
  557. Haben Sie diese Zeile gefunden, notieren Sie sie und fügen sie der  
  558. AUTOEXEC.BAT-Datei Ihrer Bootdiskette hinzu.  
  559.