home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 20 NDrivers / 20-NDrivers.zip / wplan5.zip / CF2BOOT.BAT next >
DOS Batch File  |  1995-11-10  |  2KB  |  45 lines

  1. echo off
  2. cls
  3. if not exist util\confutil.exe goto not_in_WP_directory
  4. echo Insert a blank formatted diskette in drive A:
  5. echo.
  6. PAUSE
  7. sys a:
  8. cls
  9. echo Copying WavePOINT Configurator environment files to system diskette A:
  10. echo ======================================================================
  11. echo.
  12. echo One moment please....
  13. copy env\*.dos a:\ > NUL:
  14. copy env\*.sys a:\ > NUL:
  15. copy env\netbind.exe a:\ > NUL:
  16. copy env\protocol.ini a:\ > NUL:
  17. copy env\autoexec.bat a:\ > NUL:
  18. echo.
  19. echo To run the Configurator via WaveLAN:-
  20. echo.
  21. echo    a.) Configure your WaveLAN card for the WavePOINT NWID and
  22. echo        Frequency Channel. The pre-installed NWID is the
  23. echo        same as the last 4 digits of the WavePOINT serial number.
  24. echo        The NWID can be changed by updating the PROTOCOL.INI file
  25. echo        on the bootdisk.
  26. echo        The Default Frequency Channel of your WavePOINT can be
  27. echo        found in the WavePOINT User's Guide.
  28. echo    b.) Reboot the system from the system diskette.
  29. echo    c.) Start CONFUTIL.EXE from harddisk.
  30. echo.
  31. echo To run the Configurator via the wired LAN consult chapter 3 of the
  32. echo WavePOINT manual.
  33. echo.
  34. echo NOTE: To use a wired LAN driver you will need to modify the PROTOCOL.INI
  35. echo       file on the system (environment) diskette.
  36. echo       An example PROTOCOL.INI can often be found on the driver diskette
  37. echo       supplied with your wired LAN interface card.
  38. echo.
  39. echo       You may also need to change the CONFIG.SYS to fit your PCMCIA card
  40. echo       (if you are using one).
  41. goto end
  42. :not_in_WP_directory
  43. echo You must execute this batch file from the WavePOINT software directory.
  44. :end
  45.