home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / netdrv.zip / NETDRV.TXT < prev   
Text File  |  1994-07-05  |  2KB  |  43 lines

  1. NetDRV Version 1.0 - Freeware ! But donate if you like it !
  2. (c) 1994 Jeremy E Cath / Rufan Redi Productions
  3.  
  4. OS/2 Rexx cmd while allows drivers etc. to be toggled in and out. EG
  5. Network drivers when not connected to the network
  6.  
  7. Please backup your CONFIG.SYS before running this -
  8. just in case ! Also, have a boot disk handy !
  9. Please take note of the comment about the manual editing of
  10. your CONFIG.SYS before running this
  11.  
  12. Comments to Jeremy E Cath via CompuServe- 100315,521
  13. or SnailMail to Stoke Cottage, Marsh Lane, Maidenhead,
  14. Berks SL6 0DF. UK
  15.  
  16. Requires VREXX.EXE, VREXX.DLL, DEVBASE.DLL
  17. to be present to display messages    <-- These can be obtained from
  18.                                      <-- IBM BBSs, or CIS forums
  19. Requires GetBootDrv.DLL to locate boot drive <-- can be obtained
  20.                                      <-- from OS/2 BBS
  21. (If you require full copies of either, please contact me)
  22.  
  23. The program should be run minimised, from the desktop using the
  24. icon provided !
  25.  
  26. In C:\CONFIG.SYS put the following two rem lines - CASE SENSITIVE !
  27. rem ***NetworkStart
  28. .
  29. .  Network, or other drivers, device and run statements
  30. .
  31. rem ***NetworkEnd
  32.    to control the blocks of lines which will be toggled.
  33.  
  34. Please distribute this archive without alteration
  35. NetDRV.CMD - The REXX Script
  36. NetDRV.ICO - Its icon
  37. NetDRV.TXT - This file
  38.  
  39. VREXX.EXE - Needs to go in OS2 directory
  40. VREXX.DLL and DEVBASE.DLL - Need to go in OS2/DLL directory
  41. GBOOTDRV.DLL - Needs to go in OS2/DLL directory
  42.  
  43.