home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 December / simtel1292_SIMTEL_1292_Walnut_Creek.iso / msdos / procomm / ramproc.arc / RAMPROC.DOC < prev   
Text File  |  1987-12-29  |  976b  |  28 lines

  1.                         Using Procomm on a Ramdisk
  2.  
  3. This is a simple way to make this program work on a RAMDISK. It's fast,
  4. and gives less wear to you master disk. In order for this program to work,
  5. you need you current dos version of ANSI.SYS and MODE.COM. It is also
  6. recommended that you have 640K. You will also need to create this
  7. CONFIG.SYS:
  8.  
  9. device=amdisk.dvd
  10. device=ansi.sys (For graphics)
  11.  
  12. If you use PCjr then also add:
  13. device=pcjrmem.com
  14.  
  15. The autoexec.bat copies the PROCOMM.* and you CMD files to your RAMDISK
  16. upon bootup. This autoexec defines the RAMDISK as C:, you may need to
  17. change this. It also uses CONFIG.COM to set the RAMDISK at 300K. Once
  18. copied it asks for the date and time and then boots PROCOMM from the
  19. RAMDISK. You'll notice the great speed now!
  20.  
  21. IMPORTANT:
  22.  
  23. If you happen to add numbers or change setup on PROCOMM when this routine
  24. is used, be sure to copy PROCOMM.DIR and PROCOMM.PRM to update the master.
  25.  
  26. Have fun!
  27.  
  28.