home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clip Art Extravaganza: Business & Home 2
/
CSB2.ISO
/
clip2
/
program2
/
kd_draw3.arc
/
MENU.BAT
< prev
next >
Wrap
DOS Batch File
|
1987-07-17
|
920b
|
18 lines
echo off
cls
if exist kd-draw.hhh ren kd-draw.hhh kd-draw.hlp
if exist kd-draw.ddd ren kd-draw.ddd kd-draw.dft
type kd-menu.txt
goto end
╒═════════════════════════════════════════════════════════════════════════╕
│ PC-KEY-DRAW uses a DOS based menu system consisting of BATch files and │
│ text menus. You will want to modify the BATch files and menus to suit │
│ your particular needs. I recommend OEDLIN, a BATch file editor by │
│ OEDWARE for creating and modifying BATch files and menus. Send $10 for │
│ a complete and registered copy of OEDLIN. It is also handy for editing │
│ PC-KEY-DRAW macro files that have been translated to text. OEDLIN is │
│ great for drawing boxes in a variety of styles. It can also be used to │
│ translate text mode BSAVE files to ASCII files and vice versa. │
╘═════════════════════════════════════════════════════════════════════════╛
:end