home *** CD-ROM | disk | FTP | other *** search
/ Prima Shareware 3 / DuCom_Prima-Shareware-3_cd1.bin / PROGRAMO / C / OOPSV / DEMOLIFT.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-11-05  |  4.0 KB  |  73 lines

  1. @echo off
  2. echo ******************************************************************
  3. echo * Starting the translation/compilation of the source files using *
  4. echo * the Programming with States paradigm.                          *
  5. echo *                                                                *
  6. echo * Moving to the DEMOLIFT sub-directory which contains the files  *
  7. echo * of the example.                                                *
  8. echo ******************************************************************
  9. pause
  10. echo on
  11. cd demolift
  12. @echo off
  13. echo ******************************************************************
  14. echo * Running 'getTools.bat' : copying the translating tools         *
  15. echo *                          (CHECKER.EXE et EPURE.EXE)            *
  16. echo *                          and their configuration file          *
  17. echo *                          (CHECKER.CFG).                        *
  18. echo ******************************************************************
  19. pause
  20. echo on
  21. call gettools.bat
  22. @echo off
  23. echo ******************************************************************
  24. echo * Running 'getLib.bat' : copying the Programming with States     *
  25. echo *                        library.                                *
  26. echo ******************************************************************
  27. pause
  28. echo on
  29. call getlib.bat
  30. @echo off
  31. echo ******************************************************************
  32. echo * X X X  XX  XXX  X  X XXX X  X  XX                              *
  33. echo * X X X X  X X  X XX X  X  XX X X                                *
  34. echo * X X X XXXX XXX  X XX  X  X XX X  XX                            *
  35. echo *  X X  X  X X  X X  X XXX X  X  XX                              *
  36. echo *                                                                *
  37. echo * The translations tools have been developped with the DJGPP     *
  38. echo * development kit (a wonderfull 32bits environment any developer *
  39. echo * feedup with segments problems should try). The binaries        *
  40. echo * produced should run in any "DOS" box provided there is a proper*
  41. echo * DPMI server available. If you should experience any trouble    *
  42. echo * when running the translation tools from within a windows "DOS" *
  43. echo * box, exit windows and run the "demolift.bat" batch file located*
  44. echo * in the main instalation directory of the OOPS Toolset.         *
  45. echo *                                                                *
  46. echo * Running 'Translat.bat" : Beginning of the translation.         *
  47. echo ******************************************************************
  48. pause
  49. @echo off
  50. call translat.bat
  51. echo ******************************************************************
  52. echo * Beginning of the compilation.                                  *
  53. echo *                                                                *
  54. echo * X X X  XX  XXX  X  X XXX X  X  XX                              *
  55. echo * X X X X  X X  X XX X  X  XX X X                                *
  56. echo * X X X XXXX XXX  X XX  X  X XX X  XX                            *
  57. echo *  X X  X  X X  X X  X XXX X  X  XX                              *
  58. echo *                                                                *
  59. echo * You should have removed these lines after updating the file    *
  60. echo * named 'MAKEFILE' in the directory 'DEMOLIFT' and provided the  *
  61. echo * proper command to start  the compilation process               *
  62. echo * (like 'make -f makefile')                                      *
  63. echo ******************************************************************
  64. pause
  65. echo ******************************************************************
  66. echo * INFORMAION : The generated programm is named 'DEMOLIFT.EXE'    *
  67. echo *              and is located in the 'DEMOLIFT' subdirectory.    *
  68. echo *              To run the programm click on the 'Result Lift'    *
  69. echo *              icon in the 'OOPS' group.                         *
  70. echo *              You can run 'DEMOLIFT .EXE' from the DOS prompt.  *
  71. echo ******************************************************************
  72.  
  73.