home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP1.ZIP / HELPDOS3.ZIP / VDISK.### < prev    next >
Encoding:
Text File  |  1985-12-28  |  903 b   |  19 lines

  1. COMMAND:  VDISK (Virtual Disk)
  2.  
  3. FUNCTION: Creates a virtual disk in RAM of specified size.
  4.  
  5. FORMAT:   DEVICE=[d:][path]VDISK.SYS [bbb] [sss] [ddd] [/E[:m]]
  6.           in the CONFIG.SYS file.
  7.  
  8. TYPE:     DOS device driver
  9.  
  10. REMARKS:  bbb is the virtual disk size in decimal K bytes. The default is 64K
  11.           bytes and the maximum is limited by the amount of available memory.
  12.           sss is the sector size in bytes, where allowable sizes are 128, 256,
  13.           or 512, and the default is 128 bytes.
  14.           ddd is the maximum number of directory entries the virtual disk can
  15.           contain. The default is 64, and the allowable range is 2 to 512.
  16.           /E: allows an IBM AT to use extended memory to contain the virtual
  17.           disk and m is the maximum number of sectors transferred at a time.
  18.           The virtual disk is given the next available drive designation.
  19.