WebCLIPS BSave Utility -- Setup Page
This utility is an on-line version of the BSave function in CLIPS.
It is intended to be a complimentary function for the BLoad function found in the Windows NT/95 CLIPS DLL.
A sample HTML document named wcbsave.htm
invokes the WebCLIPS BSave utility. Of course, you are free to generate a different (and probaby better looking) document if you choose.
Features :
- Web-based user interface
- Allows up to 10 input files (One file per line)
Setup Notes :
- Put
wcbsave.exe
in the/cgi-bin/
(or whatever) directory of your web server. - The sample HTML document (wcbsave.htm) points to
/cgi-bin/
. If your directory is different and you want to use the sample HTML document, update the the <FORM> tag appropriately. - If a change in the size of the <TEXTAREA> tag is desired, then you must update the
NUM_INPUT_ROWS
andNUM_INPUT_COLS
definitions inwcbsave.h
and recompile the program. In order to generate a new executable, you must obtain a version of Clipsmfc.h and Clipsmfc.cpp. The WebCLIPS BSave Utility is a quick and dirty program with lots of room for improvement.