AB.BAT
This batch file is used to start the Agent Browser application.
When the AB command is issued from a directory that contains
.startup files, the browser displays a grid representing the agents
defined in each of the files it found. This application allows you to change
the attributes of these agents, create and/or remove agents, and replace the
existing agent configuration with the result. The Agent Browser makes it
unnecessary to edit each .startup file separately using a text editor.
The AB.BAT batch file looks like this:
@echo off
REM Starts the Agent Browser tool for editing sets of agent .startup files.
REM Make sure to set JAVA_HOME and AK_HOME appropriately.
set JAVA_HOME=J:\jdk1.5
set AK_HOME=J:\ak
set CLASSPATH=.;%AK_HOME%\classes;%AK_HOME%\ak.jar
set JAVA=%JAVA_HOME%\bin\java -classpath %CLASSPATH%
%JAVA% com.cometway.ak.AK -startup_agent com.cometway.swing.StartupEditor %*
Description: How to use the AB.BAT batch file.
Updated: Mon May 19 06:25:09 EDT 2008