Click to See Complete Forum and Search --> : login's


Breezer
11-29-2000, 11:36 AM
I wanna know if someone can help me I need to run .bat files from my linux server to the client machienes. So that when the users log in the server automatic run the .bat file and the mapfiles is there for the users.
PLZ help me asap.
thank you in advaced

------------------

mattmorrow
11-29-2000, 12:06 PM
We'll need a little clarification.
You don't run .bat files on Linux. Do you mean shell scripts? Typically, people use a .login, .profile. or a .SHELLrc file to perform login or once-per-day routines.
What are mapfiles?
Are you looking for remote access like rsh provides?

A_Lawn_GNOME
11-29-2000, 12:38 PM
There is a universal profile in /etc so you don't need change if for everyone individually.

Breezer
11-29-2000, 02:24 PM
Originally posted by mattmorrow:
We'll need a little clarification.
You don't run .bat files on Linux. Do you mean shell scripts? Typically, people use a .login, .profile. or a .SHELLrc file to perform login or once-per-day routines.
What are mapfiles?
Are you looking for remote access like rsh provides?

Ok how do i make shell scripts and were do i find it in redhad 6.2 , mapfiles are files are folders on the server and the windows client can see it every time he logs in on his own windows pc in my computer. At the moment i use a bat file on each 30pc's to run it. But what i'm looking for is a script i can run from the one server so it map's all the drive's from the server side to the client's pc's.
Thank you for your support