home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 December / MICD_2000_12_NR1.iso / Dreamnet / drivery / SMC / ETHER.EXE / W95INST.BAT < prev   
DOS Batch File  |  1997-02-10  |  2KB  |  62 lines

  1. @echo off
  2. REM Copyright 1996 Standard Microsystems Corporation
  3. REM Windows 95 SMC8416 install batch file v1.4 2/10/97
  4. REM
  5. CLS
  6. IF '%winbootdir%'=='' GOTO NotWin95
  7. ECHO.
  8. ECHO.
  9. ECHO *******************************************************************
  10. ECHO.
  11. ECHO                           NOTICE!
  12. ECHO.
  13. ECHO *******************************************************************
  14. ECHO.
  15. ECHO    This process will prepare your Windows 95 system to detect
  16. ECHO    the SMC EtherEZ family network cards when you restart your
  17. ECHO    system.
  18. ECHO.      
  19. ECHO    Make sure you have a record of network settings such as
  20. ECHO    I.P. address and workgroup name. If you are uncertain of these
  21. ECHO    settings, check with your network administrator to determine
  22. ECHO    what these settings should be.
  23. ECHO.
  24. ECHO    If you choose to CANCEL this process, press Ctrl-C and close
  25. ECHO    this window, otherwise press any key when prompted.
  26. ECHO.
  27. ECHO *******************************************************************
  28. ECHO.
  29. ECHO.
  30. pause
  31. CLS
  32. copy NETSMC.INF %winbootdir%\INF > nul
  33. IF EXIST %winbootdir%\SYSTEM\SMC8000N.SYS DEL %winbootdir%\SYSTEM\SMC8000N.SYS
  34. win95nt\regdel HKLM\Enum\ISAPNP\SMC8416
  35. ECHO.
  36. ECHO *******************************************************************
  37. ECHO.
  38. ECHO               SMC Install Files Have Been Updated
  39. ECHO.
  40. ECHO *******************************************************************
  41. ECHO.
  42. ECHO     - Remove the SMC SuperDisk.
  43. ECHO.
  44. ECHO     - Exit all Windows applications and SHUTDOWN Windows 95.
  45. ECHO.
  46. ECHO     - Install the SMC network card if not already installed.
  47. ECHO.
  48. ECHO     - Restart Windows 95 and insert the SMC SuperDisk
  49. ECHO       when prompted.
  50. ECHO.
  51. ECHO *******************************************************************
  52. ECHO.
  53. GOTO TheEnd
  54. :NotWin95
  55. ECHO.
  56. ECHO *********************************************************
  57. ECHO This batch file should only be used with Windows 95.
  58. ECHO *********************************************************
  59. ECHO.
  60. :TheEnd
  61.  
  62.