home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / wtest / clico / sunsoft / pcnfs51 / bas1nfs.zoo / loadodi.bat next >
DOS Batch File  |  1994-08-27  |  2KB  |  51 lines

  1. REM RE_SID: @(%)/usr/re/builds/pcnfs/dos/kernel/drivers/nfsodi/SCCS/s.loadodi.bat 1.2 93/02/07 15:40:18 SMI
  2.  
  3. REM ***  This batch file shows the order in which PC-NFS and NetWare system
  4. REM ***  files must be loaded.  The actual file and path names for NetWare
  5. REM ***  are not shown.
  6. REM ***
  7. REM ***  To use this batch file, replace the place holder path and file names  
  8. REM ***  below with the names appropriate for your system.  Alternately, copy 
  9. REM ***  the following lines into AUTOEXEC.BAT and adjust the names as necessary.
  10. REM ***
  11. @echo off
  12. SET TZ=EST5EDT
  13. PROMPT $p$g
  14. PATH C:\DOS;C:\NFS;c:\win31;c:\place\holder\for-netware
  15. rem 
  16. SET TEMP=C:\DOS
  17. SET NFSDRIVE=C
  18. SET NFSPATH=C:\NFS
  19. SET TN_DIR=C:\NFS\TELNET
  20. rem
  21. \place\holder\for-netware\link-support-driver    ; e.g. \netware\odi\lsl
  22. \place\holder\for-netware\board-driver    ; e.g. \netware\odi\3c503
  23. rem
  24. c:\nfs\prt *
  25. c:\nfs\net init
  26. rem
  27. \place\holder\for-netware\ipx-driver ; e.g. \netware\odi\ipxodi
  28. \place\holder\for-netware\redirector ; e.g. \netware\odi\netx
  29. rem
  30. REM ***  Finally, if your Novell network is configured to use Ethernet_802.3
  31. REM ***  encapsulation, add a /b2 switch to the line device=c:\nfs\nfsodi.sys
  32. REM ***  in your CONFIG.SYS file and add an entry in your NET.CFG file
  33. REM ***  defining the two frames types. For example, the relevant lines in
  34. REM ***     CONFIG.SYS may look like:
  35. REM ***        DEVICE=C:\NFS\PCNFS.SYS 
  36. REM ***        DEVICE=C:\NFS\SOCKDRV.SYS
  37. REM ***        DEVICE=C:\NFS\NFSODI.SYS /b2
  38. REM ***        LASTDRIVE=L
  39. REM ***
  40. REM ***  A sample NET.CFG file may look like:
  41. REM ***      LINK DRIVER 3C503
  42. REM ***            INT 2
  43. REM ***            DMA 1
  44. REM ***            PORT 300
  45. REM ***            FRAME ETHERNET_802.3
  46. REM ***            FRAME ETHERNET_II
  47. REM ***
  48. rem
  49.  
  50.  
  51.