summaryrefslogtreecommitdiff
path: root/samba/netlogon
diff options
context:
space:
mode:
authorJuri Jensen <juri@xenux.dk>2002-01-09 22:48:38 +0000
committerJuri Jensen <juri@xenux.dk>2002-01-09 22:48:38 +0000
commit5acd280c249ca893310337455f9dfaae59be1655 (patch)
treed83d97bd3f2bb76fb53d758ad51131888d586bd2 /samba/netlogon
parenta3c5f92e0a396c96cc2d5ffbebbb06b9fb63fe69 (diff)
samba: Added a logon-script for the Råtstof site. Also added one for
xenuxlocal. The common.bat script are now generic.
Diffstat (limited to 'samba/netlogon')
-rw-r--r--samba/netlogon/logon-raatstof.bat6
-rw-r--r--samba/netlogon/logon-xenuxlocal.bat7
2 files changed, 13 insertions, 0 deletions
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