ab
This shell script 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 the ak.xstartup file
directly with a text editor.
The AB.BAT batch file looks like this:
#! /bin/sh
CLASSPATH=/Users/mario/classes:/Users/mario/ak/ak.jar
java -classpath ${CLASSPATH} com.cometway.ak.AK -startup_agent
com.cometway.swing.StartupEditor
Note: The Swing API (part of J2SE) is required to use the Agent Browser.
Description: How to use the ab Unix shell script.
Updated: Mon May 19 06:26:16 EDT 2008