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

  1. echo off
  2. cls
  3. if not exist util\wpaccess.exe goto not_in_WP_directory
  4. if not exist util\wmonitor.exe goto not_in_WP_directory
  5. if not exist util\ptpdiag.exe goto not_in_WP_directory
  6. echo Insert a blank formatted diskette in drive A:
  7. echo.
  8. PAUSE
  9. sys a:
  10. cls
  11. echo Copying WavePOINT Utilities to system diskette A:
  12. echo =================================================
  13. echo.
  14. echo One moment please....
  15. copy util\wpaccess.*  a:\ >NUL:
  16. copy util\wmonitor.*  a:\ >NUL:
  17. copy util\ptpdiag.*   a:\ >NUL:
  18. copy util\wfreqsel.*  a:\ >NUL:
  19. copy util\sys$*.dta   a:\ >NUL:
  20. copy env\autoexec.act a:\ >NUL:
  21. copy env\autoexec.utl a:\autoexec.bat >NUL:
  22. copy env\config.utl   a:\config.sys >NUL:
  23. copy env\actmboot.bat a:\ >NUL:
  24. copy env\enabler.sys  a:\ >NUL:
  25. echo.
  26. echo.
  27. echo To run the Access Control Table Manager, Point-To-Point diagnostics
  28. echo the WaveLAN Frequency Select Utility WaveMonitor, reboot the
  29. echo system from the Utilities diskette.
  30. echo.
  31. echo NOTE: You may need to change the CONFIG.SYS to fit your PCMCIA card
  32. echo       (if you are using one).
  33. echo.
  34. goto end
  35. :not_in_WP_directory
  36. echo You must execute this batch file from the WavePOINT software directory
  37. echo.
  38.  
  39. :end
  40. echo on
  41.