System information

© Agilent Technologies 2001–2002 Administering Agilent 3070 Systems (MS Windows NT and 2000) 8-4
Chapter 8: Reference
Use of the Root Directory Environment Variable
in a Korn Shell Window
In a Korn shell window, follow the UNIX syntax:
Use $<variable> (instead of %<variable>%).
Use the correct case.
Use / (forward slash) instead of \ (backslash).
Table 8-2 illustrates new path usage when working in a
Korn shell window.
Table 8-1 New file path usage in a BT-BASIC window
Pre 3070 Software Release 3070 04.00pa 3070 Software Release 3070 05.00p At and After 3070 Software Release 3070 04.00pa
msi
"D:/Agilent3070/diagnostics/th1
/config"
msi
"C:/Agilent3070/diagnostics/th1
/config"
msi btgetenv$ ("AGILENT3070_ROOT") &
"/diagnostics/th1/config"
get
"D:/Agilent3070/diagnostics/th1
/config"
get
"C:/Agilent3070/diagnostics/th1
/config"
get btgetenv$ ("AGILENT3070_ROOT") &
"/diagnostics/th1/config"
NOTE
The btgetenv$ ("AGILENT3070_ROOT") & is only required for BT-BASIC commands which are referenced to the root.
If the BT-BASIC msi btgetenv$ ("AGILENT3070_ROOT") & <command> is typed prior to the next BT-BASIC command (for example
compile or faon), then using the environment variable which defines the path from the root is unnecessary. BT-BASIC commands which
normally contain paths (msi, load, copy, save, get, store, unlink, rcall) for example, will require:
btgetenv$ ("AGILENT3070_ROOT") & <rest of path>