Can I call a vbscript from a dos batch file?
I am creating Windows 2000 and XP unattended installations.
The way I have things set up is that I boot the subject computer from a dos
based network boot disk.
First the user is given the option to choose the Student or Teacher domain.
Then the user is given the option to install either XP or 2000.
I'd also like the user to be able to enter whatever the end computer's name
should be (as a variable I guess).
Then a vbscript residing on the appropriate server would be called.
That script would read what the computers name is supposed to be, delete an
existing account in Active Directory if it exists, and then create the
computer account.
Is this possible?
Thanks,
Jeremy