diff options
author | Juri Jensen <juri@xenux.dk> | 2002-02-05 15:18:48 +0000 |
---|---|---|
committer | Juri Jensen <juri@xenux.dk> | 2002-02-05 15:18:48 +0000 |
commit | 2ca296b69f8c10f6e1df69137986f92cc21df8a0 (patch) | |
tree | 16d7d0644bfb03f8cd4988414d8d4b39a368c6ef | |
parent | 7acaea56c6e2f86466c5fd310fe7b72aefbe54e8 (diff) |
samba: Added a logonscript for the sagahus site.
-rw-r--r-- | samba/netlogon/logon-sagahus.bat | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/samba/netlogon/logon-sagahus.bat b/samba/netlogon/logon-sagahus.bat new file mode 100644 index 0000000..23d8bc7 --- /dev/null +++ b/samba/netlogon/logon-sagahus.bat @@ -0,0 +1,6 @@ +rem [Global] commands
+NET TIME \\saga /SET /YES
+NET USE W: \\saga\dokumenter /YES
+NET USE X: \\saga\homes /YES
+NET USE Y: \\saga\software /YES
+
\ No newline at end of file |