Premier commit

This commit is contained in:
phil
2021-01-04 22:49:46 +01:00
parent da1100578d
commit 65b2a3eaf3
538 changed files with 52570 additions and 0 deletions

15
windows/gsb-dossiers.cmd Normal file
View File

@@ -0,0 +1,15 @@
mkdir C:\gsb\partages
cd C:\gsb\partages
mkdir compta
mkdir ventes
mkdir public
cd C:\gsb
mkdir users

4
windows/mkusr-compta.cmd Normal file
View File

@@ -0,0 +1,4 @@
call mkusr aDupont "Albert Dupon" gg-compta
call mkusr cSeum "Claire Seum" gg-compta
call mkusr nPaul "Nicolas Paul" gg-compta
call mkusr atour "Alexandre Tour" gg-compta

5
windows/mkusr-ventes.cmd Normal file
View File

@@ -0,0 +1,5 @@
@echo off
call mkusr aDeloin "Alain Deloin" gg-ventes
call mkusr sDel "Simon del" gg-ventes
call mkusr aSalet "alfred Salet" gg-ventes
call mkusr tInio "Thomas Inio" gg-ventes

7
windows/mkusr.cmd Normal file
View File

@@ -0,0 +1,7 @@
@echo off
echo Creation de %1 - %2
mkdir C:\gsb\users\%1
net user %1 Azerty1+ /fullname:%2 /homedir:\\cd\%1$ /ScriptPath:%3.cmd /add
net share %1$=C:\gsb\users\%1