home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / mtwdo221.zip / NET.CMD < prev    next >
OS/2 REXX Batch file  |  1995-07-07  |  557b  |  24 lines

  1. #
  2. # Example to set/change values in the NET.CFG files of Novell
  3. #
  4. # Lines with an empty section, are added in front of the NET.CFG
  5. # file. There are no leading blanks inserted.
  6. #
  7. +[]IPX Retry Count = 100
  8. +[]IPX Delay Count = 200
  9. #
  10. # Lines with a non-empty section are inserted with
  11. # 8 spaces in front of the key
  12. #
  13. # Lines with no = sign are inserted with no = sign added at the end of
  14. # the line.
  15. #
  16. +[NetWare DOS Requester]AVERAGE NAME LENGTH = 22
  17. +[Netware DOS Requester]AUTO RETRY = 5
  18. +[Link Driver 3C509]Frame Ethernet_802.3
  19.  
  20.  
  21.  
  22.  
  23.  
  24.