Owner's Manual

Preparing the Script Files 65
In Windows:
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
In Linux:
DT_PATH=$dt_drive/opt/dell/toolkit
DT_TOOLS=$dt_path/bin
DT_SYSTEMS=$dt_path/systems
DT_SCRIPTS=$dt_path/template/scripts
DT_STOP_ON_ERROR=FALSE
DT_DRMK=$dt_path/opt/dell/drmk
Perform the following steps to confirm and/or edit the installation path
variables:
1
For Windows, set the variable that represents the drive letter where DTK
deployment files are located (
DT_DRIVE
). For Windows, this variable is
set to
X:
by default in the sample script. For Linux, this variable is set to
$dt_drive/opt/dell/toolkit
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
(Windows) or
$dt_drive/opt/dell/toolkit
(Linux) by default in the sample
script. Edit this path to reflect the actual location of DTK deployment
files, if necessary.