Readme for analog -- starting to use analog (Windows)
[ Top | Up |
Prev | Next |
Map | Index ]
Analog 5.23:
Starting to use analog under Windows
This describes how to set up analog under Windows 95/NT or later.
Windows 3.1 users will have to read the section on
other platforms instead.
Here is the really short summary:
Edit analog.cfg
Run analog
Read Report.html
When you've downloaded analog, and either you or your browser has unzipped
it, you will find in the analog folder a configuration file called
analog.cfg and the analog executable itself, as well as the Readme,
the Licence (which you must read and agree to before
using analog) and a couple of other files.
There is no setup.exe: analog is already ready to run without one.
(Some unzip programs are broken, and do not create folders when they should. If
you don't have a folder called lang inside the analog folder,
create one and put all the files called *.lng and *.tab
into it.)
There are two ways of running analog. You can either run it from Windows
(by single-clicking or double-clicking on its icon, depending on your setup),
or you can run it from the DOS command prompt (under Start-Programs). If you
run it from Windows, it will create a DOS window to run in. When it's
finished, it will produce an output file called Report.html. The
first time you run it, this may all happen almost instantly. For help in
interpreting the output, see What the results
mean.
You can configure analog by putting commands in the configuration file,
analog.cfg. Although this is less familiar to Windows users than
pressing buttons etc., it's really much simpler and more flexible when you get
used to it. You can edit analog.cfg using any plain text editor, for
example Notepad. One command you will need straight away is
LOGFILE logfilename # to set where your logfile lives
The logfile must be stored locally -- analog won't use FTP or HTTP to fetch
it from the internet. There's a sample logfile supplied with the program.
There are already some configuration commands to get you started in the
configuration file, but there are lots of others available. You can find the
most common ones in the section on basic commands
later in the Readme, and you can read about all of them in
the section on customising analog.
There are also some sample configuration files in the examples folder.
In some ways, it's easier to run analog from the DOS command prompt, because
you get to see any error or warning messages more easily. Also, if you run
analog from the command prompt, there is another way to give options, via
command line arguments, given on the command line after the program name.
These are just shortcuts for configuration file commands. You can use the
command line arguments if you run analog from a batch file too.
If you want to compile your own version of analog (it's written in C), or
just to read the source code, it's available from the
analog home page.
(It's the same source code for all versions).