diff options
-rw-r--r-- | samba/netlogon/logon-raatstof.bat | 6 | ||||
-rw-r--r-- | samba/netlogon/logon-xenuxlocal.bat | 7 |
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 |