Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Samba Logonscript!

Status
Not open for further replies.

amgos

Technical User
Aug 23, 2001
10
DE
Hello everbody!

I have a question about Samba logonscripts!

Run the scripts under Windows NT/2000 differently to Windows 98?

Thank you very much!

Markus
 
Hi,

'Samba' logon scripts don't run on samba at all - they are merely stored on the samba box and served-up to the client at logon time and run on the client. As such, the code in any given script would be appropriate for the windows client concerned. There are indeed some syntax differences between commands you can run as a .bat file on win9x and win2k - especially with the 'net' series of commands. For example type 'net use ?' in a dos window on each win box to see the different syntax of that particular command.

Regards
 
Thanks, I know this!
But what I mean is the environment variables! Now I know you must set under Windows98 the Variables %OS% and %Processor% in the autoexec.bat. And than you have done this, everything is Ok.

Thank you for your help, I hope I can help you anytime!!

Markus
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top