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.
Logon Script
Name: Wondering Date: April 28, 2000 at 15:21:35 Pacific
Comment:
I am running a batch file during win 9x client logons to NT 4 domain for home directory and to map a few drives. Is it possible to run a command in this batch file to copy a file from the server to the clients? What would the syntax be? Thanks
Name: Pete Date: April 30, 2000 at 08:38:44 Pacific
Reply:
As long as you have mapped the location of the folder you want to copy from in the logon script, you can have a simple copy command such as copy \\servername\sharedfoldername\filename c:\wherever >NUL
This line would copy a particular file from the shared location on the server and copy it to wherever you want.
0
Response Number 2
Name: Wondering Date: April 30, 2000 at 13:56:19 Pacific
Summary: I'm trying to make personalized logon scripts, one per user. Starting out with low risk user, me. Regardless of what I do, the WS wont run the script from the server during logon. If i run the script ...
Summary: We're running an NT4 domain with Win95 clients. We have a simple logon script set up to run on the PDC. The issue is this: it does in fact run, but only intermittently. A given client may have the scr...
Summary: Hi, Do you have PDC and BDC and remember logon script cannot automatic save into PDC or BDC. After you create a logon script you must copy it to PDC or BDC it depends where you create it. Good Luck Ha...