System information
© Agilent Technologies 2001–2002 Administering Agilent 3070 Systems (MS Windows NT and 2000) 6-4
Chapter 6: Understanding the File System
Table 6-2 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”
msi
“C:/Agilent3070/diagnostics
/th1”
msi btgetenv$ (“AGILENT3070_ROOT”) &
“/diagnostics/th1”
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 text does a BT-BASIC msi btgetenv$ (“AGILENT3070_ROOT”) & <command> 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>