User's Manual
58 Preparing the Script Files for Deployment Using Microsoft Windows PE
TKENVSET.BAT Example Editing
The majority of the editing required for DTK sample scripts involves the
TKENVSET.BAT script. As a result, the scripting discussion focuses on this
script. Other task scripts may require edits in certain situations. These
optional edits are discussed in ""Editing DTK Task Scripts" on page 62." The
TKENVSET.BAT script sets the path of DTK installation and variables for the
system to be deployed and configured. The variables and paths specified in
this file must be specified before other supporting scripts are 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 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
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 DTK deployment files, if
necessary.
3
Set the variable that defines the directory containing DTK utilities
(
DT_TOOLS
). This variable is set to
%DT_PATH%\Tools
by default in
the sample script. Edit this path to reflect the actual location of DTK
utilities, if necessary.