home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / pcmag / vol7n18.arc / XPANDISK.DOC < prev    next >
Text File  |  1988-09-19  |  2KB  |  50 lines

  1. XPANDISK.SYS and XPANBOSS
  2. Device Driver and Command
  3.  
  4. Michael J. Mefford             
  5. 1988 No. 18 (Utilities)
  6.  
  7.  
  8. Purpose:    Permits varying the amount of expanded memory allocated to a RAM
  9. disk without rebooting, when used on systems equipped with memory that conforms
  10. to the Lotus/Intel/Microsoft specification.
  11.  
  12. Format:    In CONFIG.SYS file:
  13.     DEVICE=XPANDISK.SYS [/Dn][/Sn][/En][/Mn][/An]
  14.  
  15.     At DOS command prompt:
  16.         XPANBOSS [d:][/Dn][/Sn][/En][/Wn][/Rn][/Mn][/An]
  17.  
  18. Remarks:    XPANDISK makes use of an Expanded Memory Manager. The
  19. DEVICE=XPANDISK.SYS entry must, therefore, follow the DEVICE=EMM.SYS (driver
  20. name will differ with  manufacturer) line already in the CONFIG.SYS file. 
  21. XPANBOSS varies the parameters of the RAMdisk d: created by XPANDISK.  Note that
  22. while this does not require rebooting, changing parameters other than /R (Read-Only) does reformat d:, whose contents are thereby lost.  A confirmation warning
  23. is given to allow saving the RAMdisk files before the reformatting.  The
  24. optional switch parameters for XPANDISK.SYS and XPANBOSS.COM are as follows:
  25.  
  26.     /Dn    Disk size, variable from 16K to 32,768K; default 64K.
  27.     /Sn    Sector size, 128, 256, or 512 bytes; default 265 bytes.
  28.     /En    Number of RAMdisk root directory entries; default 64.
  29.     /Mn    Minimizes RAMdisk size (to 16K); use when running
  30.          large spreadsheets or databases.
  31.     /An    Expands RAMdisk to fill all extended memory.
  32.     /Wn    Eliminates warning that changing RAMdisk
  33.          parameters loses contents; use in batch file operation.
  34.     /Rn    Make RAMdisk read-only; use after loading possible
  35.          Trojan horse programs.  RAMdisk d: may be returned
  36.          to read-write by entering d:XPANBOSS.
  37.  
  38.     Note:  DOS assigns the next available drive letter as d:.  Be sure that
  39. this does not cause a conflict if you are using a SUBST drive.
  40.  
  41.     Note:  XPANDISK and XPANBOSS allow the same parameter comments permitted
  42. by the VDISK.SYS extended/conventional device driver.  Thus, for example, you
  43. could enter
  44.  
  45.     DEVICE=XPANDISK.SYS /disk size=120K /sector=128
  46.  
  47.     and DOS would understand this as
  48.  
  49.     DEVICE=XPANDISK.SYS /D120/S128
  50.