home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 14 Text / 14-Text.zip / CDINST.ZIP / MSLIMAGE.DOC
Text File  |  1992-06-27  |  4KB  |  130 lines

  1. This file briefly describes the steps I took to get my CDROM to
  2. run with the Microsoft CD Extensions under OS/2 2.0.  Before
  3. doing this, I had successfully installed and run MSCDEX.EXE 
  4. when my system was booted with DOS 5.0.
  5.  
  6. How to run MSCDEX.EXE and Microsoft CDROM Library
  7. under OS/2 2.0.  This will allow you to run your
  8. MSCDEX extensions in a DOS Full Screen or in a
  9. Dos Window under OS/2 2.0.
  10. Good luck!
  11.  
  12. Step 1:  Create a DOS 5.0 Boot Floppy
  13.               Note: (in this example I run OS/2 2.0 from the D: drive
  14.                         so my MOUSE points to D:\OS2\MDOS\MOUSE)
  15.  
  16.  
  17. /* contents of DOS 5.0 Boot diskette in drive a: */
  18.  Volume in drive A has no label.
  19.  The Volume Serial Number is 3936:18D9
  20.  Directory of A:\
  21.  
  22. COMMAND  COM    47845  10-25-91   5:00a
  23. FORMAT   COM    32975  10-25-91   5:00a
  24. KEYB     COM    15042  10-25-91   5:00a
  25. MODE     COM    23649  10-25-91   5:00a
  26. DEBUG    COM    20773  10-25-91   5:00a
  27. EDLIN    COM    12781  10-25-91   5:00a
  28. FDISK    COM    57411  10-25-91   5:00a
  29. MIRROR   COM    18169  10-25-91   5:00a
  30. SYS      COM    13504  10-25-91   5:00a
  31. UNFORMAT COM    18576  10-25-91   5:00a
  32. DOSKEY   COM     5883  10-25-91   5:00a
  33. DOSSHELL COM     4623  10-25-91   5:00a
  34. PRINT    COM    15795  10-25-91   5:00a
  35. RECOVER  COM     9285  10-25-91   5:00a
  36. EDIT     COM      413  10-25-91   5:00a
  37. MSHERC   COM     6934  10-25-91   5:00a
  38. ASSIGN   COM     6399  10-25-91   5:00a
  39. BACKUP   COM    36231  10-25-91   5:00a
  40. CHKDSK   COM    16339  10-25-91   5:00a
  41. COMP     COM    14421  10-25-91   5:00a
  42. DISKCOMP COM    10652  10-25-91   5:00a
  43. DISKCOPY COM    11793  10-25-91   5:00a
  44. GRAFTABL COM    11205  10-25-91   5:00a
  45. GRAPHICS COM    19694  10-25-91   5:00a
  46. LABEL    COM     9529  10-25-91   5:00a
  47. MORE     COM     2618  10-25-91   5:00a
  48. RESTORE  COM    38433  10-25-91   5:00a
  49. LOADFIX  COM     1131  10-25-91   5:00a
  50. TREE     COM     6901  10-25-91   5:00a
  51. DECGRAPH COM     9261  10-25-91   5:00a
  52. DECKEYB  COM     8247  10-25-91   5:00a
  53. SETVER   EXE    12007  10-25-91   5:00a
  54. COUNTRY  SYS    17069  10-25-91   5:00a
  55. EGA      SYS     4885  10-25-91   5:00a
  56. KEYBOARD SYS    34753  10-25-91   5:00a
  57. DISPLAY  SYS    15848  10-25-91   5:00a
  58. HIMEM    SYS    11552  10-25-91   5:00a
  59. ANSI     SYS     9085  10-25-91   5:00a
  60. RAMDRIVE SYS     5873  10-25-91   5:00a
  61. SMARTDRV SYS     8335  10-25-91   5:00a
  62. DRIVER   SYS     5409  10-25-91   5:00a
  63. PRINTER  SYS    18868  10-25-91   5:00a
  64. AUTOEXEC BAT      138   6-26-92   8:09a
  65. CONFIG   SYS      170   6-26-92   7:44a
  66. MSL      EXE    66834   4-16-91  11:12a
  67. MSL      INI       46   6-13-92   6:10a
  68. FSFILTER SYS    12364   3-30-92  12:00p
  69. MSCDEX   EXE    25413  10-01-90   4:20p
  70. MTMCDD   SYS    65005  12-25-91   4:15p
  71.         49 file(s)     820166 bytes used
  72.                        547840 bytes free
  73.  
  74. /* end contents of drive a: */
  75.  
  76. /* CONTENTS OF AUTOEXEC.BAT on Boot Diskette */
  77.  
  78. @ECHO OFF
  79. PROMPT $p$g
  80. PATH C:\DOS;C:\MSB;
  81. REM C:\MSB contains MSL.INI, MSL.EXE, etc.. */
  82. SET TEMP=a:\
  83. D:\OS2\MDOS\MOUSE
  84. \MSCDEX.EXE /D:MSCD001 /M:10 /L:e
  85. REM CDROM will be the E: drive
  86. C:\MSB\MSL 
  87.  
  88. /* END AUTOEXEC.BAT */
  89.  
  90.  
  91. /* Contents of CONFIG.SYS  on Boot Diskette */
  92.  
  93. DEVICE=\SETVER.EXE
  94. DEVICE=\FSFILTER.SYS
  95. DEVICE=D:\OS2\MDOS\HIMEM.SYS
  96. DEVICE=\MTMCDD.SYS /D:MSCD001 /P:300 /A:0 /M:10 /T:3 /I:5
  97. LASTDRIVE=Z
  98. FILES= 30
  99. REM DOS=HIGH
  100. REM Note that FSFILTER.SYS, SETVER.SYS, and MTMCDD.SYS are
  101. REM in the root directory of the a: diskette
  102.  
  103. /* end of config.sys */
  104.  
  105.  
  106. Step 2.   Create VMDISK image of the DOS Boot Disk on Drive C:
  107.  
  108. 1.   Put the Dos Boot Diskette in A:
  109. 2.   Open OS/2 Full Screen.
  110. 3.   From OS/2 Full Screen, type
  111.                VMDISK a: c:\cdimage.dsk
  112. 4.  Go to the Desktop and 
  113.      create another DOS full Screen Object on the WPS Desktop.
  114. 5.  Bring up the Settings for this new DOS object.
  115. 6.  Select the Session booktab.
  116. 7.  Click the Dos Window radio button.
  117. 8.  From Settings/Session/Dos Settings:
  118.        Change DOS Startup Drive to C:\CDIMAGE.DSK
  119.        Change Dos Shell to C:\DOS\COMMAND.COM
  120.        Set Mouse Exclusive Access to On
  121.        Save Dos Settings Changes
  122.        Close Settings.
  123.  
  124. YOU'RE DONE!  
  125.  
  126. By running in a DOS window, you can mark/copy
  127. into the OS/2 Clipboard by using the DOS Window's system menu.
  128.  
  129.  
  130.