Slow Saving from OLE 2.0 Applications to Floppy Disk |
Q111369
OLE 2.0 applications, such as Word 6.0 and Microsoft Excel 5.0, may save files slowly to a floppy disk. It may take 30 seconds or more to save an average file to a floppy disk.
All OLE 2.0 applications create files in "DOC-File" format. It takes extra
time to write this file format to a floppy disk because it requires many
read and write operations.
DOC-File is the format specified in the OLE 2.0 specification for the
implementation of OLE processes. In this format, components are saved in
"data streams" separate from the main application file stream (similar in
concept to subdirectories of main directories in the MS-DOS file model).
Other OLE 2.0 applications (in addition to the application in which a
particular document was produced) can read data in the DOC-File format.
You can use the MS-DOS SMARTDrive disk-caching program (SMARTDRV.EXE) to
substantially decrease the time required to save OLE 2.0 files to floppy
disks. With SMARTDrive, you can save files on a floppy disk up to five
times more quickly than without it. SMARTDrive creates a cache in your
computer's extended memory for rapid processing of disk operations such as
saving to a floppy disk.
Use the following syntax in your AUTOEXEC.BAT or CONFIG.SYS file to create
a SMARTDrive disk cache on your A and B floppy disk drives:
C:\DOS\SMARTDRV.EXE a+ b+ <nnnn>
where <nnnn> is the cache size, which is between 256 and 2048 bytes.
Device=C:\DOS\SMARTDRV.SYS a+ b+ <nnnn>
where <nnnn> is the cache size, which is between 256 and 2048 bytes.
Microsoft MS-DOS "User's Guide and Reference," version 5.0, pages 304-308
Microsoft MS-DOS "User's Guide," version 6.0, page 81
Microsoft MS-DOS 6.2 Help: Type help smartdrv or smartdrv/? at the MS-DOS command prompt
Additional query words: ole2 w4wother officeinterop 6.00a macppt winppt
Keywords :
Issue type :
Technology :
|
Last Reviewed: November 24, 1999 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |