diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-09-19 11:49:56 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-09-19 11:49:56 +0000 |
commit | 74cb396b4d6eb231a953f87681bf968240982910 (patch) | |
tree | 39054f5da2aec8683dc701b580a8520670900eb5 /samba | |
parent | ec64af8d4e3d058bd57a4934f20adc84cdb78379 (diff) |
Rename ida to idaskolen, and add samba scripts for ida.idaskolen.dk.
Diffstat (limited to 'samba')
-rw-r--r-- | samba/netlogon/logon-ida.idaskolen.dk.bat | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/samba/netlogon/logon-ida.idaskolen.dk.bat b/samba/netlogon/logon-ida.idaskolen.dk.bat new file mode 100644 index 0000000..45105a6 --- /dev/null +++ b/samba/netlogon/logon-ida.idaskolen.dk.bat @@ -0,0 +1,21 @@ +@echo off
+rem Warning Unix folks: This file
+rem needs PC line ends to work!
+rem
+rem Suggestion: Use "recode"
+rem
+rem recode pc.. this_file.bat
+rem (do your unix editing)
+rem recode ..pc this_file.bat
+rem
+echo Welcome to this Debian Samba server !
+echo.
+net use F: \\IDASKOLEN\doc
+net use G: \\IDASKOLEN\doc_mac
+net use H: \\IDASKOLEN\adm_mac
+net use I: \\IDASKOLEN\anne
+net use J: \\IDASKOLEN\prv_mac
+rem net use LPT1 \\IDASKOLEN\LP
+rem net use LPT2 \\IDASKOLEN\LP
+rem net use LPT3 \\IDASKOLEN\LP
+net time \\IDASKOLEN /YES
|