netwerkassist
Technical User
I can upgrade my NT box to W2K, but need help in
specifying some "Connect As/Password" credentials when I
want to run my runonce.bat file. Would appreciate an
example of a how I could accomplish this! I tryed net use
at the top of the runonce.bat but no luck and I don't want
to use a "guest" account.
Also when you upgrade you are prompted to logon. If you
do a clean install you are not prompted. Need a way to
auto logon for the upgrade as their are many boxes.
Here's an example of my runonce.bat.
@echo OFF
net use z: \\yew\i386
mypassword /USER
davies\mydomain /PERSISTENT:NO
"Start /wait msiexec /i \\YEW\w2k\TOOLS\2000rkst.msi /qb"
rem Resource Kit
"Start /wait msiexec /i \\YEW\w2k\W2KResKitS1
\w2000rk.msi /qb"
rem Set Server Time
"Start /wait net time /setsntp:york.jettadetta.com"
"Q323255 /n /q /z"
Appreciate help
specifying some "Connect As/Password" credentials when I
want to run my runonce.bat file. Would appreciate an
example of a how I could accomplish this! I tryed net use
at the top of the runonce.bat but no luck and I don't want
to use a "guest" account.
Also when you upgrade you are prompted to logon. If you
do a clean install you are not prompted. Need a way to
auto logon for the upgrade as their are many boxes.
Here's an example of my runonce.bat.
@echo OFF
net use z: \\yew\i386
mypassword /USER
"Start /wait msiexec /i \\YEW\w2k\TOOLS\2000rkst.msi /qb"
rem Resource Kit
"Start /wait msiexec /i \\YEW\w2k\W2KResKitS1
\w2000rk.msi /qb"
rem Set Server Time
"Start /wait net time /setsntp:york.jettadetta.com"
"Q323255 /n /q /z"
Appreciate help