home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lrcs30.zip / examples.zip / LARCREL1.CUT < prev    next >
Text File  |  1994-05-15  |  4KB  |  120 lines

  1. ;
  2. ; LARC-S "LARC Examples"
  3. ; LARC-D "Release Cut Definition File"
  4. ; LARC-V "100"
  5. ;
  6. ; Revision history:
  7. ; kbg 05/14/94 100 - Created.
  8. ;
  9. ;===============================================================================
  10. ; Some general notes about this file follows.
  11. ;
  12. ; This parameter file is used by LARC for two purposes.  First, LARC uses
  13. ; the file to define the files that should be copied to a set of release
  14. ; diskettes (or to a release hard drive directory).  Second, the LARC
  15. ; Installation Program uses the commands created from this file to define
  16. ; the installation process.
  17. ;
  18. ; The format and description of the parameter file lines are documented in the
  19. ; LARC User's Guide.  The comments in this file are intended to provide a basic
  20. ; overview of the structure of the file.  You should refer to the LARC User's 
  21. ; Guide for specific command line format and description information.
  22. ;
  23. ;===============================================================================
  24.  
  25.  
  26.  
  27.  
  28. ;===============================================================================
  29. ; Define the prompt defaults as:
  30. ;
  31. ;    Source Drive A:
  32. ;
  33. ;    Destination Drive C:
  34. ;
  35. ;    Destination Directory \LARCEXMP
  36. ;
  37. ;===============================================================================
  38. ! AC\LARCEXMP
  39.  
  40.  
  41.  
  42.  
  43. ;===============================================================================
  44. ; Define the name of the system being installed, which will be displayed by the
  45. ; LARC Installation Program.
  46. ;===============================================================================
  47. S LARC Example Files
  48.  
  49.  
  50.  
  51.  
  52. ;===============================================================================
  53. ; If you think that disk space might be a problem, it might be a good idea to
  54. ; delete any file that is about to be installed.  You can also use the delete
  55. ; commands to delete obsolete files or temporary processing files that you know
  56. ; might exist at the time of installation.
  57. ;===============================================================================
  58. D GO.BAT
  59. D LARCARC.BAT
  60. D LARCBLD1.BAT
  61. D LARCBUP.BAT
  62. D LARCREL1.CUT
  63. D LARCSERL.BAT
  64. D LHELLO.C
  65. D LHELLO.DEF
  66. D LHELLO.H
  67. D LHELLO.ICO
  68. D LHELLO.MAK
  69. D LHELLO.RC
  70. D RELEASE.H
  71.  
  72.  
  73.  
  74.  
  75. ;===============================================================================
  76. ; Specify the names of the files to be copied to the installation diskette.
  77. ; This command also controls how the file will be handled by the LARC
  78. ; Installation Program.  Refer to the LARC User's Guide for more information.
  79. ; This example copies the sources from the LARC source library ("S") and the
  80. ; executable from the release library ("1").
  81. ;
  82. ; Note that if you decide to create a library to contain these example files,
  83. ; you may need to change the library numbers from 003 to a number that matches
  84. ; the library that you create.
  85. ;===============================================================================
  86.  GO.BAT       003 S 003 GO.BAT
  87.  LARCARC.BAT  003 S 003 LARCARC.BAT
  88.  LARCBLD1.BAT 003 S 003 LARCBLD1.BAT
  89.  LARCBUP.BAT  003 S 003 LARCBUP.BAT
  90.  LARCREL1.CUT 003 S 003 LARCREL1.CUT
  91.  LARCSERL.BAT 003 S 003 LARCSERL.BAT
  92.  LHELLO.C     003 S 003 LHELLO.C
  93.  LHELLO.DEF   003 S 003 LHELLO.DEF
  94.  LHELLO.EXE   003 1 003 LHELLO.C
  95.  LHELLO.H     003 S 003 LHELLO.H
  96.  LHELLO.ICO   003 S 003 LHELLO.ICO
  97.  LHELLO.MAK   003 S 003 LHELLO.MAK
  98.  LHELLO.RC    003 S 003 LHELLO.RC
  99.  RELEASE.H    003 S 003 RELEASE.H
  100.  
  101.  
  102.  
  103.  
  104. ;===============================================================================
  105. ; Finally, make sure the files were installed as expected.
  106. ;===============================================================================
  107. V GO.BAT
  108. V LARCARC.BAT
  109. V LARCBLD1.BAT
  110. V LARCBUP.BAT
  111. V LARCREL1.CUT
  112. V LARCSERL.BAT
  113. V LHELLO.C
  114. V LHELLO.DEF
  115. V LHELLO.H
  116. V LHELLO.ICO
  117. V LHELLO.MAK
  118. V LHELLO.RC
  119. V RELEASE.H
  120.