Quick Links

Contact Information

4800 Liberty Ave
Pittsburgh, PA 15224

Open 9:30am-6pm EST
Monday-Friday

Phone: +1 (412) 682-5282

info@cometway.com
sales@cometway.com
support@cometway.com

For more information about Comet Way products and services, please visit our corporate website at

http://www.cometway.com

AK.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 %*

[Prev] [Next]

Description: How to use the AK.BAT batch file.

Updated: Mon May 19 06:25:15 EDT 2008