8
Each set of methods (flame, furnace and Zeeman) are stored
in two files per set. The two files for each set must be copied
as a pair otherwise the methods are not usable. Table 11 suggests batch file formats to ensure the files are copied as a
pair to and from floppy disk.
Table 11. Copy SpectrAA Method Files
Copy flame and furnace methods to floppy disk (SAVEALL.BAT)
CD\AGILENT\SPECTRAA (Change directory)
COPY IOSPGRM.* A: (Copy flame and furnace methods programs)
COPY IOSDIR.* A: (Copy flame and furnace methods directory)
CD\ (Change to root directory)
Copy flame methods to floppy disk (SAVEFLAM.BAT)
CD\AGILENT\SPECTRAA (Change directory)
COPY IOSPGRM.I A: (Copy flame method programs)
COPY IOSDIR.I A: (Copy flame method directory)
CD\ (Change to root directory)
Copy furnace methods to floppy disk (SAVEFURN.BAT)
CD\AGILENT\SPECTRAA (Change directory)
COPY IOSPGRM.K A: (Copy furnace method programs)
COPY IOSDIR.K A: (Copy furnace method directory)
CD\ (Change to root directory)
Copy Zeeman methods to floppy disk (SAVEZEEM.BAT)
CD\AGILENT\ZEEMAN (Change directory)
COPY IOSPGRM.L A: (Copy Zeeman method programs)
COPY IOSDIR.L A: (Copy Zeeman method directory)
CD\ (Change to root directory)
Restore flame/furnace methods from floppy disk (GETMETH.BAT)
CD\AGILENT\SPECTRAA (Change to SpectrAA directory)
COPY A:\IOSPGRM.* (Copy methods programs from disk)
COPY A:\IOSDIR.* (Copy method directory from disk)
CD\ (Change to root directory)
Restore Zeeman methods from floppy disk (GETZMETH.BAT)
CD\AGILENT\ZEEMAN (Change to SpectrAA directory)
COPY A:\IOSPGRM.L (Copy methods programs from disk)
COPY A:\IOSDIR.L (Copy method directory from disk)
CD\ (Change to root directory)
For example, an operator of a flame system would create the SAVEFLAM and
GETMETH batch files. To store the methods the operator places a formatted
floppy disk in drive A: and at the C> prompt types SAVEFLAM. To reinstall
these methods, the operator inserts the same floppy disk in drive A: and at
the C> prompt types GETMETH.
Copy Archive Files
It is suggested that the SpectrAA utilities be used to store the
files onto a separate floppy disk (see Archive Results
Drive:\Path). However an operator may wish to utilize the
speed of a hard disk when archiving and editing data and then
transfer files when the archive directory is full. In this case, it is
easier to create a special directory at the DOS level using the
make directory command MKDIR or MD. For example, assuming AGILENT\SPECTRAA exists, a subdirectory USER1 can be
created as shown below:
MKDIR \AGILENT\SPECTRAA\USER1
Use this directory only for archiving data (see Archive Results
Drive:\Path). Then at a suitable time such as when the
archive data directory has all 20 sets filled, use the following
batch file:
CD \AGILENT\SPECTRA\USER1 (Change to example
archive directory)
COPY *.* A: (Copy all files to drive A:)
DEL *.* (Delete existing files to clear directory)
CD\ (Change back to root directory)
Move SPECTRAA.BAT/ZEEMAN.BAT Files
The SPECTRAA.BAT and ZEEMAN.BAT files are read-only
protected so that they cannot be deleted inadvertently. These
files are installed in the root directory. Operators may prefer
to keep the root directory for essential files only and so create
a separate directory for batch files (for example, C:\BAT).
Before a read-only file can be erased, the DOS command
ATTRIB must be used to remove the read-only attribute. An
example procedure is given below. As this should only be
done once, creating a batch file would not be necessary.
CD\ (Change to root directory)
ATTRIB -R SPECTRAA.BAT (Remove read-only attribute)
COPY SPECTRAA.BAT C:\BAT (Copy to another directory)
ATTRIB +R C:\BAT\SPECTRAA.BAT (Set read-only
attribute of copied file)
DEL SPECTRAA.BAT (Remove original file)