Article ID: 142703
Article Last Modified on 11/17/2003
C:\NET\net initialize
C:\NET\netbind.com
C:\NET\umb.com
C:\NET\tcptsr.exe
C:\NET\tinyrfc.exe
C:\NET\nmtsr.exe
C:\NET\emsbfr.exe
rem C:\NET\net start
This keeps the network redirector from starting and allows us to start
it with the options that are entered in the next line you see here:
C:\NET\net logon {userid} {localpassword} /domain:{ntdomainname} /yes
/savepw:no < C:\NET\password.txt
NOTE: Make sure that you do NOT enter a hard return at the end of this
line. Let the line wrap as you type it and then finish it with a hard
return. The finished batch file looks like this:
C:\NET\net initialize
C:\NET\netbind.com
C:\NET\umb.com
C:\NET\tcptsr.exe
C:\NET\tinyrfc.exe
C:\NET\nmtsr.exe
C:\NET\emsbfr.exe
rem C:\NET\net start
C:\NET\net logon {userid} {localpassword} /domain:{ntdomainname} /yes
/savepw:no < C:\NET\password.txt
Additional query words: prodnt 3.0
Keywords: KB142703