login script problem

Rashkae rashkae at wealthmap.ca
Sat Jan 5 06:29:10 GMT 2002


Were the scripts created in Linux? If so, they probably have unix text
file format, which will not work as a windows batch file.

If this is the case, you can use todos to convert individual files to dos
format....

ex: cat something.bat | todos > somethingnew.bat

Unfortunately, I don't really know how to convert a large number of files
without having to rename them all and do them individually, though I'm
sure its doable (I've never had need to do so.)

____________________________________________
Jan 5  9:27am
                       _
ASCII ribbon campaign ( )
 - against HTML email  X
             & vcards / \
On Sat, 5 Jan 2002, Adam Kennedy (Fuzzy Logic) wrote:

Hello all. I'm having a bit of trouble with login scripts. Whenever a
workstation logs in, the first line in the batch file gets run, but then
a "Batch file missing" error is displayed. I've checked the permissions on
the file and changed them to 777 and it still doesn't work. I'm using
samba 2.2.2. Any ideas?
Here's my config snippit:

logon path = \\Fuzzbawl\netlogon
logon drive = y:
logon script = %U.bat

And here's fuzzy.bat (my script)
net use * /DELETE /YES
net use z: \\Fuzzbawl\downloads
net time \\Fuzzbawl /SET /YES


Thanks.
--------------------------
Adam Kennedy (Fuzzy Logic)
Amatuer Radio Call: KB9ZSY
fuzzy at fuzzydice.net
http://www.fuzzydice.net
--------------------------

I'd crawl over an acre of 'Visual This++' and 'Integrated Development
That' to get to gcc, Emacs, and gdb.  Thank you.
	-- Vance Petree, Virginia Power


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba





More information about the samba mailing list