home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / bdsap.zip / bdsap.eng < prev    next >
Text File  |  1999-05-14  |  1KB  |  50 lines

  1. user documentation                  BDSAP                    Veit Kannegieser
  2. ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
  3.  
  4. i have written DBSAP to create an simple, small, fast and good compressor
  5. for extacting program files from boot disk to a RAMFS64.IFS drive.
  6.  
  7. the program uses aPLib compression library from Joergen Ibsen.
  8. So far aPLib is GREET-WARE for non-profitable use
  9. (if nobody charges money for programs that use it).
  10.  
  11. You can get the complete aPLib at
  12.  
  13. http://members.xoom.com/jibz/apack/news.htm   or
  14. ftp://ftp.elf.stuba.sk/pub/pc/pack/
  15.  
  16.  
  17. Usage of BDSAP
  18. ══════════════
  19.  
  20. BDSAP.EXE (Selfextractor) (files or file masks)
  21.  
  22. example compressing FC/2
  23.  
  24. BDSAP.EXE FC_.EXE FC.EXE FC.HLP
  25.  
  26.  
  27. Usage of the Selfextractor
  28. ══════════════════════════
  29.  
  30. (Selfextractor) (Targetpath)
  31.  
  32. example: A:\FC_.EXE Z:\PRG
  33.  
  34. * if you do not give an target the current directory will be used.
  35. * if the directory des not exist it will created
  36.  
  37. Peculiaritys
  38. ════════════
  39.  
  40. * does not compute or use CRC
  41. * "BDSAP TEST.EXE *.* *.*" packs all files twice
  42. * also stores subdirectories
  43. * not listfunction available - use my Typ-Program
  44. * file/directory attributes and timestamps are preserved
  45. * compressed data are linked into depacker - you must have
  46.   OS/2 Resource compiler installed
  47. * size of plain depacker is near 1.3 KByte
  48.  
  49.  
  50.