home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / dos / prg / builder / binstl50.bat < prev    next >
DOS Batch File  |  1994-10-26  |  2KB  |  53 lines

  1. @Echo Off
  2. Cls
  3. Echo Aeolus Software          BUILDER Clipper (tm) Code Generator
  4. Echo                          Version 2.2
  5. Echo .
  6. Echo Installation:
  7. Echo .
  8. Echo This is the Installation for the Version 5.0 to 5.1 of Clipper.  If you
  9. Echo do not want to Install this version, press Ctrl+Break now.
  10. Echo .
  11. Echo If your 5.0 to 5.1 Version of Clipper is located in the subdirectory
  12. Echo \CLIPPER5 on the current default drive press a key to proceed.
  13. Echo .
  14. Echo If your 5.0 - 5.1 version of Clipper is located in a subdirectory other
  15. Echo than \CLIPPER5, press Ctrl+Break and from the DOS prompt type:
  16. Echo    "BINSTL50 \CLIPDIR\"
  17. Echo Without the quotes of course.  Where "CLIPDIR" is the name of the sub-
  18. Echo directory where the subdirectories BIN, INCLUDE, LIB, and OBJ are
  19. Echo located, include the trailing backslash!
  20. Echo .
  21. Pause
  22. Cls
  23. Echo Installing Builder Version 2.2 ...
  24. If %1!==! Set BDIR=\CLIPPER5\
  25. If Not %1!==! Set BDIR=%1
  26. If Not Exist %BDIR%BIN\CLIPPER.EXE Goto Err
  27. Copy Builder.Exe %BDIR%BIN\Builder.Exe
  28. Copy Breport.Exe %BDIR%BIN\Breport.Exe
  29. Copy BldrC50.Lib %BDIR%LIB\Builder.Lib
  30. Copy BasmC5X.Lib %BDIR%LIB\BldrAsm.Lib
  31. Copy BldrHelp.Dbf %BDIR%BIN\BldrHelp.Dbf
  32. Copy BldrHelp.Dbt %BDIR%BIN\BldrHelp.Dbt
  33. Copy Bmouse.C50 %BDIR%OBJ\Bmouse.Obj
  34. Copy Builder.H50 %BDIR%INCLUDE\Builder.Ch
  35. Echo You Should See "1 file(s) copied" 8 Times, If Not Call Aeolus at
  36. Echo (612) 730-4135
  37. Echo .
  38. Echo Installation Complete.
  39. Echo .
  40. Echo Assuming your Clipper Compiler is Accessible Through your DOS Path,
  41. Echo Type BUILDER or BREPORT from the DOS Command Line to Begin Creating
  42. Echo Builder Applications or Breport Reports.
  43. Echo .
  44. Echo Before Discarding this Program out of Exasperation, Call (612) 730-4135
  45. Echo for Support.  Unregistered Users Receive 5 FREE Support Calls!!
  46. Goto Out
  47. :Err
  48. Cls
  49. Echo ERROR:  The Subdirectory %BDIR%BIN\ Does Not Contain the File CLIPPER.EXE
  50. Echo         Installation of Builder CANNOT be Performed.
  51. :Out
  52. Set BDIR=
  53.