home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 August / 08_02.iso / test / di2002 / ENRETAILDMODI600.ZIP / SETUP / BDB.cab / _87E0B90F2FBF4C669D5459486848CE18 < prev    next >
Encoding:
Text File  |  2001-06-21  |  3.8 KB  |  112 lines

  1. @ECHO OFF
  2. REM  Version 5.0 06/21/2001
  3. ECHO This command copies the Microsoft Network Client 3.0 for MS-DOS
  4. ECHO files from the Windows NT Server 4.0 CD to your hard drive for
  5. ECHO use by the DeployCenter BootDisk Builder.
  6. ECHO.
  7. if %1n==A:n GOTO DRIVEOK
  8. if %1n==a:n GOTO DRIVEOK
  9. if %1n==B:n GOTO DRIVEOK
  10. if %1n==b:n GOTO DRIVEOK
  11. if %1n==C:n GOTO DRIVEOK
  12. if %1n==c:n GOTO DRIVEOK
  13. if %1n==D:n GOTO DRIVEOK
  14. if %1n==d:n GOTO DRIVEOK
  15. if %1n==E:n GOTO DRIVEOK
  16. if %1n==e:n GOTO DRIVEOK
  17. if %1n==F:n GOTO DRIVEOK
  18. if %1n==f:n GOTO DRIVEOK
  19. if %1n==G:n GOTO DRIVEOK
  20. if %1n==g:n GOTO DRIVEOK
  21. if %1n==H:n GOTO DRIVEOK
  22. if %1n==h:n GOTO DRIVEOK
  23. if %1n==I:n GOTO DRIVEOK
  24. if %1n==i:n GOTO DRIVEOK
  25. if %1n==J:n GOTO DRIVEOK
  26. if %1n==j:n GOTO DRIVEOK
  27. if %1n==K:n GOTO DRIVEOK
  28. if %1n==k:n GOTO DRIVEOK
  29. if %1n==L:n GOTO DRIVEOK
  30. if %1n==l:n GOTO DRIVEOK
  31. if %1n==M:n GOTO DRIVEOK
  32. if %1n==m:n GOTO DRIVEOK
  33. if %1n==N:n GOTO DRIVEOK
  34. if %1n==n:n GOTO DRIVEOK
  35. if %1n==O:n GOTO DRIVEOK
  36. if %1n==o:n GOTO DRIVEOK
  37. if %1n==P:n GOTO DRIVEOK
  38. if %1n==p:n GOTO DRIVEOK
  39. if %1n==Q:n GOTO DRIVEOK
  40. if %1n==q:n GOTO DRIVEOK
  41. if %1n==R:n GOTO DRIVEOK
  42. if %1n==r:n GOTO DRIVEOK
  43. if %1n==S:n GOTO DRIVEOK
  44. if %1n==s:n GOTO DRIVEOK
  45. if %1n==T:n GOTO DRIVEOK
  46. if %1n==t:n GOTO DRIVEOK
  47. if %1n==U:n GOTO DRIVEOK
  48. if %1n==u:n GOTO DRIVEOK
  49. if %1n==V:n GOTO DRIVEOK
  50. if %1n==v:n GOTO DRIVEOK
  51. if %1n==W:n GOTO DRIVEOK
  52. if %1n==w:n GOTO DRIVEOK
  53. if %1n==X:n GOTO DRIVEOK
  54. if %1n==x:n GOTO DRIVEOK
  55. if %1n==Y:n GOTO DRIVEOK
  56. if %1n==y:n GOTO DRIVEOK
  57. if %1n==Z:n GOTO DRIVEOK
  58. if %1n==z:n GOTO DRIVEOK
  59. ECHO *************************************************
  60. ECHO Please run this command from a DOS command line
  61. ECHO and specify the CD-ROM drive letter as follows:
  62. ECHO.
  63. ECHO GETMSLAN X:
  64. ECHO.
  65. ECHO where X: is your CD-ROM drive letter.
  66. ECHO *************************************************
  67. ECHO.
  68. PAUSE
  69. GOTO DONE
  70. :DRIVEOK
  71. IF EXIST %1\Clients\Msclient\Netsetup\Emsbfr.exe GOTO MAKECOPY
  72. ECHO *****************************************************
  73. ECHO ERROR: Microsoft Networking client files not found!
  74. ECHO.
  75. ECHO Please check that the Windows NT Server 4.0 CD is
  76. ECHO properly inserted and the correct drive letter for
  77. ECHO the CD-ROM drive is specified.
  78. ECHO.
  79. ECHO The Microsoft Network Client 3.0 for MS-DOS files
  80. ECHO may also be obtained from the Microsoft FTP site at
  81. ECHO ftp.microsoft.com/bussys/clients/MSCLIENT.  Download
  82. ECHO the files DSK3-1.EXE and DSK3-2.EXE.
  83. ECHO *****************************************************
  84. PAUSE
  85. GOTO DONE
  86. :MAKECOPY
  87. ECHO Copying Miscrosoft Network client files...
  88. copy %1\clients\Msclient\Netsetup\Emsbfr.exe   MS\EMSBFR.EXE
  89. copy %1\clients\Msclient\Netsetup\Ifshlp.sys   MS\IFSHLP.SYS
  90. copy %1\clients\Msclient\Netsetup\Lmhosts      MS\LMHOSTS
  91. copy %1\clients\Msclient\Netsetup\Ndishlp.sys  MS\NDISHLP.SYS
  92. copy %1\clients\Msclient\Netsetup\Nemm.dos     MS\NEMM.DOS
  93. copy %1\clients\Msclient\Netsetup\Net.msg      MS\NET.MSG
  94. copy %1\clients\Msclient\Netsetup\Net.exe      MS\NET.EXE
  95. copy %1\clients\Msclient\Netsetup\Netbind.com  MS\NETBIND.COM
  96. copy %1\clients\Msclient\Netsetup\Neth.msg     MS\NETH.MSG
  97. copy %1\clients\Msclient\Netsetup\Nmtsr.exe    MS\NMTSR.EXE
  98. copy %1\clients\Msclient\Netsetup\Protman.dos  MS\PROTMAN.DOS
  99. copy %1\clients\Msclient\Netsetup\Protman.exe  MS\PROTMAN.EXE
  100. copy %1\clients\Msclient\Netsetup\Tcpdrv.dos   MS\TCPDRV.DOS
  101. copy %1\clients\Msclient\Netsetup\Tcptsr.exe   MS\TCPTSR.EXE
  102. copy %1\clients\Msclient\Netsetup\Tcputils.ini MS\TCPUTILS.INI
  103. copy %1\clients\Msclient\Netsetup\Tinyrfc.exe  MS\TINYRFC.EXE
  104. copy %1\clients\Msclient\Netsetup\Umb.com      MS\UMB.COM
  105. copy %1\clients\Msclient\Netsetup\Wfwsys.cfg   MS\WFWSYS.CFG
  106. copy %1\clients\Msclient\Netsetup\Ne1000.dos   DRIVERS\NE1000.DOS
  107. copy %1\clients\Msclient\Netsetup\Ne2000.dos   DRIVERS\NE2000.DOS
  108. ECHO.
  109. ECHO Miscrosoft Network Client 3.0 for MS-DOS files copied.
  110. ECHO.
  111. :DONE
  112.