Skip to content

Commit d10f6c8

Browse files
committed
Replace screenshots
1 parent e7dae94 commit d10f6c8

6 files changed

+4
-4
lines changed

FolderTemplateProvisioner.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
:: Setting up the Scripts:
2727
:: 1. Edit `templateName` variable at the upper area of 'FolderTemplateProvisioner.bat' script
2828
:: by setting it to the folder acting as the template, e.g.
29-
:: 'ZZ IT_do not Use\01 Template Folder', with required files and permissions inside
29+
:: 'ZZ IT_do not use\01 Template Folder', with required files and permissions inside
3030
:: 2. Place both scripts ('FolderTemplateProvisioner.bat' and optionally '_elevate.vbs') inside
3131
:: a folder containing 'A,B,C...Z' sub-folders, sitting beside them. The 'A-Z' folders contains
3232
:: the template folder and provisioned folders named 'LASTNAME, Firstname' copied by the script
@@ -47,7 +47,7 @@
4747
setlocal enabledelayedexpansion
4848

4949
:: Define your template folder name here (without quotes)
50-
set templateName=ZZ IT_do not Use\01 Template Folder
50+
set templateName=ZZ IT_do not use\01 Template Folder
5151

5252
:: Set the working directory where script is located by %~d0%~p0 (e.g. x:\...\here)
5353
set WorkingDir=%~d0%~p0

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The script has been designed with care to improve usability and avoid accidental
5151
│ FolderTemplateProvisioner.bat // main script
5252
│ _elevate.vbs // UAC elevation script (optional)
5353
54-
├───ZZ IT_do not Use\01 Template Folder // Template folder (this can be a sub-folder)
54+
├───ZZ IT_do not use\01 Template Folder // Template folder (this can be a sub-folder)
5555
// with folders/files of set permissions to copy
5656
5757
├───A // Last names beginning with an "A"
@@ -72,7 +72,7 @@ The script has been designed with care to improve usability and avoid accidental
7272

7373
## Steps by Step - How to Set up the Scripts
7474

75-
1. Edit `templateName` variable at the upper area of `FolderTemplateProvisioner.bat` script by setting it to the folder acting as the template, e.g. `ZZ IT_do not Use\01 Template Folder`, with required files and permissions prepared inside
75+
1. Edit `templateName` variable at the upper area of `FolderTemplateProvisioner.bat` script by setting it to the folder acting as the template, e.g. `ZZ IT_do not use\01 Template Folder`, with required files and permissions prepared inside
7676
2. Place both scripts (`FolderTemplateProvisioner.bat` and optionally `_elevate.vbs`) inside a folder containing `A,B,C...Z` sub-folders, sitting beside them. The `A-Z` folders contains the template folder and provisioned folders named '`LASTNAME, Firstname`' copied by the script from the template folder
7777

7878
## Step by Step - How to Provision a New Folder
-764 Bytes
Loading
Loading
Loading
1.07 KB
Loading

0 commit comments

Comments
 (0)