Server 2003 question

Soldato
Joined
14 Jul 2003
Posts
14,642
Annoyingly I've only just got my new servers and urgently need to copy just ONE tiny text files (fmhosts.txt) to every workstation in the building including everything from window 95 to XP.

Sadly any scripts I try to setup fail, they don't appear to like DOS commands for whatever reason. I'm still trying to sort it out this way but is there a tool in Server 2003 that would let me do this? typically I haven't been sent on training BEFORE the servers came in, that'd be far to clever :p I'd even settle for getting just the xp and 2k machines sorted for now.

Give me back NT4 damn it!
 
Indeed placing a script in the \\servername\netlogon share called login.bat or somwething similar then placing the following in the file:

Code:
@echo 
copy <path to copy from> <path to copy to>

The user must have rights to the <path from> and rights to write to <path to>
 
my problem was the name of the directory I was copying too was named oddly and I forgot to put in the .0 at the end of filmak~1.0

typical that it's something so simple!
 
Back
Top Bottom