home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / HAM / NPFPMS.ZIP / NPFPMS.EXE / NPFPMS.DAT / VD3 < prev    next >
Text File  |  1994-02-19  |  699b  |  20 lines

  1. ------------------------------------------------------------------------------
  2. Use of a Virtual Disk (RAM disk)
  3.  
  4. The PMS can make use of a virtual disk for its temporary files. Using a ram
  5. disk speeds up bulk forwarding compression/de-compression and other operations
  6. that create temporary files.
  7. You specify the virual disk with the VDISK command in the NPFPMS.CFG file.
  8. i.e.
  9.     VDISK  E:
  10. or
  11.     VDISK  F:\TEMP
  12.  
  13. The drive and/or directory path MUST exist. The PMS will not create them!
  14.  
  15. To create a 500K virtual disk in extended memory, you insert an entry into your
  16. config.sys file somthing like:
  17. DEVICE=C:\DOS\VDISK.SYS 500 /E
  18. The exact syntax may vary depending on your OS.
  19.  
  20.