Dec 102017
 
A control structure design editor for software designers.
File CSD108.ZIP from The Programmer’s Corner in
Category Miscellaneous Language Source Code
A control structure design editor for software designers.
File Name File Size Zip Size Zip Type
CSDEDIT.EXE 284736 113482 deflated
CSDSETUP.DAT 3273 1248 deflated
CSD_MSG.DAT 10320 2226 deflated
INSTALL.TXT 863 357 deflated
LICENSE.TXT 1715 738 deflated
MANUAL.TXT 20383 5068 deflated
REGISTER.TXT 1273 427 deflated

Download File CSD108.ZIP Here

Contents of the INSTALL.TXT file


Installing CSDedit

1) Create a directory for CSDedit.

mkdir c:\csd

2) Copy all files into this directory.

copy a:*.* c:\csd /v

3) Change the path command in then AUTOEXEC.BAT file to
place CSDedit on the path.

path=........c:\csd;......

4) Add a SET command to the AUTOEXEC.BAT file to establish
the environment variable for CSDedit.

SET CSD=c:\csd

5) Verify that you CONFIG.SYS file contains the following
entry:

files=10

Note: 10 is a MINIMUM. Any larger number is fine.

6) Reboot you system with the new AUTOEXEC.BAT and
CONFIG.SYS file.



 December 10, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)