home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / comdri11.zip / COMDRIVE.DOC next >
Text File  |  1994-06-03  |  4KB  |  71 lines

  1.                                 COMDRIVE.SYS
  2.                      Com Port Disk Sharing device driver 
  3.                                 Version 1.1
  4.                           (c) 1992 EnterTec, Inc.
  5.  
  6. THIS SOFTWARE IS BEING DISTRIBUTED AS "SHAREWARE". IT IS NOT FREE. THIS
  7. SOFTWARE MAY ONLY BE DISTRIBUTED WITH THIS UNALTERED DOCUMENT. NO FEES MAY
  8. BE COLLECTED FOR DISTRIBUTION OF THIS SOFTWARE EXCEPTING NORMAL ONLINE
  9. SUBSCRIPTION FEES. TO LEGALLY USE THIS SOFTWARE AFTER A 15 DAY TRIAL PERIOD, 
  10. IT MUST BE REGISTERED. SEE THE END OF THIS DOCUMENT FOR REGISTRATION DETAILS.
  11. THIS SOFTWARE IS OFFERED "AS IS" AND ANY LIABILITY IS TO BE ASSUMED BY THE 
  12. USER. ENTERTEC AND OR ITS PRINCIPALS' LIABILITY EXPOSURE IS LIMITED TO THE 
  13. PURCHASE PRICE OF THIS SOFTWARE.
  14.                                 
  15.                                 INTRODUCTION
  16. COMDRIVE is a device driver which allows a PC to share its disk drives with
  17. another PC via the serial port.  COMDRIVE works on the background, allowing 
  18. system #1 to access system #2's disk drives while system #2 is performing 
  19. other tasks (and visa versa). This process is "peer to peer"; each system can 
  20. access the other's disk drives. To prevent potential File Allocation Table 
  21. (FAT) mishaps, the remote drive in either case cannot be written to.  
  22.  
  23.                                 INSTALLATION
  24. This driver uses a "null modem" cable, commonly available from computer 
  25. supply dealers. Unless you have a lot of spare time and parts, don't
  26. bother making one. If you must, this driver requires TX, RX, and GND. If
  27. you don't know what that means, head to Egghead's (not an endorsement) and
  28. pick up a preassembled, professionally made tested cable.
  29.  
  30.                               ** IMPORTANT **
  31. *** Because Microsoft eliminated the 32MB barrier starting with DOS V4.0, ***
  32. *** MAKE SURE BOTH SYSTEMS USE DOS VERSION 4.0 OR ABOVE, or BOTH use DOS  ***
  33. *** versions LESS than 4.0. DO NOT MIX DOS <4.0 with DOS >4.0.            ***
  34.  
  35. Copy COMDRIVE.SYS and SEL.COM to the DOS directory on both systems. Assuming 
  36. they are placed in the C:\DOS directory, add the following line to 
  37. both CONFIG.SYSes:
  38.  
  39. DEVICE=C:\DOS\COMDRIVE.SYS 1
  40. (this is for COM1; change the '1' to a '2' for COM2).
  41. To activate the drivers, reboot the systems.
  42.                                  
  43.                                  OPERATION
  44. To select one of the remote drives, type "SEL <D>" where <D> is the drive 
  45. you desire. For example, to select the remote system's C: drive, type:
  46. SEL C
  47.  
  48. For floppy drives, the disk must be accessed first by the system that 
  49. physically houses the drive. This will allow DOS to determine the media type.
  50.  
  51. The remote's drive can be used just like any other drive in your system,
  52. except it cannot be written to. It is normal to see the DOS error message
  53. "Write protect error writing drive X:".
  54.  
  55. When accessing a remote drive, a small "REMOTE" window appears in the upper 
  56. right corner of the screen of the remote system (only in text mode).
  57.  
  58.                                 REGISTRATION
  59. Because this program is fully functional, EnterTec's only protection 
  60. in its investment in developing this software is your honesty. Please 
  61. become a registered user of this useful utility by sending $10 (US funds) to:
  62.  
  63.                                EnterTec, Inc.
  64.                                PO Box 8858
  65.                                Richmond, VA 23225
  66.                                Phone (804) 353-7133
  67.                                FAX (804) 353-7134
  68.  
  69. Thanks for your support.
  70.  
  71.