











CompTIA
Exam Vouchers
Save money on CompTIA exams
| Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
| TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more | * ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i Online practice tests
Certification sites Online university Online college Online education Distance learning Software forum Server administration forum Programming resources
|
|  |
| Author |
win 98 login scripts
|
manchild50
Senior Member M

Registered: Oct 2002 Location: Country: United States State: Certifications: CCNP, MCSA Working on: Security+
Total Posts: 122
|
|
win 98 login scripts
I have posted here before and am wondering if I am going down a wrong avanue. We are migrating in our company from win NT with Novell server login to a win 2k type network, both have win 98 machines logging into. I need to certain network drives to certain users depending on privledges. I am thinking logon scripts are the way to go, but I don't really know what to do after that. I have tried to create logon scripts that I load on the Win98 machines under the startup folder, which works. Everyone seems to be saying put the login scripts in the 2k machines under the user accounts area. We don't need to map network printers or logon using roaming profiles. The users have their same computers day in/day out so I am thinking that putting the login script in the startup folder on each win98 machine is the way to go. It doesn't need to be elaborate. All the script is:
net use L: \\server\share
net use K: \\server\share
And that seems to be working fine. The only drawback is that the script "black box" doesn't disappear after the script has been run. How can I make the black box close after the script has run? Also, should I save the script somewhere else than startup?
Thank you for any help
Report this post to a moderator
|
|
07-25-03 08:59 PM
|
|
mrfixit
Moderator M

Registered: Jul 2001 Location: Fort Worth Country: United States State: Certifications: MCSA , A+, Network+, Security+ Working on: MCSE, CCNA
Total Posts: 2085
|
|
Here is a sample of the script we use, and we place it in the user profle in AD. Have all user login scripts in the Sysvol folder on the server. In AD, the name of the folder on Syvol where the script files are located.
net time \\Server /set /yes
net use h: \\newbox\software
net use p: \\Server\public
net use u: \\Server\Kmoss
call "\\Server\netlogon\all.bat"
all.bat is an empty file. You could also probably type in "exit" at the end of the script. Hope this helps some.
__________________
Keyboard not functioning. Press F1 to continue....
Give a man a fish and you feed him for a day, teach him to use the Net and he won't bother you for weeks.
What goes up must come down. Ask any system administrator.
If a trainstation is where the train stops, what's a workstation...?
Report this post to a moderator
|
|
07-25-03 09:37 PM
|
|
|
Featured site: MCSE, MCSD, CompTIA, CCNA training videos
Forum Rules: Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is ON. |
|
ExamNotes forum archive
|