User's Manual
60 Preparing the Script Files for Deployment Using Microsoft Windows PE
TKENVSET.BAT Example Editing
The majority of the editing required for the DTK sample scripts involves the
following script. As a result, the majority of the scripting discussion focuses on:
TKENVSET.BAT script. Other task scripts might require edits in certain
situations. These optional edits are discussed in "Editing DTK Task Scripts."
The TKENVSET.BAT script sets the path of the DTK installation and
variables for the system to be deployed and configured. The variables and
paths specified in this file must be specified before any of the other
supporting scripts can be used.
Specifying DTK Installation Paths
The TKENVSET.BAT sample script is provided with the following default
values. These values must be confirmed, in some cases, and modified, in
other cases, before a deployment. Locate the Deployment Toolkit
Installation Paths heading to find the following lines:
set DT_DRIVE=X:
set DT_PATH=%DT_DRIVE%\Dell\Toolkit
set DT_TOOLS=%DT_PATH%\Tools
set DT_SYSTEMS=%DT_PATH%\Systems
set DT_SCRIPTS=%DT_PATH%\Template\Scripts
set DT_STOP_ON_ERROR=FALSE
Perform the following steps to confirm and/or edit the installation path variables:
1
Set the variable that represents the drive letter where the DTK
deployment files are located (
DT_DRIVE
). This variable is set to
X:
by
default in the sample script. Edit this drive letter to reflect the actual drive
letter for the DTK deployment files, if necessary.
2
Set the variable that defines the path to the full set of DTK deployment
files
(DT_PATH
). This variable is set to
%DT_DRIVE%\Dell\Toolkit
by default in the sample script. Edit
this path to reflect the actual location of the DTK deployment files, if
necessary.