home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / utility / resc / reslink.doc < prev    next >
Encoding:
Text File  |  1993-07-03  |  1.2 KB  |  36 lines

  1. July 3, 1993                                     Hamburg, Germany
  2.  
  3. About the program:
  4. ------------------
  5. This programm can link more than two resource-files into one
  6. destination-resource. It work similar to linker for obj-modules.
  7. I program it for me to have a better control in make-files over
  8. my resources I shared among different projects.
  9.  
  10. How to Call:
  11. ------------
  12. You call the programm from DOS with following params :
  13.  
  14.    RESLINK   Dest.res  SrcA.Res SrcB.Res | @SrcScipt.lnk
  15.  
  16. Puts the items in SrcA.Res and SrcB.Res into the Dest.Res file.
  17. If your exceeds the DOS commandline you can use also script
  18. files with a '@' before the filename.
  19.  
  20. If you have some additional questions or suggestions about the program
  21. you can reach me under following addresses ( I prefer E-Mail ):
  22.  
  23.  Stefan Boether          E-Mail:  CompuServe   100023,275
  24.  Methfesselstr. 38
  25.  W-20257 Hamburg                  Internet     100023.275@CompuServe.COM
  26.  = West-Germany =
  27.  
  28. And last not but least my sign. If you see it anywhere you know that
  29. I was there.
  30.  
  31.  - Mfg Stefc -
  32.  
  33.  
  34. P.S.  Many thanks to the people at the CompuServe BPROGA and BORGMBH Forum.
  35.       Without them this programm doesn't exists at this time !
  36.