home *** CD-ROM | disk | FTP | other *** search
- @Echo Off
- Cls
- Echo Aeolus Software BUILDER Clipper (tm) Code Generator
- Echo Version 2.0
- Echo .
- Echo Installation:
- Echo .
- Echo This is the Installation for the Summer '87 Version of Clipper. If you
- Echo do not want to Install this version, press Ctrl+Break now.
- Echo .
- Echo If your Summer '87 version of Clipper is located in the subdirectory
- Echo \CLIPPER on the current default drive press a key to proceed.
- Echo .
- Echo If your Summer '87 version of Clipper is located in a subdirectory other
- Echo than \CLIPPER, press Ctrl+Break and from the DOS prompt type:
- Echo "BINSTL87 \CLIPDIR\"
- Echo Without the quotes of course. Where "CLIPDIR" is the name of the sub-
- Echo directory where CLIPPER.LIB and CLIPPER.EXE are located. Be sure to
- Echo include the trailing backslash!
- Echo .
- Pause
- Cls
- Echo Installing Builder Version 2.Beta ...
- If %1!==! Set BDIR=\CLIPPER\
- If Not %1!==! Set BDIR=%1
- If Not Exist %BDIR%CLIPPER.EXE Goto Err
- Copy Builder.Exe %BDIR%Builder.Exe
- Copy Breport.Exe %BDIR%Breport.Exe
- Copy BldrS87.Lib %BDIR%Builder.Lib
- Copy BasmS87.Lib %BDIR%BldrAsm.Lib
- Copy BldrHelp.Dbf %BDIR%BdlrHelp.Dbf
- Copy BldrHelp.Dbt %BDIR%BldrHelp.Dbt
- Echo You Should See "1 file(s) copied" 6 Times, If Not Call Aeolus at
- Echo (612) 730-4135
- Echo .
- Echo Installation Complete.
- Echo .
- Echo Assuming your Clipper Compiler is Accessible Through your DOS Path,
- Echo Type BUILDER or BREPORT from the DOS Command Line to Begin Creating
- Echo Builder Applications or Breport Reports.
- Echo .
- Echo Before Discarding this Program out of Exasperation, Call (612) 730-4135
- Echo for Support. Unregistered Users Receive 5 FREE Support Calls!!
- Goto Out
- :Err
- Cls
- Echo ERROR: The Subdirectory %BDIR% Does Not Contain the File CLIPPER.EXE
- Echo Installation of Builder CANNOT be Performed.
- :Out
- Set BDIR=