From 5acd280c249ca893310337455f9dfaae59be1655 Mon Sep 17 00:00:00 2001 From: Juri Jensen Date: Wed, 9 Jan 2002 22:48:38 +0000 Subject: samba: Added a logon-script for the Råtstof site. Also added one for xenuxlocal. The common.bat script are now generic. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- samba/netlogon/logon-raatstof.bat | 6 ++++++ samba/netlogon/logon-xenuxlocal.bat | 7 +++++++ 2 files changed, 13 insertions(+) create mode 100644 samba/netlogon/logon-raatstof.bat create mode 100644 samba/netlogon/logon-xenuxlocal.bat (limited to 'samba/netlogon') diff --git a/samba/netlogon/logon-raatstof.bat b/samba/netlogon/logon-raatstof.bat new file mode 100644 index 0000000..40ab340 --- /dev/null +++ b/samba/netlogon/logon-raatstof.bat @@ -0,0 +1,6 @@ +rem [Global] commands +NET TIME \\raatstof /SET /YES +NET USE F: \\raatstof\dokumenter /YES +NET USE U: \\raatstof\homes /YES +NET USE P: \\raatstof\programmer /YES + \ No newline at end of file diff --git a/samba/netlogon/logon-xenuxlocal.bat b/samba/netlogon/logon-xenuxlocal.bat new file mode 100644 index 0000000..7e0ab04 --- /dev/null +++ b/samba/netlogon/logon-xenuxlocal.bat @@ -0,0 +1,7 @@ +rem [Global] commands +@ECHO "Welcome to Xenux' network!!!" +NET TIME \\gandalf /SET /YES +NET USE F: \\gandalf\dokumenter /YES +NET USE U: \\gandalf\homes /YES +NET USE P: \\gandalf\programmer /YES + \ No newline at end of file -- cgit v1.2.3