home *** CD-ROM | disk | FTP | other *** search
/ Soft 19 / Soft19.iso / win95-rc / win95_06.cab / nocomp.inf < prev    next >
INI File  |  1996-04-22  |  5KB  |  122 lines

  1. ;===============================================================================
  2. ; Microsoft Startup Disk Wizard -- Information File
  3. ;===============================================================================
  4. ;
  5. ; The Microsoft Startup Disk Wizard, Nocomp.exe, creates a special startup
  6. ; floppy disk that you can use to start your computer without loading DriveSpace.
  7. ; This frees conventional memory for running MS-DOS-based programs.
  8. ;
  9. ; This file contains settings that control how the Startup Disk Wizard runs.  
  10. ; It contains three sections: 
  11. ;
  12. ;     [Options]   contains settings that modify certain aspects of the
  13. ;                 Startup Disk Wizard's behavior.
  14. ;
  15. ;     [Multipart] specifies how the wizard should handle drivers with multiple
  16. ;                 file dependencies. 
  17. ;
  18. ;     [Ignore]    lists files the wizard should ignore when processing
  19. ;                 your startup files.
  20. ;
  21. ; The settings in each section are explained below.
  22. ;
  23. ;-------------------------------------------------------------------------------
  24. ; [Options] Section
  25. ;-------------------------------------------------------------------------------
  26. ; This section contains the Autoexec and Config settings, which specify the 
  27. ; startup files on which to base your Startup Disk.
  28. ;                      
  29. ; By default, the Startup Disk Wizard uses your current Autoexec.bat and 
  30. ; Config.sys files. If you have removed real-mode drivers from your current 
  31. ; Autoexec.bat and Config.sys files, use the Autoexec and Config settings 
  32. ; to specify that the wizard should use your Autoexec.dos and Config.dos 
  33. ; files instead. For example:
  34. ;     autoexec=C:\autoexec.dos
  35. ;     config=C:\config.dos
  36.  
  37. [Options]
  38. autoexec=c:\autoexec.bat
  39. config=c:\config.sys
  40.  
  41. ;-------------------------------------------------------------------------------
  42. ; [Multipart] Section
  43. ;-------------------------------------------------------------------------------
  44. ;
  45. ; This section lists any programs that require other files in order
  46. ; to load properly. The wizard will then copy the specified files to 
  47. ; the destination directory.
  48. ;
  49. ; Each program is listed on a separate line using the following syntax:
  50. ;
  51. ;   programname=file1,file2,file3...
  52. ;
  53. ; where
  54. ;
  55. ;   programname   Specifies the filename of the program that requires
  56. ;                 other files (for example, Driver.sys).
  57. ;   file          Specifies the location of each file required by 
  58. ;                 programname. If there is more than one file, 
  59. ;                 separate the files with commas.
  60. ;
  61. ; For example, if Driver.sys required the Driver.inf and Driver.ini files,  
  62. ; you would add the following line:
  63. ;
  64. ;       driver.sys=driver.inf,driver.ini
  65. ;
  66. ; If a program requires more files than fit on one line, you can add
  67. ; additional lines by repeating the program name with a .1 suffix,
  68. ; a .2 suffix, and so on. For example, if Myprog.exe requires many files,
  69. ; you might add the following lines:
  70. ;
  71. ;       myprog.exe=driver.inf,driver.ini,driver.bat,prog.dll
  72. ;       myprog.exe.1=file.dll,more.dll,whatever.vxd,whatsit.bat
  73. ;       myprog.exe.2=prog.bin
  74. ;
  75. ; If a program requires that one of its components be in a subdirectory 
  76. ; relative to the main program file, include the .\ characters and the
  77. ; relative path for each file. For example, if C:\video\viddrv.sys
  78. ; requires the Display.inf file to load, and it looks for this file in 
  79. ; the directory C:\video\system, you would add the following line:
  80. ;
  81. ;       viddrv.sys=.\system\display.inf
  82.  
  83. [multipart]
  84. dmdrvr.bin=xbios.ovl
  85. sbconfig.exe=drv\auxdrv.drv,drv\ct-voice.drv,drv\ctvdsk.drv
  86. sbconfig.exe.1=drv\ctwdsk.drv,drv\ctwmem.drv,drv\organ.drv
  87.  
  88. ;-------------------------------------------------------------------------------
  89. ; [Ignore] Section
  90. ;-------------------------------------------------------------------------------
  91. ;    A programs should be listed in the [Ignore] section when it
  92. ;    is not useful or usable when your computer is started using this
  93. ;    startup disk, either because you don't need the program or 
  94. ;    because it requires too many support files to fit onto a floppy disk.
  95. ;
  96. ;    IMPORTANT: Do not remove the first five entries that already exist here.
  97. ;
  98. ;    For each program that you want Startup Disk Wizard to ignore, use the
  99. ;    following syntax:
  100. ;
  101. ;       programname=1
  102. ;
  103.  
  104. [ignore]
  105. drvspace.sys=1
  106. config.sys=1
  107. autoexec.bat=1
  108. drvspace.exe=1
  109. win.com=1
  110. net.exe=1
  111. deltree.exe=1
  112. xcopy.exe=1
  113. move.exe=1
  114. vlm.com=1
  115. lsl.com=1
  116. ipxodi.com=1
  117. ban.com=1
  118. arswait.com=1
  119.