home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
flowchrt
/
flowchrt.arc
/
FLOW.DOC
< prev
next >
Wrap
Text File
|
1985-12-22
|
48KB
|
1,198 lines
FLOWCHARTER 1.45
by J. C. Justin
Table of Contents
1. INTRODUCTION
FLOWCHARTER Overview ................................. 1-1
FLOWCHARTER files .................................... 1-2
2. FLOWCHARTER Installation
Initialization ....................................... 2-1
FLOWCHARTER execution ................................ 2-2
FLOWCHARTER Command Options .......................... 2-3
3. Flowchart Files
Flowchart Command Structure .......................... 3-1
Flowchart Commands ................................... 3-2
Special Format Commands .............................. 3-8
4. FLOWCHARTER Messages
Error Messages ....................................... 4-1
1-1
INTRODUCTION
FLOWCHARTER OVERVIEW
The purpose of a flowchart is to provide a method of displaying
complex procedures or events in a graphical manner using standard
symbols which are easy to understand. The most common use of
flowcharts is in the design of complex computer programs. These
flowcharts show the basic design of the program independent of the
computer language in which they will later be written. In this
way, other programmers can translate the design into the actual
program using the flowcharts.
FLOWCHARTER is designed to provide a programmer with the capability
to easily produce flowcharts using simple commands which are then
translated into the actual flowchart symbols and output to a dot
matrix printer.
This method allows flowcharts to be easily updated as the program
design changes and eliminates the tedious job of drawing and re-
drawing flowcharts while maintaining up to date drawings. Updates
or corrections are made to the flowchart using any standard text
editer such as Word Star, PC Write etc... and then re-printed with
minimal effort.
The FLOWCHARTER was developed for use on the IBM Personal Computer
or any compatible such as the PC XT, PC AT, Sperry PC, etc.. and
the Epson FX-80 or compatible dot matrix printer.
This software is user-supported software and copies of this
diskette (but not of the printed manual) can be freely copied and
used by anyone who wishes to do so. Because of this, FLOWCHARTER is
changing to respond to the requests of its users. If you feel this
program has benefited you or or you wish to recieve the most
current revision, we encourage you to register for your own copy.
Registration costs $25 and provides you the following benefits:
* Current FLOWCHARTER manual * FLOWCHARTER support for a year
* Current FLOWCHARTER diskette * Telephone support for questions
To register for your copy send $25 to:
JJ Enterprises(tm)
13133 Thomas Circle, Burnsville, Mn. 55337 612/890-5405
PO, COD, Minnesota residents add 6% sales tax.
Quantity discounts available.
If you have any comments concerning FLOWCHARTER they would be
greatly appreciated and can be sent to the above address. Rights to
commercially market this software remain with the programmer.
1-2
FLOWCHARTER FILES
Included with the FLOWCHARTER program is a number of other files
which enable it to be used with different printers or allow the
user to tailor the program to their specific needs. The following
list contains a brief description if each file supplied with the
FLOWCHARTER program.
FLOW.COM
This file is the actual FLOWCHARTER executable program.
PRINTDVR.000
This file contains the printer driver to be used by the
FLOWCHARTER program (see 2-1).
FLOWDEMO.FLO
This file contains a sample flowchart, which can be printed by
the FLOWCHARTER program, and demonstrates the various options
possible.
FLOW.DOC
This file contains the document explaining the FLOWCHARTER
program and its operation.
2-1
FLOWCHARTER INSTALLATION
INITIALIZATION
Before using the FLOWCHARTER program you should, for your own
protection, make a working copy of the distribution disk before
proceeding.
Before the FLOWCHARTER program can be run you must copy the printer
driver for your printer into the file called PRINTDVR.000. Refer
to page 1-2 for the descriptions of each printer driver. Locate the
driver for your printer (all drivers end with the extension .DVR)
and enter the following command replacing the XXXXXXXX with the
name of the driver for your printer.
COPY XXXXXXXX.DVR PRINTDVR.000
When the FLOWCHARTER program is started, it searches for the
PRINTDVR.000 file in the current directory. If the file is not
located in the current directory, the path must be specified using
the INSTALL program (see 4-1). This will allow you to place the
FLOWCHARTER program and the printer driver in a common system
directory.
2-2
FLOWCHARTER EXECUTION
The following section describes operation of the FLOWCHARTER
program and assumes that the FLOWCHARTER program (FLOW.COM) and the
printer driver (PRINTDVR.000) are located in the current directory.
If the file PRINTDVR.000 can not be found the following message
will be printed and the program will terminate.
PRINTDVR.000 File not found!! --- FLOWCHARTER Program terminated
To run the FLOWCHARTER program enter the command:
FLOW
The FLOWCHARTER program should now be running and displaying the
following prompt on the third line from the bottom:
OPTION >
Below the prompt line are 2 lines showing all of the single letter
OPTION commands possible. Each command is executed by pressing the
corrosponding letter. If a command requires more information (such
as a filename) another message requesting the needed information is
displayed above the prompt line. Any other information or error
messages are also scrolled onto the screen above the prompt line.
The FLOWCHARTER program processes two types of files. The fist type
contains the flowchart commands which are used to plot the actual
flowchart symbols.
Example:
START