Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Batch files
Name: Steve Date: March 2, 2002 at 09:04:35 Pacific
Comment:
I am replicating batch files (logon scripts) from PDC to BDC.I want to identify which server is performing the validation.Here is what i have so far... echo The validating server is %COMPUTERNAME% I want this information to appear in the dos box on the win98 client. I think the %COMPUTERNAME% variable is wrong.Can anyone help please?
Name: garreth Date: March 2, 2002 at 15:58:17 Pacific
Reply:
Hummm %computername% variable is a good one ,that's for sure.not sure is the one you need ,do you get an error? is the scrip returning the client name instead of the Server name? check Microsoft web site for available variables.might be just a glitch here.
Summary: I am trying to develop a batch file, which deletes user profiles. In our profile directory there are four user profile folders, which must not be deleted but all the rest need to be deleted. I am try...